Color Hex Logo

#307600 Color Hex

#307600
(48,118,0)
0 Favorites   0 Comments

Color spaces of #307600

RGB 481180
HSL0.271.000.23
HSV96°100°46°
CMYK 0.590.001.00   0.54
XYZ7.697413.58522.2165
Yxy13.58520.32760.5781
Hunter Lab36.8581-27.224022.2352
CIE-Lab43.6321-40.710648.2047

#307600 color RGB value is (48,118,0).

#307600 hex color red value is 48, green value is 118 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #307600 hue: 0.27 , saturation: 1.00 and the lightness value of 307600 is 0.23.

The process color (four color CMYK) of #307600 color hex is 0.59, 0.00, 1.00, 0.54. Web safe color of #307600 is #336600. Color #307600 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 00000000
Octal 60 166 0
Decimal 48 118 0
Hex 30 76 0

RGB Percentages of Color #307600

%28.92
%71.08
%0.00

CMYK Percentages of Color #307600

%59
%0
%100
%54

Triadic Colors of #307600

#307600 #003076 #760030

Analogous Colors of #307600

#307600 #00760b #6b7600

Monochromatic Colors of #307600

#307600

Complementary Color

#307600 #460076

#307600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307600 Color CSS Codes

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

#307600 Text Font Color

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

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


#307600 Background Color

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

This div background color is #307600


#307600 Border Color

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

This div border color is #307600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307600


Comments

No comments written yet.

Please login to write comment.