COLOR #717263

HEX: #717263
RGB: (113,114,99)

Color info

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

RGB color model

#717263 color RGB value is (113,114,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 99 of 255 = 39%

113
114
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 99 = 326 (100%)
R 113 of 326 ~ 34.66%
G 114 of 326 ~ 34.97%
B 99 of 326 ~ 30.37%

%34.66
%34.97
%30.37

CMYK color model

#717263 color CMYK value is (1,0,13,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(1,0,13,55)
C1M0Y13K55 
(1%,0%,13%,55%)
(0.01/0.00/0.13/0.55)	

CMYK percentages

%0.88
%0
%13.16
%55.29

Codes

Color #717263 in popluar color models

717263
RGB11311499
HSL64°7.04%41.76%
HSB/HSV64°13.16%44.71%
CMYK0.88%0.00%13.16%
55.29%

Color #717263 in popluar number systems.

HEX717263
Decimal11311499
Binary111000111100101100011
Octal161162143

Shades and tints

Shades of #717263

#717263
(113,114,99)
#67685A
(103,104,90)
#5D5E51
(93,94,81)
#535448
(83,84,72)
#494A3F
(73,74,63)
#3F4036
(63,64,54)
#35362D
(53,54,45)
#2B2C24
(43,44,36)
#21221B
(33,34,27)
#171812
(23,24,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #717263

#717263
(113,114,99)
#7D7E71
(125,126,113)
#898A7F
(137,138,127)
#95968D
(149,150,141)
#A1A29B
(161,162,155)
#ADAEA9
(173,174,169)
#B9BAB7
(185,186,183)
#C5C6C5
(197,198,197)
#D1D2D3
(209,210,211)
#DDDEE1
(221,222,225)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717263; }

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

This text font color is #717263.


Background Color

.myBgColor { background-color: #717263; }

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

This div background color is #717263.


Border color

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

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

This div border color is #717263.


Opacity

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

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

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

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

This text has shadow with #717263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717263 on black background.


Color preview on white background

This text has color #717263 on white background.



Black color preview on #717263 background

This text has black color on #717263 background.


White color preview on #717263 background

This text has white color on #717263 background.