COLOR #71723D

HEX: #71723D
RGB: (113,114,61)

Color info

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

RGB color model

#71723D color RGB value is (113,114,61).

  • red value is 113;
  • green value is 114;
  • blue value is 61.
RGB:
(113,114,61)
(44%,45%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 61 of 255 = 24%

113
114
61

R + G + B ~ 38%. #71723D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 61 = 288 (100%)
R 113 of 288 ~ 39.24%
G 114 of 288 ~ 39.58%
B 61 of 288 ~ 21.18%

%39.24
%39.58
%21.18

CMYK color model

#71723D color CMYK value is (1,0,46,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 46.49%
  • key color value is 55.29%
CMYK:
(1,0,46,55)
C1M0Y46K55 
(1%,0%,46%,55%)
(0.01/0.00/0.46/0.55)	

CMYK percentages

%0.88
%0
%46.49
%55.29

Codes

Color #71723D in popluar color models

71723D
RGB11311461
HSL61°30.29%34.31%
HSB/HSV61°46.49%44.71%
CMYK0.88%0.00%46.49%
55.29%

Color #71723D in popluar number systems.

HEX71723D
Decimal11311461
Binary11100011110010111101
Octal16116275

Shades and tints

Shades of #71723D

#71723D
(113,114,61)
#676838
(103,104,56)
#5D5E33
(93,94,51)
#53542E
(83,84,46)
#494A29
(73,74,41)
#3F4024
(63,64,36)
#35361F
(53,54,31)
#2B2C1A
(43,44,26)
#212215
(33,34,21)
#171810
(23,24,16)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #71723D

#71723D
(113,114,61)
#7D7E4E
(125,126,78)
#898A5F
(137,138,95)
#959670
(149,150,112)
#A1A281
(161,162,129)
#ADAE92
(173,174,146)
#B9BAA3
(185,186,163)
#C5C6B4
(197,198,180)
#D1D2C5
(209,210,197)
#DDDED6
(221,222,214)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71723D color. Also use rgb(113,114,61) instead hex code.

Text Font Color

.myTextColor { color: #71723D; }

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

This text font color is #71723D.


Background Color

.myBgColor { background-color: #71723D; }

<div style="background-color:#71723D">Inner text</div>

This div background color is #71723D.


Border color

.myBorderColor { border: 1px solid #71723D; }

<div style="border:3px solid #71723D">Div</div>

This div border color is #71723D.


Opacity

.myOpacity80 { color: #71723D; opacity: 0.8; }

<p style="color:#71723D;opacity:0.8;">80%</p>

Text with #71723D 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 #71723D;}

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

This text has shadow with #71723D color.

.textShadow {text-shadow: 3px 3px 1px #71723D, 3px 3px 1px red;}

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

This text has shadow with #71723D primary color and red secondary color.


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

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

This text has shadow with #71723D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71723D on black background.


Color preview on white background

This text has color #71723D on white background.



Black color preview on #71723D background

This text has black color on #71723D background.


White color preview on #71723D background

This text has white color on #71723D background.