COLOR #727229

HEX: #727229
RGB: (114,114,41)

Color info

#727229 contains mainly red and green colors. Web safe color of #727229 is #666633 (or #663).

RGB color model

#727229 color RGB value is (114,114,41).

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

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 41 of 255 = 16%

114
114
41

R + G + B ~ 35%. #727229 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 41 = 269 (100%)
R 114 of 269 ~ 42.38%
G 114 of 269 ~ 42.38%
B 41 of 269 ~ 15.24%

%42.38
%42.38
%15.24

CMYK color model

#727229 color CMYK value is (0,0,64,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 64.04%
  • key color value is 55.29%
CMYK:
(0,0,64,55)
C0M0Y64K55 
(0%,0%,64%,55%)
(0.00/0.00/0.64/0.55)	

CMYK percentages

%0
%0
%64.04
%55.29

Codes

Color #727229 in popluar color models

727229
RGB11411441
HSL60°47.10%30.39%
HSB/HSV60°64.04%44.71%
CMYK0.00%0.00%64.04%
55.29%

Color #727229 in popluar number systems.

HEX727229
Decimal11411441
Binary11100101110010101001
Octal16216251

Shades and tints

Shades of #727229

#727229
(114,114,41)
#686826
(104,104,38)
#5E5E23
(94,94,35)
#545420
(84,84,32)
#4A4A1D
(74,74,29)
#40401A
(64,64,26)
#363617
(54,54,23)
#2C2C14
(44,44,20)
#222211
(34,34,17)
#18180E
(24,24,14)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #727229

#727229
(114,114,41)
#7E7E3C
(126,126,60)
#8A8A4F
(138,138,79)
#969662
(150,150,98)
#A2A275
(162,162,117)
#AEAE88
(174,174,136)
#BABA9B
(186,186,155)
#C6C6AE
(198,198,174)
#D2D2C1
(210,210,193)
#DEDED4
(222,222,212)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727229; }

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

This text font color is #727229.


Background Color

.myBgColor { background-color: #727229; }

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

This div background color is #727229.


Border color

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

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

This div border color is #727229.


Opacity

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

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

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

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

This text has shadow with #727229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727229 on black background.


Color preview on white background

This text has color #727229 on white background.



Black color preview on #727229 background

This text has black color on #727229 background.


White color preview on #727229 background

This text has white color on #727229 background.