Color Hex Logo

#817248 Color Hex

#817248
(129,114,72)
1 Favorites   0 Comments

Color spaces of #817248

RGB 12911472
HSL0.120.280.39
HSV44°44°51°
CMYK 0.000.120.44   0.49
XYZ16.240317.16968.5890
Yxy17.16960.38670.4088
Hunter Lab41.4362-2.553016.7156
CIE-Lab48.4730-0.448525.3860

#817248 color RGB value is (129,114,72).

#817248 hex color red value is 129, green value is 114 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #817248 hue: 0.12 , saturation: 0.28 and the lightness value of 817248 is 0.39.

The process color (four color CMYK) of #817248 color hex is 0.00, 0.12, 0.44, 0.49. Web safe color of #817248 is #996633. Color #817248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110010 01001000
Octal 201 162 110
Decimal 129 114 72
Hex 81 72 48

RGB Percentages of Color #817248

%40.95
%36.19
%22.86

CMYK Percentages of Color #817248

%0
%12
%44
%49

Triadic Colors of #817248

#817248 #488172 #724881

Analogous Colors of #817248

#817248 #748148 #815648

Monochromatic Colors of #817248

#817248

Complementary Color

#817248 #485781

#817248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817248 Color CSS Codes

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

#817248 Text Font Color

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

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


#817248 Background Color

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

This div background color is #817248


#817248 Border Color

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

This div border color is #817248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817248


Comments

No comments written yet.

Please login to write comment.