COLOR #727D19

HEX: #727D19
RGB: (114,125,25)

Color info

#727D19 contains mainly red and green colors. Web safe color of #727D19 is #666600 (or #660).

RGB color model

#727D19 color RGB value is (114,125,25).

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

RGB channels and saturation

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

114
125
25

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

Portions of RGB colors in percentages

R + G + B =
114 + 125 + 25 = 264 (100%)
R 114 of 264 ~ 43.18%
G 125 of 264 ~ 47.35%
B 25 of 264 ~ 9.47%

%43.18
%47.35

CMYK color model

#727D19 color CMYK value is (9,0,80,51).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 50.98%
CMYK:
(9,0,80,51)
C9M0Y80K51 
(9%,0%,80%,51%)
(0.09/0.00/0.80/0.51)	

CMYK percentages

%8.8
%0
%80
%50.98

Codes

Color #727D19 in popluar color models

727D19
RGB11412525
HSL67°66.67%29.41%
HSB/HSV67°80.00%49.02%
CMYK8.80%0.00%80.00%
50.98%

Color #727D19 in popluar number systems.

HEX727D19
Decimal11412525
Binary1110010111110111001
Octal16217531

Shades and tints

Shades of #727D19

#727D19
(114,125,25)
#687217
(104,114,23)
#5E6715
(94,103,21)
#545C13
(84,92,19)
#4A5111
(74,81,17)
#40460F
(64,70,15)
#363B0D
(54,59,13)
#2C300B
(44,48,11)
#222509
(34,37,9)
#181A07
(24,26,7)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #727D19

#727D19
(114,125,25)
#7E882D
(126,136,45)
#8A9341
(138,147,65)
#969E55
(150,158,85)
#A2A969
(162,169,105)
#AEB47D
(174,180,125)
#BABF91
(186,191,145)
#C6CAA5
(198,202,165)
#D2D5B9
(210,213,185)
#DEE0CD
(222,224,205)
#EAEBE1
(234,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727D19; }

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

This text font color is #727D19.


Background Color

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

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

This div background color is #727D19.


Border color

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

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

This div border color is #727D19.


Opacity

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

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

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

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

This text has shadow with #727D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727D19 on black background.


Color preview on white background

This text has color #727D19 on white background.



Black color preview on #727D19 background

This text has black color on #727D19 background.


White color preview on #727D19 background

This text has white color on #727D19 background.