COLOR #71846E

HEX: #71846E
RGB: (113,132,110)

Color info

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

RGB color model

#71846E color RGB value is (113,132,110).

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

RGB channels and saturation

R 113 of 255 = 44%
G 132 of 255 = 52%
B 110 of 255 = 43%

113
132
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 110 = 355 (100%)
R 113 of 355 ~ 31.83%
G 132 of 355 ~ 37.18%
B 110 of 355 ~ 30.99%

%31.83
%37.18
%30.99

CMYK color model

#71846E color CMYK value is (14,0,17,48).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(14,0,17,48)
C14M0Y17K48 
(14%,0%,17%,48%)
(0.14/0.00/0.17/0.48)	

CMYK percentages

%14.39
%0
%16.67
%48.24

Codes

Color #71846E in popluar color models

71846E
RGB113132110
HSL112°9.09%47.45%
HSB/HSV112°16.67%51.76%
CMYK14.39%0.00%16.67%
48.24%

Color #71846E in popluar number systems.

HEX71846E
Decimal113132110
Binary1110001100001001101110
Octal161204156

Shades and tints

Shades of #71846E

#71846E
(113,132,110)
#677864
(103,120,100)
#5D6C5A
(93,108,90)
#536050
(83,96,80)
#495446
(73,84,70)
#3F483C
(63,72,60)
#353C32
(53,60,50)
#2B3028
(43,48,40)
#21241E
(33,36,30)
#171814
(23,24,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #71846E

#71846E
(113,132,110)
#7D8F7B
(125,143,123)
#899A88
(137,154,136)
#95A595
(149,165,149)
#A1B0A2
(161,176,162)
#ADBBAF
(173,187,175)
#B9C6BC
(185,198,188)
#C5D1C9
(197,209,201)
#D1DCD6
(209,220,214)
#DDE7E3
(221,231,227)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71846E; }

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

This text font color is #71846E.


Background Color

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

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

This div background color is #71846E.


Border color

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

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

This div border color is #71846E.


Opacity

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

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

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

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

This text has shadow with #71846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71846E on black background.


Color preview on white background

This text has color #71846E on white background.



Black color preview on #71846E background

This text has black color on #71846E background.


White color preview on #71846E background

This text has white color on #71846E background.