COLOR #835267

HEX: #835267
RGB: (131,82,103)

Color info

#835267 contains red, green and blue colors in about the same proportion. Web safe color of #835267 is #996666 (or #966).

RGB color model

#835267 color RGB value is (131,82,103).

  • red value is 131;
  • green value is 82;
  • blue value is 103.
RGB:
(131,82,103)
(51%,32%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 82 of 255 = 32%
B 103 of 255 = 40%

131
82
103

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

Portions of RGB colors in percentages

R + G + B =
131 + 82 + 103 = 316 (100%)
R 131 of 316 ~ 41.46%
G 82 of 316 ~ 25.95%
B 103 of 316 ~ 32.59%

%41.46
%25.95
%32.59

CMYK color model

#835267 color CMYK value is (0,37,21,49).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 21.37%
  • key color value is 48.63%
CMYK:
(0,37,21,49)
C0M37Y21K49 
(0%,37%,21%,49%)
(0.00/0.37/0.21/0.49)	

CMYK percentages

%0
%37.4
%21.37
%48.63

Codes

Color #835267 in popluar color models

835267
RGB13182103
HSL334°23.00%41.76%
HSB/HSV334°37.40%51.37%
CMYK0.00%37.40%21.37%
48.63%

Color #835267 in popluar number systems.

HEX835267
Decimal13182103
Binary1000001110100101100111
Octal203122147

Shades and tints

Shades of #835267

#835267
(131,82,103)
#784B5E
(120,75,94)
#6D4455
(109,68,85)
#623D4C
(98,61,76)
#573643
(87,54,67)
#4C2F3A
(76,47,58)
#412831
(65,40,49)
#362128
(54,33,40)
#2B1A1F
(43,26,31)
#201316
(32,19,22)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #835267

#835267
(131,82,103)
#8E6174
(142,97,116)
#997081
(153,112,129)
#A47F8E
(164,127,142)
#AF8E9B
(175,142,155)
#BA9DA8
(186,157,168)
#C5ACB5
(197,172,181)
#D0BBC2
(208,187,194)
#DBCACF
(219,202,207)
#E6D9DC
(230,217,220)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835267 color. Also use rgb(131,82,103) instead hex code.

Text Font Color

.myTextColor { color: #835267; }

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

This text font color is #835267.


Background Color

.myBgColor { background-color: #835267; }

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

This div background color is #835267.


Border color

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

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

This div border color is #835267.


Opacity

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

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

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

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

This text has shadow with #835267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835267 on black background.


Color preview on white background

This text has color #835267 on white background.



Black color preview on #835267 background

This text has black color on #835267 background.


White color preview on #835267 background

This text has white color on #835267 background.