COLOR #71533A

HEX: #71533A
RGB: (113,83,58)

Color info

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

RGB color model

#71533A color RGB value is (113,83,58).

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

RGB channels and saturation

R 113 of 255 = 44%
G 83 of 255 = 33%
B 58 of 255 = 23%

113
83
58

R + G + B ~ 33%. #71533A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 58 = 254 (100%)
R 113 of 254 ~ 44.49%
G 83 of 254 ~ 32.68%
B 58 of 254 ~ 22.83%

%44.49
%32.68
%22.83

CMYK color model

#71533A color CMYK value is (0,27,49,56).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK:
(0,27,49,56)
C0M27Y49K56 
(0%,27%,49%,56%)
(0.00/0.27/0.49/0.56)	

CMYK percentages

%0
%26.55
%48.67
%55.69

Codes

Color #71533A in popluar color models

71533A
RGB1138358
HSL27°32.16%33.53%
HSB/HSV27°48.67%44.31%
CMYK0.00%26.55%48.67%
55.69%

Color #71533A in popluar number systems.

HEX71533A
Decimal1138358
Binary11100011010011111010
Octal16112372

Shades and tints

Shades of #71533A

#71533A
(113,83,58)
#674C35
(103,76,53)
#5D4530
(93,69,48)
#533E2B
(83,62,43)
#493726
(73,55,38)
#3F3021
(63,48,33)
#35291C
(53,41,28)
#2B2217
(43,34,23)
#211B12
(33,27,18)
#17140D
(23,20,13)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #71533A

#71533A
(113,83,58)
#7D624B
(125,98,75)
#89715C
(137,113,92)
#95806D
(149,128,109)
#A18F7E
(161,143,126)
#AD9E8F
(173,158,143)
#B9ADA0
(185,173,160)
#C5BCB1
(197,188,177)
#D1CBC2
(209,203,194)
#DDDAD3
(221,218,211)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71533A color. Also use rgb(113,83,58) instead hex code.

Text Font Color

.myTextColor { color: #71533A; }

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

This text font color is #71533A.


Background Color

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

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

This div background color is #71533A.


Border color

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

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

This div border color is #71533A.


Opacity

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

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

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

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

This text has shadow with #71533A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71533A on black background.


Color preview on white background

This text has color #71533A on white background.



Black color preview on #71533A background

This text has black color on #71533A background.


White color preview on #71533A background

This text has white color on #71533A background.