COLOR #854548

HEX: #854548
RGB: (133,69,72)

Color info

#854548 contains mainly red color. Web safe color of #854548 is #993333 (or #933).

RGB color model

#854548 color RGB value is (133,69,72).

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

RGB channels and saturation

R 133 of 255 = 52%
G 69 of 255 = 27%
B 72 of 255 = 28%

133
69
72

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

Portions of RGB colors in percentages

R + G + B =
133 + 69 + 72 = 274 (100%)
R 133 of 274 ~ 48.54%
G 69 of 274 ~ 25.18%
B 72 of 274 ~ 26.28%

%48.54
%25.18
%26.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.12%
  • yellow value is 45.86%
  • key color value is 47.84%
CMYK:
(0,48,46,48)
C0M48Y46K48 
(0%,48%,46%,48%)
(0.00/0.48/0.46/0.48)	

CMYK percentages

%0
%48.12
%45.86
%47.84

Codes

Color #854548 in popluar color models

854548
RGB1336972
HSL357°31.68%39.61%
HSB/HSV357°48.12%52.16%
CMYK0.00%48.12%45.86%
47.84%

Color #854548 in popluar number systems.

HEX854548
Decimal1336972
Binary1000010110001011001000
Octal205105110

Shades and tints

Shades of #854548

#854548
(133,69,72)
#793F42
(121,63,66)
#6D393C
(109,57,60)
#613336
(97,51,54)
#552D30
(85,45,48)
#49272A
(73,39,42)
#3D2124
(61,33,36)
#311B1E
(49,27,30)
#251518
(37,21,24)
#190F12
(25,15,18)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #854548

#854548
(133,69,72)
#905558
(144,85,88)
#9B6568
(155,101,104)
#A67578
(166,117,120)
#B18588
(177,133,136)
#BC9598
(188,149,152)
#C7A5A8
(199,165,168)
#D2B5B8
(210,181,184)
#DDC5C8
(221,197,200)
#E8D5D8
(232,213,216)
#F3E5E8
(243,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854548; }

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

This text font color is #854548.


Background Color

.myBgColor { background-color: #854548; }

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

This div background color is #854548.


Border color

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

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

This div border color is #854548.


Opacity

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

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

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

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

This text has shadow with #854548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854548 on black background.


Color preview on white background

This text has color #854548 on white background.



Black color preview on #854548 background

This text has black color on #854548 background.


White color preview on #854548 background

This text has white color on #854548 background.