Color Hex Logo

#818875 Color Hex

#818875
(129,136,117)
0 Favorites   0 Comments

Color spaces of #818875

RGB 129136117
HSL0.230.080.50
HSV82°14°53°
CMYK 0.050.000.14   0.47
XYZ21.068323.559820.2667
Yxy23.55980.32470.3630
Hunter Lab48.5384-7.46369.2210
CIE-Lab55.6443-6.21319.3322

#818875 color RGB value is (129,136,117).

#818875 hex color red value is 129, green value is 136 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #818875 hue: 0.23 , saturation: 0.08 and the lightness value of 818875 is 0.50.

The process color (four color CMYK) of #818875 color hex is 0.05, 0.00, 0.14, 0.47. Web safe color of #818875 is #999966. Color #818875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001000 01110101
Octal 201 210 165
Decimal 129 136 117
Hex 81 88 75

RGB Percentages of Color #818875

%33.77
%35.60
%30.63

CMYK Percentages of Color #818875

%5
%0
%14
%47

Triadic Colors of #818875

#818875 #758188 #887581

Analogous Colors of #818875

#818875 #788875 #888675

Monochromatic Colors of #818875

#818875

Complementary Color

#818875 #7c7588

#818875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818875 Color CSS Codes

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

#818875 Text Font Color

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

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


#818875 Background Color

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

This div background color is #818875


#818875 Border Color

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

This div border color is #818875


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,136,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #818875; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #818875;
  -webkit-box-shadow: 1px 1px 3px 2px #818875;
  box-shadow:         1px 1px 3px 2px #818875; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818875


Comments

No comments written yet.

Please login to write comment.