COLOR #806253

HEX: #806253
RGB: (128,98,83)

Color info

#806253 contains red, green and blue colors in about the same proportion. Web safe color of #806253 is #666666 (or #666).

RGB color model

#806253 color RGB value is (128,98,83).

  • red value is 128;
  • green value is 98;
  • blue value is 83.
RGB:
(128,98,83)
(50%,38%,33%)

RGB channels and saturation

R 128 of 255 = 50%
G 98 of 255 = 38%
B 83 of 255 = 33%

128
98
83

R + G + B ~ 40%. #806253 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 98 + 83 = 309 (100%)
R 128 of 309 ~ 41.42%
G 98 of 309 ~ 31.72%
B 83 of 309 ~ 26.86%

%41.42
%31.72
%26.86

CMYK color model

#806253 color CMYK value is (0,23,35,50).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(0,23,35,50)
C0M23Y35K50 
(0%,23%,35%,50%)
(0.00/0.23/0.35/0.50)	

CMYK percentages

%0
%23.44
%35.16
%49.8

Codes

Color #806253 in popluar color models

806253
RGB1289883
HSL20°21.33%41.37%
HSB/HSV20°35.16%50.20%
CMYK0.00%23.44%35.16%
49.80%

Color #806253 in popluar number systems.

HEX806253
Decimal1289883
Binary1000000011000101010011
Octal200142123

Shades and tints

Shades of #806253

#806253
(128,98,83)
#755A4C
(117,90,76)
#6A5245
(106,82,69)
#5F4A3E
(95,74,62)
#544237
(84,66,55)
#493A30
(73,58,48)
#3E3229
(62,50,41)
#332A22
(51,42,34)
#28221B
(40,34,27)
#1D1A14
(29,26,20)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #806253

#806253
(128,98,83)
#8B7062
(139,112,98)
#967E71
(150,126,113)
#A18C80
(161,140,128)
#AC9A8F
(172,154,143)
#B7A89E
(183,168,158)
#C2B6AD
(194,182,173)
#CDC4BC
(205,196,188)
#D8D2CB
(216,210,203)
#E3E0DA
(227,224,218)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806253 color. Also use rgb(128,98,83) instead hex code.

Text Font Color

.myTextColor { color: #806253; }

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

This text font color is #806253.


Background Color

.myBgColor { background-color: #806253; }

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

This div background color is #806253.


Border color

.myBorderColor { border: 1px solid #806253; }

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

This div border color is #806253.


Opacity

.myOpacity80 { color: #806253; opacity: 0.8; }

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

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

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

This text has shadow with #806253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806253 on black background.


Color preview on white background

This text has color #806253 on white background.



Black color preview on #806253 background

This text has black color on #806253 background.


White color preview on #806253 background

This text has white color on #806253 background.