COLOR #71867B

HEX: #71867B
RGB: (113,134,123)

Color info

#71867B contains red, green and blue colors in about the same proportion. Web safe color of #71867B is #669966 (or #696).

RGB color model

#71867B color RGB value is (113,134,123).

  • red value is 113;
  • green value is 134;
  • blue value is 123.
RGB:
(113,134,123)
(44%,53%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 123 of 255 = 48%

113
134
123

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 123 = 370 (100%)
R 113 of 370 ~ 30.54%
G 134 of 370 ~ 36.22%
B 123 of 370 ~ 33.24%

%30.54
%36.22
%33.24

CMYK color model

#71867B color CMYK value is (16,0,8,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(16,0,8,47)
C16M0Y8K47 
(16%,0%,8%,47%)
(0.16/0.00/0.08/0.47)	

CMYK percentages

%15.67
%0
%8.21
%47.45

Codes

Color #71867B in popluar color models

71867B
RGB113134123
HSL149°8.50%48.43%
HSB/HSV149°15.67%52.55%
CMYK15.67%0.00%8.21%
47.45%

Color #71867B in popluar number systems.

HEX71867B
Decimal113134123
Binary1110001100001101111011
Octal161206173

Shades and tints

Shades of #71867B

#71867B
(113,134,123)
#677A70
(103,122,112)
#5D6E65
(93,110,101)
#53625A
(83,98,90)
#49564F
(73,86,79)
#3F4A44
(63,74,68)
#353E39
(53,62,57)
#2B322E
(43,50,46)
#212623
(33,38,35)
#171A18
(23,26,24)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #71867B

#71867B
(113,134,123)
#7D9187
(125,145,135)
#899C93
(137,156,147)
#95A79F
(149,167,159)
#A1B2AB
(161,178,171)
#ADBDB7
(173,189,183)
#B9C8C3
(185,200,195)
#C5D3CF
(197,211,207)
#D1DEDB
(209,222,219)
#DDE9E7
(221,233,231)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71867B color. Also use rgb(113,134,123) instead hex code.

Text Font Color

.myTextColor { color: #71867B; }

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

This text font color is #71867B.


Background Color

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

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

This div background color is #71867B.


Border color

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

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

This div border color is #71867B.


Opacity

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

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

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

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

This text has shadow with #71867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71867B on black background.


Color preview on white background

This text has color #71867B on white background.



Black color preview on #71867B background

This text has black color on #71867B background.


White color preview on #71867B background

This text has white color on #71867B background.