COLOR #717041

HEX: #717041
RGB: (113,112,65)

Color info

#717041 contains red, green and blue colors in about the same proportion. Web safe color of #717041 is #666633 (or #663).

RGB color model

#717041 color RGB value is (113,112,65).

  • red value is 113;
  • green value is 112;
  • blue value is 65.
RGB:
(113,112,65)
(44%,44%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 65 of 255 = 25%

113
112
65

R + G + B ~ 38%. #717041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 65 = 290 (100%)
R 113 of 290 ~ 38.97%
G 112 of 290 ~ 38.62%
B 65 of 290 ~ 22.41%

%38.97
%38.62
%22.41

CMYK color model

#717041 color CMYK value is (0,1,42,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 42.48%
  • key color value is 55.69%
CMYK:
(0,1,42,56)
C0M1Y42K56 
(0%,1%,42%,56%)
(0.00/0.01/0.42/0.56)	

CMYK percentages

%0
%0.88
%42.48
%55.69

Codes

Color #717041 in popluar color models

717041
RGB11311265
HSL59°26.97%34.90%
HSB/HSV59°42.48%44.31%
CMYK0.00%0.88%42.48%
55.69%

Color #717041 in popluar number systems.

HEX717041
Decimal11311265
Binary111000111100001000001
Octal161160101

Shades and tints

Shades of #717041

#717041
(113,112,65)
#67663C
(103,102,60)
#5D5C37
(93,92,55)
#535232
(83,82,50)
#49482D
(73,72,45)
#3F3E28
(63,62,40)
#353423
(53,52,35)
#2B2A1E
(43,42,30)
#212019
(33,32,25)
#171614
(23,22,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #717041

#717041
(113,112,65)
#7D7D52
(125,125,82)
#898A63
(137,138,99)
#959774
(149,151,116)
#A1A485
(161,164,133)
#ADB196
(173,177,150)
#B9BEA7
(185,190,167)
#C5CBB8
(197,203,184)
#D1D8C9
(209,216,201)
#DDE5DA
(221,229,218)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717041; }

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

This text font color is #717041.


Background Color

.myBgColor { background-color: #717041; }

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

This div background color is #717041.


Border color

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

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

This div border color is #717041.


Opacity

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

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

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

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

This text has shadow with #717041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717041 on black background.


Color preview on white background

This text has color #717041 on white background.



Black color preview on #717041 background

This text has black color on #717041 background.


White color preview on #717041 background

This text has white color on #717041 background.