COLOR #727242

HEX: #727242
RGB: (114,114,66)

Color info

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

RGB color model

#727242 color RGB value is (114,114,66).

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

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 66 of 255 = 26%

114
114
66

R + G + B ~ 39%. #727242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 66 = 294 (100%)
R 114 of 294 ~ 38.78%
G 114 of 294 ~ 38.78%
B 66 of 294 ~ 22.45%

%38.78
%38.78
%22.45

CMYK color model

#727242 color CMYK value is (0,0,42,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 55.29%
CMYK:
(0,0,42,55)
C0M0Y42K55 
(0%,0%,42%,55%)
(0.00/0.00/0.42/0.55)	

CMYK percentages

%0
%0
%42.11
%55.29

Codes

Color #727242 in popluar color models

727242
RGB11411466
HSL60°26.67%35.29%
HSB/HSV60°42.11%44.71%
CMYK0.00%0.00%42.11%
55.29%

Color #727242 in popluar number systems.

HEX727242
Decimal11411466
Binary111001011100101000010
Octal162162102

Shades and tints

Shades of #727242

#727242
(114,114,66)
#68683C
(104,104,60)
#5E5E36
(94,94,54)
#545430
(84,84,48)
#4A4A2A
(74,74,42)
#404024
(64,64,36)
#36361E
(54,54,30)
#2C2C18
(44,44,24)
#222212
(34,34,18)
#18180C
(24,24,12)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #727242

#727242
(114,114,66)
#7E7E53
(126,126,83)
#8A8A64
(138,138,100)
#969675
(150,150,117)
#A2A286
(162,162,134)
#AEAE97
(174,174,151)
#BABAA8
(186,186,168)
#C6C6B9
(198,198,185)
#D2D2CA
(210,210,202)
#DEDEDB
(222,222,219)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727242; }

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

This text font color is #727242.


Background Color

.myBgColor { background-color: #727242; }

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

This div background color is #727242.


Border color

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

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

This div border color is #727242.


Opacity

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

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

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

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

This text has shadow with #727242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727242 on black background.


Color preview on white background

This text has color #727242 on white background.



Black color preview on #727242 background

This text has black color on #727242 background.


White color preview on #727242 background

This text has white color on #727242 background.