Color Hex Logo

#74884a Color Hex

#74884A
(116,136,74)
0 Favorites   0 Comments

Color spaces of #74884a

RGB 11613674
HSL0.220.300.41
HSV79°46°53°
CMYK 0.150.000.46   0.47
XYZ17.242621.81579.7806
Yxy21.81570.35310.4467
Hunter Lab46.7073-15.842120.2796
CIE-Lab53.8309-17.948630.8276

#74884a color RGB value is (116,136,74).

#74884a hex color red value is 116, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #74884a hue: 0.22 , saturation: 0.30 and the lightness value of 74884a is 0.41.

The process color (four color CMYK) of #74884a color hex is 0.15, 0.00, 0.46, 0.47. Web safe color of #74884a is #669933. Color #74884a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001000 01001010
Octal 164 210 112
Decimal 116 136 74
Hex 74 88 4A

RGB Percentages of Color #74884a

%35.58
%41.72
%22.70

CMYK Percentages of Color #74884a

%15
%0
%46
%47

Triadic Colors of #74884a

#74884a #4a7488 #884a74

Analogous Colors of #74884a

#74884a #55884a #887d4a

Monochromatic Colors of #74884a

#74884a

Complementary Color

#74884a #5e4a88

#74884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74884a Color CSS Codes

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

#74884a Text Font Color

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

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


#74884a Background Color

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

This div background color is #74884a


#74884a Border Color

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

This div border color is #74884a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,136,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74884a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74884a;
  -webkit-box-shadow: 1px 1px 3px 2px #74884a;
  box-shadow:         1px 1px 3px 2px #74884a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,136,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74884a


Comments

No comments written yet.

Please login to write comment.