COLOR #717D1F

HEX: #717D1F
RGB: (113,125,31)

Color info

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

RGB color model

#717D1F color RGB value is (113,125,31).

  • red value is 113;
  • green value is 125;
  • blue value is 31.
RGB:
(113,125,31)
(44%,49%,12%)

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 31 of 255 = 12%

113
125
31

R + G + B ~ 35%. #717D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 125 + 31 = 269 (100%)
R 113 of 269 ~ 42.01%
G 125 of 269 ~ 46.47%
B 31 of 269 ~ 11.52%

%42.01
%46.47
%11.52

CMYK color model

#717D1F color CMYK value is (10,0,75,51).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 75.20%
  • key color value is 50.98%
CMYK:
(10,0,75,51)
C10M0Y75K51 
(10%,0%,75%,51%)
(0.10/0.00/0.75/0.51)	

CMYK percentages

%9.6
%0
%75.2
%50.98

Codes

Color #717D1F in popluar color models

717D1F
RGB11312531
HSL68°60.26%30.59%
HSB/HSV68°75.20%49.02%
CMYK9.60%0.00%75.20%
50.98%

Color #717D1F in popluar number systems.

HEX717D1F
Decimal11312531
Binary1110001111110111111
Octal16117537

Shades and tints

Shades of #717D1F

#717D1F
(113,125,31)
#67721D
(103,114,29)
#5D671B
(93,103,27)
#535C19
(83,92,25)
#495117
(73,81,23)
#3F4615
(63,70,21)
#353B13
(53,59,19)
#2B3011
(43,48,17)
#21250F
(33,37,15)
#171A0D
(23,26,13)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #717D1F

#717D1F
(113,125,31)
#7D8833
(125,136,51)
#899347
(137,147,71)
#959E5B
(149,158,91)
#A1A96F
(161,169,111)
#ADB483
(173,180,131)
#B9BF97
(185,191,151)
#C5CAAB
(197,202,171)
#D1D5BF
(209,213,191)
#DDE0D3
(221,224,211)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717D1F color. Also use rgb(113,125,31) instead hex code.

Text Font Color

.myTextColor { color: #717D1F; }

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

This text font color is #717D1F.


Background Color

.myBgColor { background-color: #717D1F; }

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

This div background color is #717D1F.


Border color

.myBorderColor { border: 1px solid #717D1F; }

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

This div border color is #717D1F.


Opacity

.myOpacity80 { color: #717D1F; opacity: 0.8; }

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

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

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

This text has shadow with #717D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717D1F on black background.


Color preview on white background

This text has color #717D1F on white background.



Black color preview on #717D1F background

This text has black color on #717D1F background.


White color preview on #717D1F background

This text has white color on #717D1F background.