COLOR #855748

HEX: #855748
RGB: (133,87,72)

Color info

#855748 contains mainly red and green colors. Web safe color of #855748 is #996633 (or #963).

RGB color model

#855748 color RGB value is (133,87,72).

  • red value is 133;
  • green value is 87;
  • blue value is 72.
RGB:
(133,87,72)
(52%,34%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 87 of 255 = 34%
B 72 of 255 = 28%

133
87
72

R + G + B ~ 38%. #855748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 87 + 72 = 292 (100%)
R 133 of 292 ~ 45.55%
G 87 of 292 ~ 29.79%
B 72 of 292 ~ 24.66%

%45.55
%29.79
%24.66

CMYK color model

#855748 color CMYK value is (0,35,46,48).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 45.86%
  • key color value is 47.84%
CMYK:
(0,35,46,48)
C0M35Y46K48 
(0%,35%,46%,48%)
(0.00/0.35/0.46/0.48)	

CMYK percentages

%0
%34.59
%45.86
%47.84

Codes

Color #855748 in popluar color models

855748
RGB1338772
HSL15°29.76%40.20%
HSB/HSV15°45.86%52.16%
CMYK0.00%34.59%45.86%
47.84%

Color #855748 in popluar number systems.

HEX855748
Decimal1338772
Binary1000010110101111001000
Octal205127110

Shades and tints

Shades of #855748

#855748
(133,87,72)
#795042
(121,80,66)
#6D493C
(109,73,60)
#614236
(97,66,54)
#553B30
(85,59,48)
#49342A
(73,52,42)
#3D2D24
(61,45,36)
#31261E
(49,38,30)
#251F18
(37,31,24)
#191812
(25,24,18)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #855748

#855748
(133,87,72)
#906658
(144,102,88)
#9B7568
(155,117,104)
#A68478
(166,132,120)
#B19388
(177,147,136)
#BCA298
(188,162,152)
#C7B1A8
(199,177,168)
#D2C0B8
(210,192,184)
#DDCFC8
(221,207,200)
#E8DED8
(232,222,216)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855748 color. Also use rgb(133,87,72) instead hex code.

Text Font Color

.myTextColor { color: #855748; }

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

This text font color is #855748.


Background Color

.myBgColor { background-color: #855748; }

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

This div background color is #855748.


Border color

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

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

This div border color is #855748.


Opacity

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

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

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

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

This text has shadow with #855748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855748 on black background.


Color preview on white background

This text has color #855748 on white background.



Black color preview on #855748 background

This text has black color on #855748 background.


White color preview on #855748 background

This text has white color on #855748 background.