COLOR #71583A

HEX: #71583A
RGB: (113,88,58)

Color info

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

RGB color model

#71583A color RGB value is (113,88,58).

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

RGB channels and saturation

R 113 of 255 = 44%
G 88 of 255 = 35%
B 58 of 255 = 23%

113
88
58

R + G + B ~ 34%. #71583A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 88 + 58 = 259 (100%)
R 113 of 259 ~ 43.63%
G 88 of 259 ~ 33.98%
B 58 of 259 ~ 22.39%

%43.63
%33.98
%22.39

CMYK color model

#71583A color CMYK value is (0,22,49,56).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK: (0,22,49,56) C0M22Y49K56 (0%,22%,49%,56%) (0.00/0.22/0.49/0.56)

CMYK percentages

%0
%22.12
%48.67
%55.69

Codes

Color #71583A in popluar color models

71583A
RGB1138858
HSL33°32.16%33.53%
HSB/HSV33°48.67%44.31%
CMYK0.00%22.12%48.67%
55.69%

Color #71583A in popluar number systems.

HEX71583A
Decimal1138858
Binary11100011011000111010
Octal16113072

Shades and tints

Shades of #71583A

#71583A
(113,88,58)
#675035
(103,80,53)
#5D4830
(93,72,48)
#53402B
(83,64,43)
#493826
(73,56,38)
#3F3021
(63,48,33)
#35281C
(53,40,28)
#2B2017
(43,32,23)
#211812
(33,24,18)
#17100D
(23,16,13)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #71583A

#71583A
(113,88,58)
#7D674B
(125,103,75)
#89765C
(137,118,92)
#95856D
(149,133,109)
#A1947E
(161,148,126)
#ADA38F
(173,163,143)
#B9B2A0
(185,178,160)
#C5C1B1
(197,193,177)
#D1D0C2
(209,208,194)
#DDDFD3
(221,223,211)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71583A; }

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

This text font color is #71583A.


Background Color

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

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

This div background color is #71583A.


Border color

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

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

This div border color is #71583A.


Opacity

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

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

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

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

This text has shadow with #71583A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #71583A on black background.


Color preview on white background

This text has color #71583A on white background.



Black color preview on #71583A background

This text has black color on #71583A background.


White color preview on #71583A background

This text has white color on #71583A background.