COLOR #884318

HEX: #884318
RGB: (136,67,24)

Color info

#884318 contains mainly red color. Web safe color of #884318 is #993300 (or #930).

RGB color model

#884318 color RGB value is (136,67,24).

  • red value is 136;
  • green value is 67;
  • blue value is 24.
RGB:
(136,67,24)
(53%,26%,9%)

RGB channels and saturation

R 136 of 255 = 53%
G 67 of 255 = 26%
B 24 of 255 = 9%

136
67
24

R + G + B ~ 29%. #884318 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 67 + 24 = 227 (100%)
R 136 of 227 ~ 59.91%
G 67 of 227 ~ 29.52%
B 24 of 227 ~ 10.57%

%59.91
%29.52
%10.57

CMYK color model

#884318 color CMYK value is (0,51,82,47).

  • cyan value is 0.00%
  • magenta value is 50.74%
  • yellow value is 82.35%
  • key color value is 46.67%
CMYK:
(0,51,82,47)
C0M51Y82K47 
(0%,51%,82%,47%)
(0.00/0.51/0.82/0.47)	

CMYK percentages

%0
%50.74
%82.35
%46.67

Codes

Color #884318 in popluar color models

884318
RGB1366724
HSL23°70.00%31.37%
HSB/HSV23°82.35%53.33%
CMYK0.00%50.74%82.35%
46.67%

Color #884318 in popluar number systems.

HEX884318
Decimal1366724
Binary10001000100001111000
Octal21010330

Shades and tints

Shades of #884318

#884318
(136,67,24)
#7C3D16
(124,61,22)
#703714
(112,55,20)
#643112
(100,49,18)
#582B10
(88,43,16)
#4C250E
(76,37,14)
#401F0C
(64,31,12)
#34190A
(52,25,10)
#281308
(40,19,8)
#1C0D06
(28,13,6)
#100704
(16,7,4)
#000000
(0,0,0)

Tints of #884318

#884318
(136,67,24)
#92542D
(146,84,45)
#9C6542
(156,101,66)
#A67657
(166,118,87)
#B0876C
(176,135,108)
#BA9881
(186,152,129)
#C4A996
(196,169,150)
#CEBAAB
(206,186,171)
#D8CBC0
(216,203,192)
#E2DCD5
(226,220,213)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884318 color. Also use rgb(136,67,24) instead hex code.

Text Font Color

.myTextColor { color: #884318; }

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

This text font color is #884318.


Background Color

.myBgColor { background-color: #884318; }

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

This div background color is #884318.


Border color

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

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

This div border color is #884318.


Opacity

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

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

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

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

This text has shadow with #884318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884318 on black background.


Color preview on white background

This text has color #884318 on white background.



Black color preview on #884318 background

This text has black color on #884318 background.


White color preview on #884318 background

This text has white color on #884318 background.