COLOR #71683A

HEX: #71683A
RGB: (113,104,58)

Color info

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

RGB color model

#71683A color RGB value is (113,104,58).

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

RGB channels and saturation

R 113 of 255 = 44%
G 104 of 255 = 41%
B 58 of 255 = 23%

113
104
58

R + G + B ~ 36%. #71683A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 104 + 58 = 275 (100%)
R 113 of 275 ~ 41.09%
G 104 of 275 ~ 37.82%
B 58 of 275 ~ 21.09%

%41.09
%37.82
%21.09

CMYK color model

#71683A color CMYK value is (0,8,49,56).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK:
(0,8,49,56)
C0M8Y49K56 
(0%,8%,49%,56%)
(0.00/0.08/0.49/0.56)	

CMYK percentages

%0
%7.96
%48.67
%55.69

Codes

Color #71683A in popluar color models

71683A
RGB11310458
HSL50°32.16%33.53%
HSB/HSV50°48.67%44.31%
CMYK0.00%7.96%48.67%
55.69%

Color #71683A in popluar number systems.

HEX71683A
Decimal11310458
Binary11100011101000111010
Octal16115072

Shades and tints

Shades of #71683A

#71683A
(113,104,58)
#675F35
(103,95,53)
#5D5630
(93,86,48)
#534D2B
(83,77,43)
#494426
(73,68,38)
#3F3B21
(63,59,33)
#35321C
(53,50,28)
#2B2917
(43,41,23)
#212012
(33,32,18)
#17170D
(23,23,13)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #71683A

#71683A
(113,104,58)
#7D754B
(125,117,75)
#89825C
(137,130,92)
#958F6D
(149,143,109)
#A19C7E
(161,156,126)
#ADA98F
(173,169,143)
#B9B6A0
(185,182,160)
#C5C3B1
(197,195,177)
#D1D0C2
(209,208,194)
#DDDDD3
(221,221,211)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71683A; }

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

This text font color is #71683A.


Background Color

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

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

This div background color is #71683A.


Border color

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

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

This div border color is #71683A.


Opacity

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

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

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

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

This text has shadow with #71683A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71683A on black background.


Color preview on white background

This text has color #71683A on white background.



Black color preview on #71683A background

This text has black color on #71683A background.


White color preview on #71683A background

This text has white color on #71683A background.