COLOR #727F39

HEX: #727F39
RGB: (114,127,57)

Color info

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

RGB color model

#727F39 color RGB value is (114,127,57).

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

RGB channels and saturation

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

114
127
57

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

Portions of RGB colors in percentages

R + G + B =
114 + 127 + 57 = 298 (100%)
R 114 of 298 ~ 38.26%
G 127 of 298 ~ 42.62%
B 57 of 298 ~ 19.13%

%38.26
%42.62
%19.13

CMYK color model

#727F39 color CMYK value is (10,0,55,50).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 55.12%
  • key color value is 50.20%
CMYK:
(10,0,55,50)
C10M0Y55K50 
(10%,0%,55%,50%)
(0.10/0.00/0.55/0.50)	

CMYK percentages

%10.24
%0
%55.12
%50.2

Codes

Color #727F39 in popluar color models

727F39
RGB11412757
HSL71°38.04%36.08%
HSB/HSV71°55.12%49.80%
CMYK10.24%0.00%55.12%
50.20%

Color #727F39 in popluar number systems.

HEX727F39
Decimal11412757
Binary11100101111111111001
Octal16217771

Shades and tints

Shades of #727F39

#727F39
(114,127,57)
#687434
(104,116,52)
#5E692F
(94,105,47)
#545E2A
(84,94,42)
#4A5325
(74,83,37)
#404820
(64,72,32)
#363D1B
(54,61,27)
#2C3216
(44,50,22)
#222711
(34,39,17)
#181C0C
(24,28,12)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #727F39

#727F39
(114,127,57)
#7E8A4B
(126,138,75)
#8A955D
(138,149,93)
#96A06F
(150,160,111)
#A2AB81
(162,171,129)
#AEB693
(174,182,147)
#BAC1A5
(186,193,165)
#C6CCB7
(198,204,183)
#D2D7C9
(210,215,201)
#DEE2DB
(222,226,219)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727F39; }

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

This text font color is #727F39.


Background Color

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

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

This div background color is #727F39.


Border color

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

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

This div border color is #727F39.


Opacity

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

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

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

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

This text has shadow with #727F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727F39 on black background.


Color preview on white background

This text has color #727F39 on white background.



Black color preview on #727F39 background

This text has black color on #727F39 background.


White color preview on #727F39 background

This text has white color on #727F39 background.