COLOR #71758B

HEX: #71758B
RGB: (113,117,139)

Color info

#71758B contains red, green and blue colors in about the same proportion. Web safe color of #71758B is #666699 (or #669).

RGB color model

#71758B color RGB value is (113,117,139).

  • red value is 113;
  • green value is 117;
  • blue value is 139.
RGB:
(113,117,139)
(44%,46%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 139 of 255 = 55%

113
117
139

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 139 = 369 (100%)
R 113 of 369 ~ 30.62%
G 117 of 369 ~ 31.71%
B 139 of 369 ~ 37.67%

%30.62
%31.71
%37.67

CMYK color model

#71758B color CMYK value is (19,16,0,45).

  • cyan value is 18.71%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,16,0,45)
C19M16Y0K45 
(19%,16%,0%,45%)
(0.19/0.16/0.00/0.45)	

CMYK percentages

%18.71
%15.83
%0
%45.49

Codes

Color #71758B in popluar color models

71758B
RGB113117139
HSL231°10.32%49.41%
HSB/HSV231°18.71%54.51%
CMYK18.71%15.83%0.00%
45.49%

Color #71758B in popluar number systems.

HEX71758B
Decimal113117139
Binary1110001111010110001011
Octal161165213

Shades and tints

Shades of #71758B

#71758B
(113,117,139)
#676B7F
(103,107,127)
#5D6173
(93,97,115)
#535767
(83,87,103)
#494D5B
(73,77,91)
#3F434F
(63,67,79)
#353943
(53,57,67)
#2B2F37
(43,47,55)
#21252B
(33,37,43)
#171B1F
(23,27,31)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #71758B

#71758B
(113,117,139)
#7D8195
(125,129,149)
#898D9F
(137,141,159)
#9599A9
(149,153,169)
#A1A5B3
(161,165,179)
#ADB1BD
(173,177,189)
#B9BDC7
(185,189,199)
#C5C9D1
(197,201,209)
#D1D5DB
(209,213,219)
#DDE1E5
(221,225,229)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71758B color. Also use rgb(113,117,139) instead hex code.

Text Font Color

.myTextColor { color: #71758B; }

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

This text font color is #71758B.


Background Color

.myBgColor { background-color: #71758B; }

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

This div background color is #71758B.


Border color

.myBorderColor { border: 1px solid #71758B; }

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

This div border color is #71758B.


Opacity

.myOpacity80 { color: #71758B; opacity: 0.8; }

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

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

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

This text has shadow with #71758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71758B on black background.


Color preview on white background

This text has color #71758B on white background.



Black color preview on #71758B background

This text has black color on #71758B background.


White color preview on #71758B background

This text has white color on #71758B background.