Color Hex Logo

#30770b Color Hex

#30770B
(48,119,11)
0 Favorites   0 Comments

Color spaces of #30770b

RGB 4811911
HSL0.280.830.25
HSV99°91°47°
CMYK 0.600.000.91   0.53
XYZ7.876213.84622.5741
Yxy13.84620.32420.5699
Hunter Lab37.2105-27.335921.9458
CIE-Lab44.0116-40.684146.0673

#30770b color RGB value is (48,119,11).

#30770b hex color red value is 48, green value is 119 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #30770b hue: 0.28 , saturation: 0.83 and the lightness value of 30770b is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110111 00001011
Octal 60 167 13
Decimal 48 119 11
Hex 30 77 B

RGB Percentages of Color #30770b

%26.97
%66.85
%6.18

CMYK Percentages of Color #30770b

%60
%0
%91
%53

Triadic Colors of #30770b

#30770b #0b3077 #770b30

Analogous Colors of #30770b

#30770b #0b771c #66770b

Monochromatic Colors of #30770b

#30770b

Complementary Color

#30770b #520b77

#30770b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30770b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30770b Color CSS Codes

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

#30770b Text Font Color

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

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


#30770b Background Color

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

This div background color is #30770b


#30770b Border Color

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

This div border color is #30770b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,119,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30770b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30770b;
  -webkit-box-shadow: 1px 1px 3px 2px #30770b;
  box-shadow:         1px 1px 3px 2px #30770b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30770b


Comments

No comments written yet.

Please login to write comment.