Color Hex Logo

#72825f Color Hex

#72825F
(114,130,95)
0 Favorites   0 Comments

Color spaces of #72825f

RGB 11413095
HSL0.240.160.44
HSV87°27°51°
CMYK 0.120.000.27   0.49
XYZ16.987620.368913.8627
Yxy20.36890.33170.3977
Hunter Lab45.1319-11.793713.3809
CIE-Lab52.2518-12.544217.0613

#72825f color RGB value is (114,130,95).

#72825f hex color red value is 114, green value is 130 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #72825f hue: 0.24 , saturation: 0.16 and the lightness value of 72825f is 0.44.

The process color (four color CMYK) of #72825f color hex is 0.12, 0.00, 0.27, 0.49. Web safe color of #72825f is #669966. Color #72825f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000010 01011111
Octal 162 202 137
Decimal 114 130 95
Hex 72 82 5F

RGB Percentages of Color #72825f

%33.63
%38.35
%28.02

CMYK Percentages of Color #72825f

%12
%0
%27
%49

Triadic Colors of #72825f

#72825f #5f7282 #825f72

Analogous Colors of #72825f

#72825f #61825f #82815f

Monochromatic Colors of #72825f

#72825f

Complementary Color

#72825f #6f5f82

#72825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72825f Color CSS Codes

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

#72825f Text Font Color

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

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


#72825f Background Color

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

This div background color is #72825f


#72825f Border Color

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

This div border color is #72825f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,130,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72825f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72825f;
  -webkit-box-shadow: 1px 1px 3px 2px #72825f;
  box-shadow:         1px 1px 3px 2px #72825f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72825f


Comments

No comments written yet.

Please login to write comment.