Color Hex Logo

#74853c Color Hex

#74853C
(116,133,60)
0 Favorites   0 Comments

Color spaces of #74853c

RGB 11613360
HSL0.210.380.38
HSV74°55°52°
CMYK 0.130.000.55   0.48
XYZ16.405620.81437.4279
Yxy20.81430.36740.4662
Hunter Lab45.6227-15.652422.2828
CIE-Lab52.7457-17.926936.8063

#74853c color RGB value is (116,133,60).

#74853c hex color red value is 116, green value is 133 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #74853c hue: 0.21 , saturation: 0.38 and the lightness value of 74853c is 0.38.

The process color (four color CMYK) of #74853c color hex is 0.13, 0.00, 0.55, 0.48. Web safe color of #74853c is #669933. Color #74853c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000101 00111100
Octal 164 205 74
Decimal 116 133 60
Hex 74 85 3C

RGB Percentages of Color #74853c

%37.54
%43.04
%19.42

CMYK Percentages of Color #74853c

%13
%0
%55
%48

Triadic Colors of #74853c

#74853c #3c7485 #853c74

Analogous Colors of #74853c

#74853c #50853c #85723c

Monochromatic Colors of #74853c

#74853c

Complementary Color

#74853c #4d3c85

#74853c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74853c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74853c Color CSS Codes

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

#74853c Text Font Color

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

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


#74853c Background Color

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

This div background color is #74853c


#74853c Border Color

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

This div border color is #74853c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,133,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74853c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74853c;
  -webkit-box-shadow: 1px 1px 3px 2px #74853c;
  box-shadow:         1px 1px 3px 2px #74853c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74853c


Comments

No comments written yet.

Please login to write comment.