COLOR #854342

HEX: #854342
RGB: (133,67,66)

Color info

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

RGB color model

#854342 color RGB value is (133,67,66).

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

RGB channels and saturation

R 133 of 255 = 52%
G 67 of 255 = 26%
B 66 of 255 = 26%

133
67
66

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

Portions of RGB colors in percentages

R + G + B =
133 + 67 + 66 = 266 (100%)
R 133 of 266 ~ 50%
G 67 of 266 ~ 25.19%
B 66 of 266 ~ 24.81%

%50
%25.19
%24.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.62%
  • yellow value is 50.38%
  • key color value is 47.84%
CMYK:
(0,50,50,48)
C0M50Y50K48 
(0%,50%,50%,48%)
(0.00/0.50/0.50/0.48)	

CMYK percentages

%0
%49.62
%50.38
%47.84

Codes

Color #854342 in popluar color models

854342
RGB1336766
HSL33.67%39.02%
HSB/HSV50.38%52.16%
CMYK0.00%49.62%50.38%
47.84%

Color #854342 in popluar number systems.

HEX854342
Decimal1336766
Binary1000010110000111000010
Octal205103102

Shades and tints

Shades of #854342

#854342
(133,67,66)
#793D3C
(121,61,60)
#6D3736
(109,55,54)
#613130
(97,49,48)
#552B2A
(85,43,42)
#492524
(73,37,36)
#3D1F1E
(61,31,30)
#311918
(49,25,24)
#251312
(37,19,18)
#190D0C
(25,13,12)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #854342

#854342
(133,67,66)
#905453
(144,84,83)
#9B6564
(155,101,100)
#A67675
(166,118,117)
#B18786
(177,135,134)
#BC9897
(188,152,151)
#C7A9A8
(199,169,168)
#D2BAB9
(210,186,185)
#DDCBCA
(221,203,202)
#E8DCDB
(232,220,219)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854342; }

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

This text font color is #854342.


Background Color

.myBgColor { background-color: #854342; }

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

This div background color is #854342.


Border color

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

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

This div border color is #854342.


Opacity

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

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

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

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

This text has shadow with #854342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854342 on black background.


Color preview on white background

This text has color #854342 on white background.



Black color preview on #854342 background

This text has black color on #854342 background.


White color preview on #854342 background

This text has white color on #854342 background.