Color Hex Logo

#72824e Color Hex

#72824E
(114,130,78)
0 Favorites   0 Comments

Color spaces of #72824e

RGB 11413078
HSL0.220.250.41
HSV78°40°51°
CMYK 0.120.000.40   0.49
XYZ16.297220.092710.2271
Yxy20.09270.34960.4310
Hunter Lab44.8249-13.545417.8500
CIE-Lab51.9419-15.076726.2278

#72824e color RGB value is (114,130,78).

#72824e hex color red value is 114, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #72824e hue: 0.22 , saturation: 0.25 and the lightness value of 72824e is 0.41.

The process color (four color CMYK) of #72824e color hex is 0.12, 0.00, 0.40, 0.49. Web safe color of #72824e is #669966. Color #72824e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000010 01001110
Octal 162 202 116
Decimal 114 130 78
Hex 72 82 4E

RGB Percentages of Color #72824e

%35.40
%40.37
%24.22

CMYK Percentages of Color #72824e

%12
%0
%40
%49

Triadic Colors of #72824e

#72824e #4e7282 #824e72

Analogous Colors of #72824e

#72824e #58824e #82784e

Monochromatic Colors of #72824e

#72824e

Complementary Color

#72824e #5e4e82

#72824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72824e Color CSS Codes

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

#72824e Text Font Color

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

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


#72824e Background Color

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

This div background color is #72824e


#72824e Border Color

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

This div border color is #72824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72824e


Comments

No comments written yet.

Please login to write comment.