Color Hex Logo

#83874a Color Hex

#83874A
(131,135,74)
0 Favorites   0 Comments

Color spaces of #83874a

RGB 13113574
HSL0.180.290.41
HSV64°45°53°
CMYK 0.030.000.45   0.47
XYZ19.260122.64779.8349
Yxy22.64770.37220.4377
Hunter Lab47.5896-11.040621.0598
CIE-Lab54.7076-11.092532.1737

#83874a color RGB value is (131,135,74).

#83874a hex color red value is 131, green value is 135 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #83874a hue: 0.18 , saturation: 0.29 and the lightness value of 83874a is 0.41.

The process color (four color CMYK) of #83874a color hex is 0.03, 0.00, 0.45, 0.47. Web safe color of #83874a is #999933. Color #83874a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000111 01001010
Octal 203 207 112
Decimal 131 135 74
Hex 83 87 4A

RGB Percentages of Color #83874a

%38.53
%39.71
%21.76

CMYK Percentages of Color #83874a

%3
%0
%45
%47

Triadic Colors of #83874a

#83874a #4a8387 #874a83

Analogous Colors of #83874a

#83874a #65874a #876d4a

Monochromatic Colors of #83874a

#83874a

Complementary Color

#83874a #4e4a87

#83874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83874a Color CSS Codes

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

#83874a Text Font Color

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

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


#83874a Background Color

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

This div background color is #83874a


#83874a Border Color

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

This div border color is #83874a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,135,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 #83874a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83874a


Comments

No comments written yet.

Please login to write comment.