Color Hex Logo

#30740b Color Hex

#30740B
(48,116,11)
0 Favorites   0 Comments

Color spaces of #30740b

RGB 4811611
HSL0.270.830.25
HSV99°91°45°
CMYK 0.590.000.91   0.55
XYZ7.524713.14332.4569
Yxy13.14330.32540.5684
Hunter Lab36.2537-26.395121.3595
CIE-Lab42.9784-39.523045.1707

#30740b color RGB value is (48,116,11).

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

The process color (four color CMYK) of #30740b color hex is 0.59, 0.00, 0.91, 0.55. Web safe color of #30740b is #336600. Color #30740b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 00001011
Octal 60 164 13
Decimal 48 116 11
Hex 30 74 B

RGB Percentages of Color #30740b

%27.43
%66.29
%6.29

CMYK Percentages of Color #30740b

%59
%0
%91
%55

Triadic Colors of #30740b

#30740b #0b3074 #740b30

Analogous Colors of #30740b

#30740b #0b741b #65740b

Monochromatic Colors of #30740b

#30740b

Complementary Color

#30740b #4f0b74

#30740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30740b Color CSS Codes

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

#30740b Text Font Color

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

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


#30740b Background Color

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

This div background color is #30740b


#30740b Border Color

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

This div border color is #30740b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,116,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 #30740b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30740b


Comments

No comments written yet.

Please login to write comment.