COLOR #727239

HEX: #727239
RGB: (114,114,57)

Color info

#727239 contains red, green and blue colors in about the same proportion. Web safe color of #727239 is #666633 (or #663).

RGB color model

#727239 color RGB value is (114,114,57).

  • red value is 114;
  • green value is 114;
  • blue value is 57.
RGB:
(114,114,57)
(45%,45%,22%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 57 of 255 = 22%

114
114
57

R + G + B ~ 37%. #727239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 57 = 285 (100%)
R 114 of 285 ~ 40%
G 114 of 285 ~ 40%
B 57 of 285 ~ 20%

%40
%40
%20

CMYK color model

#727239 color CMYK value is (0,0,50,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 55.29%
CMYK:
(0,0,50,55)
C0M0Y50K55 
(0%,0%,50%,55%)
(0.00/0.00/0.50/0.55)	

CMYK percentages

%0
%0
%50
%55.29

Codes

Color #727239 in popluar color models

727239
RGB11411457
HSL60°33.33%33.53%
HSB/HSV60°50.00%44.71%
CMYK0.00%0.00%50.00%
55.29%

Color #727239 in popluar number systems.

HEX727239
Decimal11411457
Binary11100101110010111001
Octal16216271

Shades and tints

Shades of #727239

#727239
(114,114,57)
#686834
(104,104,52)
#5E5E2F
(94,94,47)
#54542A
(84,84,42)
#4A4A25
(74,74,37)
#404020
(64,64,32)
#36361B
(54,54,27)
#2C2C16
(44,44,22)
#222211
(34,34,17)
#18180C
(24,24,12)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #727239

#727239
(114,114,57)
#7E7E4B
(126,126,75)
#8A8A5D
(138,138,93)
#96966F
(150,150,111)
#A2A281
(162,162,129)
#AEAE93
(174,174,147)
#BABAA5
(186,186,165)
#C6C6B7
(198,198,183)
#D2D2C9
(210,210,201)
#DEDEDB
(222,222,219)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727239; }

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

This text font color is #727239.


Background Color

.myBgColor { background-color: #727239; }

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

This div background color is #727239.


Border color

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

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

This div border color is #727239.


Opacity

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

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

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

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

This text has shadow with #727239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727239 on black background.


Color preview on white background

This text has color #727239 on white background.



Black color preview on #727239 background

This text has black color on #727239 background.


White color preview on #727239 background

This text has white color on #727239 background.