COLOR #728273

HEX: #728273
RGB: (114,130,115)

Color info

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

RGB color model

#728273 color RGB value is (114,130,115).

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

RGB channels and saturation

R 114 of 255 = 45%
G 130 of 255 = 51%
B 115 of 255 = 45%

114
130
115

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

Portions of RGB colors in percentages

R + G + B =
114 + 130 + 115 = 359 (100%)
R 114 of 359 ~ 31.75%
G 130 of 359 ~ 36.21%
B 115 of 359 ~ 32.03%

%31.75
%36.21
%32.03

CMYK color model

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

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(12,0,12,49)
C12M0Y12K49 
(12%,0%,12%,49%)
(0.12/0.00/0.12/0.49)	

CMYK percentages

%12.31
%0
%11.54
%49.02

Codes

Color #728273 in popluar color models

728273
RGB114130115
HSL124°6.56%47.84%
HSB/HSV124°12.31%50.98%
CMYK12.31%0.00%11.54%
49.02%

Color #728273 in popluar number systems.

HEX728273
Decimal114130115
Binary1110010100000101110011
Octal162202163

Shades and tints

Shades of #728273

#728273
(114,130,115)
#687769
(104,119,105)
#5E6C5F
(94,108,95)
#546155
(84,97,85)
#4A564B
(74,86,75)
#404B41
(64,75,65)
#364037
(54,64,55)
#2C352D
(44,53,45)
#222A23
(34,42,35)
#181F19
(24,31,25)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #728273

#728273
(114,130,115)
#7E8D7F
(126,141,127)
#8A988B
(138,152,139)
#96A397
(150,163,151)
#A2AEA3
(162,174,163)
#AEB9AF
(174,185,175)
#BAC4BB
(186,196,187)
#C6CFC7
(198,207,199)
#D2DAD3
(210,218,211)
#DEE5DF
(222,229,223)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #728273; }

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

This text font color is #728273.


Background Color

.myBgColor { background-color: #728273; }

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

This div background color is #728273.


Border color

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

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

This div border color is #728273.


Opacity

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

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

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

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

This text has shadow with #728273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728273 on black background.


Color preview on white background

This text has color #728273 on white background.



Black color preview on #728273 background

This text has black color on #728273 background.


White color preview on #728273 background

This text has white color on #728273 background.