COLOR #71536B

HEX: #71536B
RGB: (113,83,107)

Color info

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

RGB color model

#71536B color RGB value is (113,83,107).

  • red value is 113;
  • green value is 83;
  • blue value is 107.
RGB:
(113,83,107)
(44%,33%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 83 of 255 = 33%
B 107 of 255 = 42%

113
83
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 107 = 303 (100%)
R 113 of 303 ~ 37.29%
G 83 of 303 ~ 27.39%
B 107 of 303 ~ 35.31%

%37.29
%27.39
%35.31

CMYK color model

#71536B color CMYK value is (0,27,5,56).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(0,27,5,56)
C0M27Y5K56 
(0%,27%,5%,56%)
(0.00/0.27/0.05/0.56)	

CMYK percentages

%0
%26.55
%5.31
%55.69

Codes

Color #71536B in popluar color models

71536B
RGB11383107
HSL312°15.31%38.43%
HSB/HSV312°26.55%44.31%
CMYK0.00%26.55%5.31%
55.69%

Color #71536B in popluar number systems.

HEX71536B
Decimal11383107
Binary111000110100111101011
Octal161123153

Shades and tints

Shades of #71536B

#71536B
(113,83,107)
#674C62
(103,76,98)
#5D4559
(93,69,89)
#533E50
(83,62,80)
#493747
(73,55,71)
#3F303E
(63,48,62)
#352935
(53,41,53)
#2B222C
(43,34,44)
#211B23
(33,27,35)
#17141A
(23,20,26)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #71536B

#71536B
(113,83,107)
#7D6278
(125,98,120)
#897185
(137,113,133)
#958092
(149,128,146)
#A18F9F
(161,143,159)
#AD9EAC
(173,158,172)
#B9ADB9
(185,173,185)
#C5BCC6
(197,188,198)
#D1CBD3
(209,203,211)
#DDDAE0
(221,218,224)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71536B color. Also use rgb(113,83,107) instead hex code.

Text Font Color

.myTextColor { color: #71536B; }

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

This text font color is #71536B.


Background Color

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

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

This div background color is #71536B.


Border color

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

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

This div border color is #71536B.


Opacity

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

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

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

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

This text has shadow with #71536B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71536B on black background.


Color preview on white background

This text has color #71536B on white background.



Black color preview on #71536B background

This text has black color on #71536B background.


White color preview on #71536B background

This text has white color on #71536B background.