COLOR #71623C

HEX: #71623C
RGB: (113,98,60)

Color info

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

RGB color model

#71623C color RGB value is (113,98,60).

  • red value is 113;
  • green value is 98;
  • blue value is 60.
RGB:
(113,98,60)
(44%,38%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 60 of 255 = 24%

113
98
60

R + G + B ~ 35%. #71623C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 60 = 271 (100%)
R 113 of 271 ~ 41.7%
G 98 of 271 ~ 36.16%
B 60 of 271 ~ 22.14%

%41.7
%36.16
%22.14

CMYK color model

#71623C color CMYK value is (0,13,47,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 46.90%
  • key color value is 55.69%
CMYK:
(0,13,47,56)
C0M13Y47K56 
(0%,13%,47%,56%)
(0.00/0.13/0.47/0.56)	

CMYK percentages

%0
%13.27
%46.9
%55.69

Codes

Color #71623C in popluar color models

71623C
RGB1139860
HSL43°30.64%33.92%
HSB/HSV43°46.90%44.31%
CMYK0.00%13.27%46.90%
55.69%

Color #71623C in popluar number systems.

HEX71623C
Decimal1139860
Binary11100011100010111100
Octal16114274

Shades and tints

Shades of #71623C

#71623C
(113,98,60)
#675A37
(103,90,55)
#5D5232
(93,82,50)
#534A2D
(83,74,45)
#494228
(73,66,40)
#3F3A23
(63,58,35)
#35321E
(53,50,30)
#2B2A19
(43,42,25)
#212214
(33,34,20)
#171A0F
(23,26,15)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #71623C

#71623C
(113,98,60)
#7D704D
(125,112,77)
#897E5E
(137,126,94)
#958C6F
(149,140,111)
#A19A80
(161,154,128)
#ADA891
(173,168,145)
#B9B6A2
(185,182,162)
#C5C4B3
(197,196,179)
#D1D2C4
(209,210,196)
#DDE0D5
(221,224,213)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71623C color. Also use rgb(113,98,60) instead hex code.

Text Font Color

.myTextColor { color: #71623C; }

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

This text font color is #71623C.


Background Color

.myBgColor { background-color: #71623C; }

<div style="background-color:#71623C">Inner text</div>

This div background color is #71623C.


Border color

.myBorderColor { border: 1px solid #71623C; }

<div style="border:3px solid #71623C">Div</div>

This div border color is #71623C.


Opacity

.myOpacity80 { color: #71623C; opacity: 0.8; }

<p style="color:#71623C;opacity:0.8;">80%</p>

Text with #71623C 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 #71623C;}

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

This text has shadow with #71623C color.

.textShadow {text-shadow: 3px 3px 1px #71623C, 3px 3px 1px red;}

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

This text has shadow with #71623C primary color and red secondary color.


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

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

This text has shadow with #71623C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71623C on black background.


Color preview on white background

This text has color #71623C on white background.



Black color preview on #71623C background

This text has black color on #71623C background.


White color preview on #71623C background

This text has white color on #71623C background.