COLOR #728270

HEX: #728270
RGB: (114,130,112)

Color info

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

RGB color model

#728270 color RGB value is (114,130,112).

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

RGB channels and saturation

R 114 of 255 = 45%
G 130 of 255 = 51%
B 112 of 255 = 44%

114
130
112

R + G + B ~ 47%. #728270 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 130 + 112 = 356 (100%)
R 114 of 356 ~ 32.02%
G 130 of 356 ~ 36.52%
B 112 of 356 ~ 31.46%

%32.02
%36.52
%31.46

CMYK color model

#728270 color CMYK value is (12,0,14,49).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(12,0,14,49)
C12M0Y14K49 
(12%,0%,14%,49%)
(0.12/0.00/0.14/0.49)	

CMYK percentages

%12.31
%0
%13.85
%49.02

Codes

Color #728270 in popluar color models

728270
RGB114130112
HSL113°7.44%47.45%
HSB/HSV113°13.85%50.98%
CMYK12.31%0.00%13.85%
49.02%

Color #728270 in popluar number systems.

HEX728270
Decimal114130112
Binary1110010100000101110000
Octal162202160

Shades and tints

Shades of #728270

#728270
(114,130,112)
#687766
(104,119,102)
#5E6C5C
(94,108,92)
#546152
(84,97,82)
#4A5648
(74,86,72)
#404B3E
(64,75,62)
#364034
(54,64,52)
#2C352A
(44,53,42)
#222A20
(34,42,32)
#181F16
(24,31,22)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #728270

#728270
(114,130,112)
#7E8D7D
(126,141,125)
#8A988A
(138,152,138)
#96A397
(150,163,151)
#A2AEA4
(162,174,164)
#AEB9B1
(174,185,177)
#BAC4BE
(186,196,190)
#C6CFCB
(198,207,203)
#D2DAD8
(210,218,216)
#DEE5E5
(222,229,229)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728270; }

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

This text font color is #728270.


Background Color

.myBgColor { background-color: #728270; }

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

This div background color is #728270.


Border color

.myBorderColor { border: 1px solid #728270; }

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

This div border color is #728270.


Opacity

.myOpacity80 { color: #728270; opacity: 0.8; }

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

Text with #728270 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 #728270;}

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

This text has shadow with #728270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728270 on black background.


Color preview on white background

This text has color #728270 on white background.



Black color preview on #728270 background

This text has black color on #728270 background.


White color preview on #728270 background

This text has white color on #728270 background.