COLOR #874318

HEX: #874318
RGB: (135,67,24)

Color info

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

RGB color model

#874318 color RGB value is (135,67,24).

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

RGB channels and saturation

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

135
67
24

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

Portions of RGB colors in percentages

R + G + B =
135 + 67 + 24 = 226 (100%)
R 135 of 226 ~ 59.73%
G 67 of 226 ~ 29.65%
B 24 of 226 ~ 10.62%

%59.73
%29.65
%10.62

CMYK color model

#874318 color CMYK value is (0,50,82,47).

  • cyan value is 0.00%
  • magenta value is 50.37%
  • yellow value is 82.22%
  • key color value is 47.06%
CMYK:
(0,50,82,47)
C0M50Y82K47 
(0%,50%,82%,47%)
(0.00/0.50/0.82/0.47)	

CMYK percentages

%0
%50.37
%82.22
%47.06

Codes

Color #874318 in popluar color models

874318
RGB1356724
HSL23°69.81%31.18%
HSB/HSV23°82.22%52.94%
CMYK0.00%50.37%82.22%
47.06%

Color #874318 in popluar number systems.

HEX874318
Decimal1356724
Binary10000111100001111000
Octal20710330

Shades and tints

Shades of #874318

#874318
(135,67,24)
#7B3D16
(123,61,22)
#6F3714
(111,55,20)
#633112
(99,49,18)
#572B10
(87,43,16)
#4B250E
(75,37,14)
#3F1F0C
(63,31,12)
#33190A
(51,25,10)
#271308
(39,19,8)
#1B0D06
(27,13,6)
#0F0704
(15,7,4)
#000000
(0,0,0)

Tints of #874318

#874318
(135,67,24)
#91542D
(145,84,45)
#9B6542
(155,101,66)
#A57657
(165,118,87)
#AF876C
(175,135,108)
#B99881
(185,152,129)
#C3A996
(195,169,150)
#CDBAAB
(205,186,171)
#D7CBC0
(215,203,192)
#E1DCD5
(225,220,213)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874318; }

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

This text font color is #874318.


Background Color

.myBgColor { background-color: #874318; }

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

This div background color is #874318.


Border color

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

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

This div border color is #874318.


Opacity

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

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

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

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

This text has shadow with #874318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874318 on black background.


Color preview on white background

This text has color #874318 on white background.



Black color preview on #874318 background

This text has black color on #874318 background.


White color preview on #874318 background

This text has white color on #874318 background.