COLOR #727E3A

HEX: #727E3A RGB: (114,126,58)

Color info

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

RGB color model

#727E3A color RGB value is (114,126,58).

RGB: (114,126,58) (45%, 49%, 23%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 58 of 255 = 23%

114
126
58

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

Portions of RGB colors in percentages

R + G + B = 114 + 126 + 58 = 298 (100%)
R 114 of 298 ~ 38.26%
G 126 of 298 ~ 42.28%
B 58 of 298 ~ 19.46'%

%38.26
%42.28
%19.46

CMYK color model

#727E3A color CMYK value is (10,0,54,51).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 53.97%
  • key color value is 50.59%

CMYK: (10,0,54,51)
C10M0Y54K51 (10%, 0%, 54%, 51%)
(0.10 / 0.00 / 0.54 / 0.51)

CMYK percentages

%9.52
%0
%53.97
%50.59

Codes

Color #727E3A in popluar color models

72 7E 3A
RGB 114 126 58
HSL 71° 36.96% 36.08%
HSB/HSV 71° 53.97% 49.41%
CMYK 9.52% 0.00% 53.97%
50.59%

Color #727E3A in popluar number systems.

HEX 72 7E 3A
Decimal 114 126 58
Binary 1110010 1111110 111010
Octal 162 176 72

Shades and tints

Shades of #727E3A

#727E3A
(114,126,58)
#687335
(104,115,53)
#5E6830
(94,104,48)
#545D2B
(84,93,43)
#4A5226
(74,82,38)
#404721
(64,71,33)
#363C1C
(54,60,28)
#2C3117
(44,49,23)
#222612
(34,38,18)
#181B0D
(24,27,13)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #727E3A

#727E3A
(114,126,58)
#7E894B
(126,137,75)
#8A945C
(138,148,92)
#969F6D
(150,159,109)
#A2AA7E
(162,170,126)
#AEB58F
(174,181,143)
#BAC0A0
(186,192,160)
#C6CBB1
(198,203,177)
#D2D6C2
(210,214,194)
#DEE1D3
(222,225,211)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727E3A color. Also use rgb(114,126,58) instead hex code.

Text Font Color

.myTextColor { color: #727E3A; }

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

This text font color is #727E3A.

Background Color

.myBgColor { background-color: #727E3A; }

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

This div background color is #727E3A.

Border color

.myBorderColor { border: 1px solid #727E3A; }

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

This div border color is #727E3A.

Opacity

.myOpacity80 { color: #727E3A; opacity: 0.8; }

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

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

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

This text has shadow with #727E3A color.


.textShadow {text-shadow: 3px 3px 1px #727E3A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #727E3A; -webkit-box-shadow: 1px 1px 3px 2px #727E3A; box-shadow:1px 1px 3px 2px #727E3A;">
Div content here
</div>

This div box has shadow with color #727E3A.

Preview

Color preview on black background

This text has color #727E3A on black background.


Color preview on white background

This text has color #727E3A on white background.


Black color preview on #727E3A background

This text has black color on #727E3A background.


White color preview on #727E3A background

This text has white color on #727E3A background.


Related colors

Complementary color

Complementary color for #hex is #8D81C5.


I love getcolorcode.com

Triadic colors

1 #3A727E and #7E3A72 with #727E3A are triadic colors.

2 #3A7E72 and #7E723A with #727E3A are triadic colors.