COLOR #717339

HEX: #717339
RGB: (113,115,57)

Color info

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

RGB color model

#717339 color RGB value is (113,115,57).

  • red value is 113;
  • green value is 115;
  • blue value is 57.
RGB:
(113,115,57)
(44%,45%,22%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 57 of 255 = 22%

113
115
57

R + G + B ~ 37%. #717339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 57 = 285 (100%)
R 113 of 285 ~ 39.65%
G 115 of 285 ~ 40.35%
B 57 of 285 ~ 20%

%39.65
%40.35
%20

CMYK color model

#717339 color CMYK value is (2,0,50,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • key color value is 54.90%
CMYK:
(2,0,50,55)
C2M0Y50K55 
(2%,0%,50%,55%)
(0.02/0.00/0.50/0.55)	

CMYK percentages

%1.74
%0
%50.43
%54.9

Codes

Color #717339 in popluar color models

717339
RGB11311557
HSL62°33.72%33.73%
HSB/HSV62°50.43%45.10%
CMYK1.74%0.00%50.43%
54.90%

Color #717339 in popluar number systems.

HEX717339
Decimal11311557
Binary11100011110011111001
Octal16116371

Shades and tints

Shades of #717339

#717339
(113,115,57)
#676934
(103,105,52)
#5D5F2F
(93,95,47)
#53552A
(83,85,42)
#494B25
(73,75,37)
#3F4120
(63,65,32)
#35371B
(53,55,27)
#2B2D16
(43,45,22)
#212311
(33,35,17)
#17190C
(23,25,12)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #717339

#717339
(113,115,57)
#7D7F4B
(125,127,75)
#898B5D
(137,139,93)
#95976F
(149,151,111)
#A1A381
(161,163,129)
#ADAF93
(173,175,147)
#B9BBA5
(185,187,165)
#C5C7B7
(197,199,183)
#D1D3C9
(209,211,201)
#DDDFDB
(221,223,219)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717339; }

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

This text font color is #717339.


Background Color

.myBgColor { background-color: #717339; }

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

This div background color is #717339.


Border color

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

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

This div border color is #717339.


Opacity

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

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

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

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

This text has shadow with #717339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717339 on black background.


Color preview on white background

This text has color #717339 on white background.



Black color preview on #717339 background

This text has black color on #717339 background.


White color preview on #717339 background

This text has white color on #717339 background.