COLOR #717132

HEX: #717132
RGB: (113,113,50)

Color info

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

RGB color model

#717132 color RGB value is (113,113,50).

  • red value is 113;
  • green value is 113;
  • blue value is 50.
RGB:
(113,113,50)
(44%,44%,20%)

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 50 of 255 = 20%

113
113
50

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

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 50 = 276 (100%)
R 113 of 276 ~ 40.94%
G 113 of 276 ~ 40.94%
B 50 of 276 ~ 18.12%

%40.94
%40.94
%18.12

CMYK color model

#717132 color CMYK value is (0,0,56,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 55.75%
  • key color value is 55.69%
CMYK:
(0,0,56,56)
C0M0Y56K56 
(0%,0%,56%,56%)
(0.00/0.00/0.56/0.56)	

CMYK percentages

%0
%0
%55.75
%55.69

Codes

Color #717132 in popluar color models

717132
RGB11311350
HSL60°38.65%31.96%
HSB/HSV60°55.75%44.31%
CMYK0.00%0.00%55.75%
55.69%

Color #717132 in popluar number systems.

HEX717132
Decimal11311350
Binary11100011110001110010
Octal16116162

Shades and tints

Shades of #717132

#717132
(113,113,50)
#67672E
(103,103,46)
#5D5D2A
(93,93,42)
#535326
(83,83,38)
#494922
(73,73,34)
#3F3F1E
(63,63,30)
#35351A
(53,53,26)
#2B2B16
(43,43,22)
#212112
(33,33,18)
#17170E
(23,23,14)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #717132

#717132
(113,113,50)
#7D7D44
(125,125,68)
#898956
(137,137,86)
#959568
(149,149,104)
#A1A17A
(161,161,122)
#ADAD8C
(173,173,140)
#B9B99E
(185,185,158)
#C5C5B0
(197,197,176)
#D1D1C2
(209,209,194)
#DDDDD4
(221,221,212)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717132; }

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

This text font color is #717132.


Background Color

.myBgColor { background-color: #717132; }

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

This div background color is #717132.


Border color

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

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

This div border color is #717132.


Opacity

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

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

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

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

This text has shadow with #717132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717132 on black background.


Color preview on white background

This text has color #717132 on white background.



Black color preview on #717132 background

This text has black color on #717132 background.


White color preview on #717132 background

This text has white color on #717132 background.