COLOR #854442

HEX: #854442
RGB: (133,68,66)

Color info

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

RGB color model

#854442 color RGB value is (133,68,66).

  • red value is 133;
  • green value is 68;
  • blue value is 66.
RGB:
(133,68,66)
(52%,27%,26%)

RGB channels and saturation

R 133 of 255 = 52%
G 68 of 255 = 27%
B 66 of 255 = 26%

133
68
66

R + G + B ~ 35%. #854442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 68 + 66 = 267 (100%)
R 133 of 267 ~ 49.81%
G 68 of 267 ~ 25.47%
B 66 of 267 ~ 24.72%

%49.81
%25.47
%24.72

CMYK color model

#854442 color CMYK value is (0,49,50,48).

  • cyan value is 0.00%
  • magenta value is 48.87%
  • yellow value is 50.38%
  • key color value is 47.84%
CMYK:
(0,49,50,48)
C0M49Y50K48 
(0%,49%,50%,48%)
(0.00/0.49/0.50/0.48)	

CMYK percentages

%0
%48.87
%50.38
%47.84

Codes

Color #854442 in popluar color models

854442
RGB1336866
HSL33.67%39.02%
HSB/HSV50.38%52.16%
CMYK0.00%48.87%50.38%
47.84%

Color #854442 in popluar number systems.

HEX854442
Decimal1336866
Binary1000010110001001000010
Octal205104102

Shades and tints

Shades of #854442

#854442
(133,68,66)
#793E3C
(121,62,60)
#6D3836
(109,56,54)
#613230
(97,50,48)
#552C2A
(85,44,42)
#492624
(73,38,36)
#3D201E
(61,32,30)
#311A18
(49,26,24)
#251412
(37,20,18)
#190E0C
(25,14,12)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #854442

#854442
(133,68,66)
#905553
(144,85,83)
#9B6664
(155,102,100)
#A67775
(166,119,117)
#B18886
(177,136,134)
#BC9997
(188,153,151)
#C7AAA8
(199,170,168)
#D2BBB9
(210,187,185)
#DDCCCA
(221,204,202)
#E8DDDB
(232,221,219)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854442 color. Also use rgb(133,68,66) instead hex code.

Text Font Color

.myTextColor { color: #854442; }

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

This text font color is #854442.


Background Color

.myBgColor { background-color: #854442; }

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

This div background color is #854442.


Border color

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

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

This div border color is #854442.


Opacity

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

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

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

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

This text has shadow with #854442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854442 on black background.


Color preview on white background

This text has color #854442 on white background.



Black color preview on #854442 background

This text has black color on #854442 background.


White color preview on #854442 background

This text has white color on #854442 background.