COLOR #717231

HEX: #717231
RGB: (113,114,49)

Color info

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

RGB color model

#717231 color RGB value is (113,114,49).

  • red value is 113;
  • green value is 114;
  • blue value is 49.
RGB:
(113,114,49)
(44%,45%,19%)

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 49 of 255 = 19%

113
114
49

R + G + B ~ 36%. #717231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 49 = 276 (100%)
R 113 of 276 ~ 40.94%
G 114 of 276 ~ 41.3%
B 49 of 276 ~ 17.75%

%40.94
%41.3
%17.75

CMYK color model

#717231 color CMYK value is (1,0,57,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 57.02%
  • key color value is 55.29%
CMYK:
(1,0,57,55)
C1M0Y57K55 
(1%,0%,57%,55%)
(0.01/0.00/0.57/0.55)	

CMYK percentages

%0.88
%0
%57.02
%55.29

Codes

Color #717231 in popluar color models

717231
RGB11311449
HSL61°39.88%31.96%
HSB/HSV61°57.02%44.71%
CMYK0.88%0.00%57.02%
55.29%

Color #717231 in popluar number systems.

HEX717231
Decimal11311449
Binary11100011110010110001
Octal16116261

Shades and tints

Shades of #717231

#717231
(113,114,49)
#67682D
(103,104,45)
#5D5E29
(93,94,41)
#535425
(83,84,37)
#494A21
(73,74,33)
#3F401D
(63,64,29)
#353619
(53,54,25)
#2B2C15
(43,44,21)
#212211
(33,34,17)
#17180D
(23,24,13)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #717231

#717231
(113,114,49)
#7D7E43
(125,126,67)
#898A55
(137,138,85)
#959667
(149,150,103)
#A1A279
(161,162,121)
#ADAE8B
(173,174,139)
#B9BA9D
(185,186,157)
#C5C6AF
(197,198,175)
#D1D2C1
(209,210,193)
#DDDED3
(221,222,211)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717231 color. Also use rgb(113,114,49) instead hex code.

Text Font Color

.myTextColor { color: #717231; }

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

This text font color is #717231.


Background Color

.myBgColor { background-color: #717231; }

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

This div background color is #717231.


Border color

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

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

This div border color is #717231.


Opacity

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

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

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

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

This text has shadow with #717231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717231 on black background.


Color preview on white background

This text has color #717231 on white background.



Black color preview on #717231 background

This text has black color on #717231 background.


White color preview on #717231 background

This text has white color on #717231 background.