COLOR #835148

HEX: #835148
RGB: (131,81,72)

Color info

#835148 contains red, green and blue colors in about the same proportion. Web safe color of #835148 is #996633 (or #963).

RGB color model

#835148 color RGB value is (131,81,72).

  • red value is 131;
  • green value is 81;
  • blue value is 72.
RGB:
(131,81,72)
(51%,32%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 81 of 255 = 32%
B 72 of 255 = 28%

131
81
72

R + G + B ~ 37%. #835148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 81 + 72 = 284 (100%)
R 131 of 284 ~ 46.13%
G 81 of 284 ~ 28.52%
B 72 of 284 ~ 25.35%

%46.13
%28.52
%25.35

CMYK color model

#835148 color CMYK value is (0,38,45,49).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 45.04%
  • key color value is 48.63%
CMYK:
(0,38,45,49)
C0M38Y45K49 
(0%,38%,45%,49%)
(0.00/0.38/0.45/0.49)	

CMYK percentages

%0
%38.17
%45.04
%48.63

Codes

Color #835148 in popluar color models

835148
RGB1318172
HSL29.06%39.80%
HSB/HSV45.04%51.37%
CMYK0.00%38.17%45.04%
48.63%

Color #835148 in popluar number systems.

HEX835148
Decimal1318172
Binary1000001110100011001000
Octal203121110

Shades and tints

Shades of #835148

#835148
(131,81,72)
#784A42
(120,74,66)
#6D433C
(109,67,60)
#623C36
(98,60,54)
#573530
(87,53,48)
#4C2E2A
(76,46,42)
#412724
(65,39,36)
#36201E
(54,32,30)
#2B1918
(43,25,24)
#201212
(32,18,18)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #835148

#835148
(131,81,72)
#8E6058
(142,96,88)
#996F68
(153,111,104)
#A47E78
(164,126,120)
#AF8D88
(175,141,136)
#BA9C98
(186,156,152)
#C5ABA8
(197,171,168)
#D0BAB8
(208,186,184)
#DBC9C8
(219,201,200)
#E6D8D8
(230,216,216)
#F1E7E8
(241,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835148 color. Also use rgb(131,81,72) instead hex code.

Text Font Color

.myTextColor { color: #835148; }

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

This text font color is #835148.


Background Color

.myBgColor { background-color: #835148; }

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

This div background color is #835148.


Border color

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

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

This div border color is #835148.


Opacity

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

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

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

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

This text has shadow with #835148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835148 on black background.


Color preview on white background

This text has color #835148 on white background.



Black color preview on #835148 background

This text has black color on #835148 background.


White color preview on #835148 background

This text has white color on #835148 background.