COLOR #71554A

HEX: #71554A
RGB: (113,85,74)

Color info

#71554A contains red, green and blue colors in about the same proportion. Web safe color of #71554A is #666633 (or #663).

RGB color model

#71554A color RGB value is (113,85,74).

  • red value is 113;
  • green value is 85;
  • blue value is 74.
RGB:
(113,85,74)
(44%,33%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 74 of 255 = 29%

113
85
74

R + G + B ~ 35%. #71554A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 74 = 272 (100%)
R 113 of 272 ~ 41.54%
G 85 of 272 ~ 31.25%
B 74 of 272 ~ 27.21%

%41.54
%31.25
%27.21

CMYK color model

#71554A color CMYK value is (0,25,35,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 34.51%
  • key color value is 55.69%
CMYK:
(0,25,35,56)
C0M25Y35K56 
(0%,25%,35%,56%)
(0.00/0.25/0.35/0.56)	

CMYK percentages

%0
%24.78
%34.51
%55.69

Codes

Color #71554A in popluar color models

71554A
RGB1138574
HSL17°20.86%36.67%
HSB/HSV17°34.51%44.31%
CMYK0.00%24.78%34.51%
55.69%

Color #71554A in popluar number systems.

HEX71554A
Decimal1138574
Binary111000110101011001010
Octal161125112

Shades and tints

Shades of #71554A

#71554A
(113,85,74)
#674E44
(103,78,68)
#5D473E
(93,71,62)
#534038
(83,64,56)
#493932
(73,57,50)
#3F322C
(63,50,44)
#352B26
(53,43,38)
#2B2420
(43,36,32)
#211D1A
(33,29,26)
#171614
(23,22,20)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #71554A

#71554A
(113,85,74)
#7D645A
(125,100,90)
#89736A
(137,115,106)
#95827A
(149,130,122)
#A1918A
(161,145,138)
#ADA09A
(173,160,154)
#B9AFAA
(185,175,170)
#C5BEBA
(197,190,186)
#D1CDCA
(209,205,202)
#DDDCDA
(221,220,218)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71554A color. Also use rgb(113,85,74) instead hex code.

Text Font Color

.myTextColor { color: #71554A; }

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

This text font color is #71554A.


Background Color

.myBgColor { background-color: #71554A; }

<div style="background-color:#71554A">Inner text</div>

This div background color is #71554A.


Border color

.myBorderColor { border: 1px solid #71554A; }

<div style="border:3px solid #71554A">Div</div>

This div border color is #71554A.


Opacity

.myOpacity80 { color: #71554A; opacity: 0.8; }

<p style="color:#71554A;opacity:0.8;">80%</p>

Text with #71554A 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 #71554A;}

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

This text has shadow with #71554A color.

.textShadow {text-shadow: 3px 3px 1px #71554A, 3px 3px 1px red;}

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

This text has shadow with #71554A primary color and red secondary color.


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

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

This text has shadow with #71554A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71554A on black background.


Color preview on white background

This text has color #71554A on white background.



Black color preview on #71554A background

This text has black color on #71554A background.


White color preview on #71554A background

This text has white color on #71554A background.