COLOR #717367

HEX: #717367
RGB: (113,115,103)

Color info

#717367 contains red, green and blue colors in about the same proportion. Web safe color of #717367 is #666666 (or #666).

RGB color model

#717367 color RGB value is (113,115,103).

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

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 103 of 255 = 40%

113
115
103

R + G + B ~ 43%. #717367 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 103 = 331 (100%)
R 113 of 331 ~ 34.14%
G 115 of 331 ~ 34.74%
B 103 of 331 ~ 31.12%

%34.14
%34.74
%31.12

CMYK color model

#717367 color CMYK value is (2,0,10,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(2,0,10,55)
C2M0Y10K55 
(2%,0%,10%,55%)
(0.02/0.00/0.10/0.55)	

CMYK percentages

%1.74
%0
%10.43
%54.9

Codes

Color #717367 in popluar color models

717367
RGB113115103
HSL70°5.50%42.75%
HSB/HSV70°10.43%45.10%
CMYK1.74%0.00%10.43%
54.90%

Color #717367 in popluar number systems.

HEX717367
Decimal113115103
Binary111000111100111100111
Octal161163147

Shades and tints

Shades of #717367

#717367
(113,115,103)
#67695E
(103,105,94)
#5D5F55
(93,95,85)
#53554C
(83,85,76)
#494B43
(73,75,67)
#3F413A
(63,65,58)
#353731
(53,55,49)
#2B2D28
(43,45,40)
#21231F
(33,35,31)
#171916
(23,25,22)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #717367

#717367
(113,115,103)
#7D7F74
(125,127,116)
#898B81
(137,139,129)
#95978E
(149,151,142)
#A1A39B
(161,163,155)
#ADAFA8
(173,175,168)
#B9BBB5
(185,187,181)
#C5C7C2
(197,199,194)
#D1D3CF
(209,211,207)
#DDDFDC
(221,223,220)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717367; }

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

This text font color is #717367.


Background Color

.myBgColor { background-color: #717367; }

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

This div background color is #717367.


Border color

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

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

This div border color is #717367.


Opacity

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

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

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

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

This text has shadow with #717367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717367 on black background.


Color preview on white background

This text has color #717367 on white background.



Black color preview on #717367 background

This text has black color on #717367 background.


White color preview on #717367 background

This text has white color on #717367 background.