COLOR #71583F

HEX: #71583F
RGB: (113,88,63)

Color info

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

RGB color model

#71583F color RGB value is (113,88,63).

  • red value is 113;
  • green value is 88;
  • blue value is 63.
RGB:
(113,88,63)
(44%,35%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 88 of 255 = 35%
B 63 of 255 = 25%

113
88
63

R + G + B ~ 35%. #71583F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 63 = 264 (100%)
R 113 of 264 ~ 42.8%
G 88 of 264 ~ 33.33%
B 63 of 264 ~ 23.86%

%42.8
%33.33
%23.86

CMYK color model

#71583F color CMYK value is (0,22,44,56).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(0,22,44,56)
C0M22Y44K56 
(0%,22%,44%,56%)
(0.00/0.22/0.44/0.56)	

CMYK percentages

%0
%22.12
%44.25
%55.69

Codes

Color #71583F in popluar color models

71583F
RGB1138863
HSL30°28.41%34.51%
HSB/HSV30°44.25%44.31%
CMYK0.00%22.12%44.25%
55.69%

Color #71583F in popluar number systems.

HEX71583F
Decimal1138863
Binary11100011011000111111
Octal16113077

Shades and tints

Shades of #71583F

#71583F
(113,88,63)
#67503A
(103,80,58)
#5D4835
(93,72,53)
#534030
(83,64,48)
#49382B
(73,56,43)
#3F3026
(63,48,38)
#352821
(53,40,33)
#2B201C
(43,32,28)
#211817
(33,24,23)
#171012
(23,16,18)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #71583F

#71583F
(113,88,63)
#7D6750
(125,103,80)
#897661
(137,118,97)
#958572
(149,133,114)
#A19483
(161,148,131)
#ADA394
(173,163,148)
#B9B2A5
(185,178,165)
#C5C1B6
(197,193,182)
#D1D0C7
(209,208,199)
#DDDFD8
(221,223,216)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71583F color. Also use rgb(113,88,63) instead hex code.

Text Font Color

.myTextColor { color: #71583F; }

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

This text font color is #71583F.


Background Color

.myBgColor { background-color: #71583F; }

<div style="background-color:#71583F">Inner text</div>

This div background color is #71583F.


Border color

.myBorderColor { border: 1px solid #71583F; }

<div style="border:3px solid #71583F">Div</div>

This div border color is #71583F.


Opacity

.myOpacity80 { color: #71583F; opacity: 0.8; }

<p style="color:#71583F;opacity:0.8;">80%</p>

Text with #71583F 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 #71583F;}

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

This text has shadow with #71583F color.

.textShadow {text-shadow: 3px 3px 1px #71583F, 3px 3px 1px red;}

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

This text has shadow with #71583F primary color and red secondary color.


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

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

This text has shadow with #71583F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71583F on black background.


Color preview on white background

This text has color #71583F on white background.



Black color preview on #71583F background

This text has black color on #71583F background.


White color preview on #71583F background

This text has white color on #71583F background.