COLOR #72825A

HEX: #72825A
RGB: (114,130,90)

Color info

#72825A contains red, green and blue colors in about the same proportion. Web safe color of #72825A is #669966 (or #696).

RGB color model

#72825A color RGB value is (114,130,90).

  • red value is 114;
  • green value is 130;
  • blue value is 90.
RGB:
(114,130,90)
(45%,51%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 130 of 255 = 51%
B 90 of 255 = 35%

114
130
90

R + G + B ~ 44%. #72825A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 130 + 90 = 334 (100%)
R 114 of 334 ~ 34.13%
G 130 of 334 ~ 38.92%
B 90 of 334 ~ 26.95%

%34.13
%38.92
%26.95

CMYK color model

#72825A color CMYK value is (12,0,31,49).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(12,0,31,49)
C12M0Y31K49 
(12%,0%,31%,49%)
(0.12/0.00/0.31/0.49)	

CMYK percentages

%12.31
%0
%30.77
%49.02

Codes

Color #72825A in popluar color models

72825A
RGB11413090
HSL84°18.18%43.14%
HSB/HSV84°30.77%50.98%
CMYK12.31%0.00%30.77%
49.02%

Color #72825A in popluar number systems.

HEX72825A
Decimal11413090
Binary1110010100000101011010
Octal162202132

Shades and tints

Shades of #72825A

#72825A
(114,130,90)
#687752
(104,119,82)
#5E6C4A
(94,108,74)
#546142
(84,97,66)
#4A563A
(74,86,58)
#404B32
(64,75,50)
#36402A
(54,64,42)
#2C3522
(44,53,34)
#222A1A
(34,42,26)
#181F12
(24,31,18)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #72825A

#72825A
(114,130,90)
#7E8D69
(126,141,105)
#8A9878
(138,152,120)
#96A387
(150,163,135)
#A2AE96
(162,174,150)
#AEB9A5
(174,185,165)
#BAC4B4
(186,196,180)
#C6CFC3
(198,207,195)
#D2DAD2
(210,218,210)
#DEE5E1
(222,229,225)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72825A color. Also use rgb(114,130,90) instead hex code.

Text Font Color

.myTextColor { color: #72825A; }

<p style="color:#72825A">This sample text font color is #72825A.</p>

This text font color is #72825A.


Background Color

.myBgColor { background-color: #72825A; }

<div style="background-color:#72825A">Inner text</div>

This div background color is #72825A.


Border color

.myBorderColor { border: 1px solid #72825A; }

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

This div border color is #72825A.


Opacity

.myOpacity80 { color: #72825A; opacity: 0.8; }

<p style="color:#72825A;opacity:0.8;">80%</p>

Text with #72825A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #72825A;}

<p style="text-shadow: 3px 3px 1px #72825A">Text here.</p>

This text has shadow with #72825A color.

.textShadow {text-shadow: 3px 3px 1px #72825A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #72825A, 5px 5px 20px red">Text here.</p>

This text has shadow with #72825A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#72825A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#72825A, Direction=45, Strength=4)">Text</p>

This text has shadow with #72825A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #72825A;
  -webkit-box-shadow:	1px 1px 3px 2px #72825A;
  box-shadow:		1px 1px 3px 2px #72825A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72825A;
-webkit-box-shadow: 1px 1px 3px 2px #72825A;
box-shadow:1px 1px 3px 2px #72825A;">
Div content here</div>
This div box has shadow with color #72825A.

Preview

Color preview on black background

This text has color #72825A on black background.


Color preview on white background

This text has color #72825A on white background.



Black color preview on #72825A background

This text has black color on #72825A background.


White color preview on #72825A background

This text has white color on #72825A background.