Color Hex Logo

#307906 Color Hex

#307906
(48,121,6)
0 Favorites   0 Comments

Color spaces of #307906

RGB 481216
HSL0.270.910.25
HSV98°95°47°
CMYK 0.600.000.95   0.53
XYZ8.089214.31632.5093
Yxy14.31630.32470.5746
Hunter Lab37.8369-28.052822.5538
CIE-Lab44.6832-41.631447.7111

#307906 color RGB value is (48,121,6).

#307906 hex color red value is 48, green value is 121 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #307906 hue: 0.27 , saturation: 0.91 and the lightness value of 307906 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111001 00000110
Octal 60 171 6
Decimal 48 121 6
Hex 30 79 6

RGB Percentages of Color #307906

%27.43
%69.14
%3.43

CMYK Percentages of Color #307906

%60
%0
%95
%53

Triadic Colors of #307906

#307906 #063079 #790630

Analogous Colors of #307906

#307906 #067915 #6a7906

Monochromatic Colors of #307906

#307906

Complementary Color

#307906 #4f0679

#307906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307906 Color CSS Codes

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

#307906 Text Font Color

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

This sample text font color is #307906
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.


#307906 Background Color

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

This div background color is #307906


#307906 Border Color

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

This div border color is #307906


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,121,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307906; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307906;
  -webkit-box-shadow: 1px 1px 3px 2px #307906;
  box-shadow:         1px 1px 3px 2px #307906; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307906


Comments

No comments written yet.

Please login to write comment.