Color Hex Logo

#74800b Color Hex

#74800B
(116,128,11)
0 Favorites   0 Comments

Color spaces of #74800b

RGB 11612811
HSL0.180.840.27
HSV66°91°50°
CMYK 0.090.000.91   0.50
XYZ14.982019.17553.2282
Yxy19.17550.40070.5129
Hunter Lab43.7898-15.561326.2820
CIE-Lab50.8919-18.233953.4300

#74800b color RGB value is (116,128,11).

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

The process color (four color CMYK) of #74800b color hex is 0.09, 0.00, 0.91, 0.50. Web safe color of #74800b is #669900. Color #74800b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 00001011
Octal 164 200 13
Decimal 116 128 11
Hex 74 80 B

RGB Percentages of Color #74800b

%45.49
%50.20
%4.31

CMYK Percentages of Color #74800b

%9
%0
%91
%50

Triadic Colors of #74800b

#74800b #0b7480 #800b74

Analogous Colors of #74800b

#74800b #39800b #80520b

Monochromatic Colors of #74800b

#74800b

Complementary Color

#74800b #170b80

#74800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74800b Color CSS Codes

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

#74800b Text Font Color

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

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


#74800b Background Color

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

This div background color is #74800b


#74800b Border Color

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

This div border color is #74800b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74800b


Comments

No comments written yet.

Please login to write comment.