Color Hex Logo

#30660f Color Hex

#30660F
(48,102,15)
0 Favorites   0 Comments

Color spaces of #30660f

RGB 4810215
HSL0.270.740.23
HSV97°85°40°
CMYK 0.530.000.85   0.60
XYZ6.056510.16562.0949
Yxy10.16560.33060.5550
Hunter Lab31.8835-21.888918.4228
CIE-Lab38.1380-33.644539.7497

#30660f color RGB value is (48,102,15).

#30660f hex color red value is 48, green value is 102 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #30660f hue: 0.27 , saturation: 0.74 and the lightness value of 30660f is 0.23.

The process color (four color CMYK) of #30660f color hex is 0.53, 0.00, 0.85, 0.60. Web safe color of #30660f is #336600. Color #30660f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100110 00001111
Octal 60 146 17
Decimal 48 102 15
Hex 30 66 F

RGB Percentages of Color #30660f

%29.09
%61.82
%9.09

CMYK Percentages of Color #30660f

%53
%0
%85
%60

Triadic Colors of #30660f

#30660f #0f3066 #660f30

Analogous Colors of #30660f

#30660f #0f661a #5c660f

Monochromatic Colors of #30660f

#30660f

Complementary Color

#30660f #450f66

#30660f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30660f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30660f Color CSS Codes

.mybgcolor {background-color:#30660f; } 
.myforecolor {color:#30660f; }
.mybordercolor {border:3px solid #30660f; }

#30660f Text Font Color

<p style="color:#30660f">Text here</p>

This sample text font color is #30660f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#30660f Background Color

<div style="background-color:#30660f">
Div content here</div>

This div background color is #30660f


#30660f Border Color

<div style="border:3px solid #30660f">
Div here</div>

This div border color is #30660f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,102,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30660f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30660f;
  -webkit-box-shadow: 1px 1px 3px 2px #30660f;
  box-shadow:         1px 1px 3px 2px #30660f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,102,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30660f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30660f;
  -webkit-box-shadow: 1px 1px 3px 2px #30660f;
  box-shadow:         1px 1px 3px 2px #30660f;">
Div content here</div>

This div box has shadow with color #30660f


Comments

No comments written yet.

Please login to write comment.