COLOR #854645

HEX: #854645
RGB: (133,70,69)

Color info

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

RGB color model

#854645 color RGB value is (133,70,69).

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

RGB channels and saturation

R 133 of 255 = 52%
G 70 of 255 = 27%
B 69 of 255 = 27%

133
70
69

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

Portions of RGB colors in percentages

R + G + B =
133 + 70 + 69 = 272 (100%)
R 133 of 272 ~ 48.9%
G 70 of 272 ~ 25.74%
B 69 of 272 ~ 25.37%

%48.9
%25.74
%25.37

CMYK color model

#854645 color CMYK value is (0,47,48,48).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(0,47,48,48)
C0M47Y48K48 
(0%,47%,48%,48%)
(0.00/0.47/0.48/0.48)	

CMYK percentages

%0
%47.37
%48.12
%47.84

Codes

Color #854645 in popluar color models

854645
RGB1337069
HSL31.68%39.61%
HSB/HSV48.12%52.16%
CMYK0.00%47.37%48.12%
47.84%

Color #854645 in popluar number systems.

HEX854645
Decimal1337069
Binary1000010110001101000101
Octal205106105

Shades and tints

Shades of #854645

#854645
(133,70,69)
#79403F
(121,64,63)
#6D3A39
(109,58,57)
#613433
(97,52,51)
#552E2D
(85,46,45)
#492827
(73,40,39)
#3D2221
(61,34,33)
#311C1B
(49,28,27)
#251615
(37,22,21)
#19100F
(25,16,15)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #854645

#854645
(133,70,69)
#905655
(144,86,85)
#9B6665
(155,102,101)
#A67675
(166,118,117)
#B18685
(177,134,133)
#BC9695
(188,150,149)
#C7A6A5
(199,166,165)
#D2B6B5
(210,182,181)
#DDC6C5
(221,198,197)
#E8D6D5
(232,214,213)
#F3E6E5
(243,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854645; }

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

This text font color is #854645.


Background Color

.myBgColor { background-color: #854645; }

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

This div background color is #854645.


Border color

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

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

This div border color is #854645.


Opacity

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

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

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

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

This text has shadow with #854645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854645 on black background.


Color preview on white background

This text has color #854645 on white background.



Black color preview on #854645 background

This text has black color on #854645 background.


White color preview on #854645 background

This text has white color on #854645 background.