COLOR #727D3A

HEX: #727D3A
RGB: (114,125,58)

Color info

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

RGB color model

#727D3A color RGB value is (114,125,58).

  • red value is 114;
  • green value is 125;
  • blue value is 58.
RGB:
(114,125,58)
(45%,49%,23%)

RGB channels and saturation

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

114
125
58

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

Portions of RGB colors in percentages

R + G + B =
114 + 125 + 58 = 297 (100%)
R 114 of 297 ~ 38.38%
G 125 of 297 ~ 42.09%
B 58 of 297 ~ 19.53%

%38.38
%42.09
%19.53

CMYK color model

#727D3A color CMYK value is (9,0,54,51).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(9,0,54,51)
C9M0Y54K51 
(9%,0%,54%,51%)
(0.09/0.00/0.54/0.51)	

CMYK percentages

%8.8
%0
%53.6
%50.98

Codes

Color #727D3A in popluar color models

727D3A
RGB11412558
HSL70°36.61%35.88%
HSB/HSV70°53.60%49.02%
CMYK8.80%0.00%53.60%
50.98%

Color #727D3A in popluar number systems.

HEX727D3A
Decimal11412558
Binary11100101111101111010
Octal16217572

Shades and tints

Shades of #727D3A

#727D3A
(114,125,58)
#687235
(104,114,53)
#5E6730
(94,103,48)
#545C2B
(84,92,43)
#4A5126
(74,81,38)
#404621
(64,70,33)
#363B1C
(54,59,28)
#2C3017
(44,48,23)
#222512
(34,37,18)
#181A0D
(24,26,13)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #727D3A

#727D3A
(114,125,58)
#7E884B
(126,136,75)
#8A935C
(138,147,92)
#969E6D
(150,158,109)
#A2A97E
(162,169,126)
#AEB48F
(174,180,143)
#BABFA0
(186,191,160)
#C6CAB1
(198,202,177)
#D2D5C2
(210,213,194)
#DEE0D3
(222,224,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727D3A; }

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

This text font color is #727D3A.


Background Color

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

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

This div background color is #727D3A.


Border color

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

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

This div border color is #727D3A.


Opacity

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

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

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

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

This text has shadow with #727D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727D3A on black background.


Color preview on white background

This text has color #727D3A on white background.



Black color preview on #727D3A background

This text has black color on #727D3A background.


White color preview on #727D3A background

This text has white color on #727D3A background.