COLOR #71846B

HEX: #71846B
RGB: (113,132,107)

Color info

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

RGB color model

#71846B color RGB value is (113,132,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 132 of 255 = 52%
B 107 of 255 = 42%

113
132
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 107 = 352 (100%)
R 113 of 352 ~ 32.1%
G 132 of 352 ~ 37.5%
B 107 of 352 ~ 30.4%

%32.1
%37.5
%30.4

CMYK color model

#71846B color CMYK value is (14,0,19,48).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(14,0,19,48)
C14M0Y19K48 
(14%,0%,19%,48%)
(0.14/0.00/0.19/0.48)	

CMYK percentages

%14.39
%0
%18.94
%48.24

Codes

Color #71846B in popluar color models

71846B
RGB113132107
HSL106°10.46%46.86%
HSB/HSV106°18.94%51.76%
CMYK14.39%0.00%18.94%
48.24%

Color #71846B in popluar number systems.

HEX71846B
Decimal113132107
Binary1110001100001001101011
Octal161204153

Shades and tints

Shades of #71846B

#71846B
(113,132,107)
#677862
(103,120,98)
#5D6C59
(93,108,89)
#536050
(83,96,80)
#495447
(73,84,71)
#3F483E
(63,72,62)
#353C35
(53,60,53)
#2B302C
(43,48,44)
#212423
(33,36,35)
#17181A
(23,24,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #71846B

#71846B
(113,132,107)
#7D8F78
(125,143,120)
#899A85
(137,154,133)
#95A592
(149,165,146)
#A1B09F
(161,176,159)
#ADBBAC
(173,187,172)
#B9C6B9
(185,198,185)
#C5D1C6
(197,209,198)
#D1DCD3
(209,220,211)
#DDE7E0
(221,231,224)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71846B; }

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

This text font color is #71846B.


Background Color

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

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

This div background color is #71846B.


Border color

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

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

This div border color is #71846B.


Opacity

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

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

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

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

This text has shadow with #71846B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71846B on black background.


Color preview on white background

This text has color #71846B on white background.



Black color preview on #71846B background

This text has black color on #71846B background.


White color preview on #71846B background

This text has white color on #71846B background.