COLOR #864438

HEX: #864438
RGB: (134,68,56)

Color info

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

RGB color model

#864438 color RGB value is (134,68,56).

  • red value is 134;
  • green value is 68;
  • blue value is 56.
RGB:
(134,68,56)
(53%,27%,22%)

RGB channels and saturation

R 134 of 255 = 53%
G 68 of 255 = 27%
B 56 of 255 = 22%

134
68
56

R + G + B ~ 34%. #864438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 68 + 56 = 258 (100%)
R 134 of 258 ~ 51.94%
G 68 of 258 ~ 26.36%
B 56 of 258 ~ 21.71%

%51.94
%26.36
%21.71

CMYK color model

#864438 color CMYK value is (0,49,58,47).

  • cyan value is 0.00%
  • magenta value is 49.25%
  • yellow value is 58.21%
  • key color value is 47.45%
CMYK:
(0,49,58,47)
C0M49Y58K47 
(0%,49%,58%,47%)
(0.00/0.49/0.58/0.47)	

CMYK percentages

%0
%49.25
%58.21
%47.45

Codes

Color #864438 in popluar color models

864438
RGB1346856
HSL41.05%37.25%
HSB/HSV58.21%52.55%
CMYK0.00%49.25%58.21%
47.45%

Color #864438 in popluar number systems.

HEX864438
Decimal1346856
Binary100001101000100111000
Octal20610470

Shades and tints

Shades of #864438

#864438
(134,68,56)
#7A3E33
(122,62,51)
#6E382E
(110,56,46)
#623229
(98,50,41)
#562C24
(86,44,36)
#4A261F
(74,38,31)
#3E201A
(62,32,26)
#321A15
(50,26,21)
#261410
(38,20,16)
#1A0E0B
(26,14,11)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #864438

#864438
(134,68,56)
#91554A
(145,85,74)
#9C665C
(156,102,92)
#A7776E
(167,119,110)
#B28880
(178,136,128)
#BD9992
(189,153,146)
#C8AAA4
(200,170,164)
#D3BBB6
(211,187,182)
#DECCC8
(222,204,200)
#E9DDDA
(233,221,218)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864438 color. Also use rgb(134,68,56) instead hex code.

Text Font Color

.myTextColor { color: #864438; }

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

This text font color is #864438.


Background Color

.myBgColor { background-color: #864438; }

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

This div background color is #864438.


Border color

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

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

This div border color is #864438.


Opacity

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

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

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

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

This text has shadow with #864438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864438 on black background.


Color preview on white background

This text has color #864438 on white background.



Black color preview on #864438 background

This text has black color on #864438 background.


White color preview on #864438 background

This text has white color on #864438 background.