COLOR #71633C

HEX: #71633C
RGB: (113,99,60)

Color info

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

RGB color model

#71633C color RGB value is (113,99,60).

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

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 60 of 255 = 24%

113
99
60

R + G + B ~ 36%. #71633C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 60 = 272 (100%)
R 113 of 272 ~ 41.54%
G 99 of 272 ~ 36.4%
B 60 of 272 ~ 22.06%

%41.54
%36.4
%22.06

CMYK color model

#71633C color CMYK value is (0,12,47,56).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 46.90%
  • key color value is 55.69%
CMYK:
(0,12,47,56)
C0M12Y47K56 
(0%,12%,47%,56%)
(0.00/0.12/0.47/0.56)	

CMYK percentages

%0
%12.39
%46.9
%55.69

Codes

Color #71633C in popluar color models

71633C
RGB1139960
HSL44°30.64%33.92%
HSB/HSV44°46.90%44.31%
CMYK0.00%12.39%46.90%
55.69%

Color #71633C in popluar number systems.

HEX71633C
Decimal1139960
Binary11100011100011111100
Octal16114374

Shades and tints

Shades of #71633C

#71633C
(113,99,60)
#675A37
(103,90,55)
#5D5132
(93,81,50)
#53482D
(83,72,45)
#493F28
(73,63,40)
#3F3623
(63,54,35)
#352D1E
(53,45,30)
#2B2419
(43,36,25)
#211B14
(33,27,20)
#17120F
(23,18,15)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #71633C

#71633C
(113,99,60)
#7D714D
(125,113,77)
#897F5E
(137,127,94)
#958D6F
(149,141,111)
#A19B80
(161,155,128)
#ADA991
(173,169,145)
#B9B7A2
(185,183,162)
#C5C5B3
(197,197,179)
#D1D3C4
(209,211,196)
#DDE1D5
(221,225,213)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71633C; }

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

This text font color is #71633C.


Background Color

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

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

This div background color is #71633C.


Border color

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

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

This div border color is #71633C.


Opacity

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

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

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

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

This text has shadow with #71633C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71633C on black background.


Color preview on white background

This text has color #71633C on white background.



Black color preview on #71633C background

This text has black color on #71633C background.


White color preview on #71633C background

This text has white color on #71633C background.