COLOR #727D40

HEX: #727D40 RGB: (114,125,64)

Color info

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

RGB color model

#727D40 color RGB value is (114,125,64).

RGB: (114,125,64) (45%, 49%, 25%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 64 of 255 = 25%

114
125
64

R + G + B ~ 40%. #727D40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 125 + 64 = 303 (100%)
R 114 of 303 ~ 37.62%
G 125 of 303 ~ 41.25%
B 64 of 303 ~ 21.12'%

%37.62
%41.25
%21.12

CMYK color model

#727D40 color CMYK value is (9,0,49,51).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 50.98%

CMYK: (9,0,49,51)
C9M0Y49K51 (9%, 0%, 49%, 51%)
(0.09 / 0.00 / 0.49 / 0.51)

CMYK percentages

%8.8
%0
%48.8
%50.98

Codes

Color #727D40 in popluar color models

72 7D 40
RGB 114 125 64
HSL 71° 32.28% 37.06%
HSB/HSV 71° 48.80% 49.02%
CMYK 8.80% 0.00% 48.80%
50.98%

Color #727D40 in popluar number systems.

HEX 72 7D 40
Decimal 114 125 64
Binary 1110010 1111101 1000000
Octal 162 175 100

Shades and tints

Shades of #727D40

#727D40
(114,125,64)
#68723B
(104,114,59)
#5E6736
(94,103,54)
#545C31
(84,92,49)
#4A512C
(74,81,44)
#404627
(64,70,39)
#363B22
(54,59,34)
#2C301D
(44,48,29)
#222518
(34,37,24)
#181A13
(24,26,19)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #727D40

#727D40
(114,125,64)
#7E8851
(126,136,81)
#8A9362
(138,147,98)
#969E73
(150,158,115)
#A2A984
(162,169,132)
#AEB495
(174,180,149)
#BABFA6
(186,191,166)
#C6CAB7
(198,202,183)
#D2D5C8
(210,213,200)
#DEE0D9
(222,224,217)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727D40; }

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

This text font color is #727D40.

Background Color

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

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

This div background color is #727D40.

Border color

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

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

This div border color is #727D40.

Opacity

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

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

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

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

This text has shadow with #727D40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727D40.

Preview

Color preview on black background

This text has color #727D40 on black background.


Color preview on white background

This text has color #727D40 on white background.


Black color preview on #727D40 background

This text has black color on #727D40 background.


White color preview on #727D40 background

This text has white color on #727D40 background.


Related colors

Complementary color

Complementary color for #hex is #8D82BF.


I love getcolorcode.com

Triadic colors

1 #40727D and #7D4072 with #727D40 are triadic colors.

2 #407D72 and #7D7240 with #727D40 are triadic colors.