COLOR #71753E

HEX: #71753E
RGB: (113,117,62)

Color info

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

RGB color model

#71753E color RGB value is (113,117,62).

  • red value is 113;
  • green value is 117;
  • blue value is 62.
RGB:
(113,117,62)
(44%,46%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 62 of 255 = 24%

113
117
62

R + G + B ~ 38%. #71753E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 62 = 292 (100%)
R 113 of 292 ~ 38.7%
G 117 of 292 ~ 40.07%
B 62 of 292 ~ 21.23%

%38.7
%40.07
%21.23

CMYK color model

#71753E color CMYK value is (3,0,47,54).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 47.01%
  • key color value is 54.12%
CMYK:
(3,0,47,54)
C3M0Y47K54 
(3%,0%,47%,54%)
(0.03/0.00/0.47/0.54)	

CMYK percentages

%3.42
%0
%47.01
%54.12

Codes

Color #71753E in popluar color models

71753E
RGB11311762
HSL64°30.73%35.10%
HSB/HSV64°47.01%45.88%
CMYK3.42%0.00%47.01%
54.12%

Color #71753E in popluar number systems.

HEX71753E
Decimal11311762
Binary11100011110101111110
Octal16116576

Shades and tints

Shades of #71753E

#71753E
(113,117,62)
#676B39
(103,107,57)
#5D6134
(93,97,52)
#53572F
(83,87,47)
#494D2A
(73,77,42)
#3F4325
(63,67,37)
#353920
(53,57,32)
#2B2F1B
(43,47,27)
#212516
(33,37,22)
#171B11
(23,27,17)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #71753E

#71753E
(113,117,62)
#7D814F
(125,129,79)
#898D60
(137,141,96)
#959971
(149,153,113)
#A1A582
(161,165,130)
#ADB193
(173,177,147)
#B9BDA4
(185,189,164)
#C5C9B5
(197,201,181)
#D1D5C6
(209,213,198)
#DDE1D7
(221,225,215)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71753E color. Also use rgb(113,117,62) instead hex code.

Text Font Color

.myTextColor { color: #71753E; }

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

This text font color is #71753E.


Background Color

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

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

This div background color is #71753E.


Border color

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

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

This div border color is #71753E.


Opacity

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

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

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

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

This text has shadow with #71753E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71753E on black background.


Color preview on white background

This text has color #71753E on white background.



Black color preview on #71753E background

This text has black color on #71753E background.


White color preview on #71753E background

This text has white color on #71753E background.