COLOR #727017

HEX: #727017
RGB: (114,112,23)

Color info

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

RGB color model

#727017 color RGB value is (114,112,23).

  • red value is 114;
  • green value is 112;
  • blue value is 23.
RGB:
(114,112,23)
(45%,44%,9%)

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 23 of 255 = 9%

114
112
23

R + G + B ~ 33%. #727017 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 23 = 249 (100%)
R 114 of 249 ~ 45.78%
G 112 of 249 ~ 44.98%
B 23 of 249 ~ 9.24%

%45.78
%44.98

CMYK color model

#727017 color CMYK value is (0,2,80,55).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 79.82%
  • key color value is 55.29%
CMYK:
(0,2,80,55)
C0M2Y80K55 
(0%,2%,80%,55%)
(0.00/0.02/0.80/0.55)	

CMYK percentages

%0
%1.75
%79.82
%55.29

Codes

Color #727017 in popluar color models

727017
RGB11411223
HSL59°66.42%26.86%
HSB/HSV59°79.82%44.71%
CMYK0.00%1.75%79.82%
55.29%

Color #727017 in popluar number systems.

HEX727017
Decimal11411223
Binary1110010111000010111
Octal16216027

Shades and tints

Shades of #727017

#727017
(114,112,23)
#686615
(104,102,21)
#5E5C13
(94,92,19)
#545211
(84,82,17)
#4A480F
(74,72,15)
#403E0D
(64,62,13)
#36340B
(54,52,11)
#2C2A09
(44,42,9)
#222007
(34,32,7)
#181605
(24,22,5)
#0E0C03
(14,12,3)
#000000
(0,0,0)

Tints of #727017

#727017
(114,112,23)
#7E7D2C
(126,125,44)
#8A8A41
(138,138,65)
#969756
(150,151,86)
#A2A46B
(162,164,107)
#AEB180
(174,177,128)
#BABE95
(186,190,149)
#C6CBAA
(198,203,170)
#D2D8BF
(210,216,191)
#DEE5D4
(222,229,212)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727017 color. Also use rgb(114,112,23) instead hex code.

Text Font Color

.myTextColor { color: #727017; }

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

This text font color is #727017.


Background Color

.myBgColor { background-color: #727017; }

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

This div background color is #727017.


Border color

.myBorderColor { border: 1px solid #727017; }

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

This div border color is #727017.


Opacity

.myOpacity80 { color: #727017; opacity: 0.8; }

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

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

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

This text has shadow with #727017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727017 on black background.


Color preview on white background

This text has color #727017 on white background.



Black color preview on #727017 background

This text has black color on #727017 background.


White color preview on #727017 background

This text has white color on #727017 background.