COLOR #87483D

HEX: #87483D
RGB: (135,72,61)

Color info

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

RGB color model

#87483D color RGB value is (135,72,61).

  • red value is 135;
  • green value is 72;
  • blue value is 61.
RGB:
(135,72,61)
(53%,28%,24%)

RGB channels and saturation

R 135 of 255 = 53%
G 72 of 255 = 28%
B 61 of 255 = 24%

135
72
61

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

Portions of RGB colors in percentages

R + G + B =
135 + 72 + 61 = 268 (100%)
R 135 of 268 ~ 50.37%
G 72 of 268 ~ 26.87%
B 61 of 268 ~ 22.76%

%50.37
%26.87
%22.76

CMYK color model

#87483D color CMYK value is (0,47,55,47).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 54.81%
  • key color value is 47.06%
CMYK:
(0,47,55,47)
C0M47Y55K47 
(0%,47%,55%,47%)
(0.00/0.47/0.55/0.47)	

CMYK percentages

%0
%46.67
%54.81
%47.06

Codes

Color #87483D in popluar color models

87483D
RGB1357261
HSL37.76%38.43%
HSB/HSV54.81%52.94%
CMYK0.00%46.67%54.81%
47.06%

Color #87483D in popluar number systems.

HEX87483D
Decimal1357261
Binary100001111001000111101
Octal20711075

Shades and tints

Shades of #87483D

#87483D
(135,72,61)
#7B4238
(123,66,56)
#6F3C33
(111,60,51)
#63362E
(99,54,46)
#573029
(87,48,41)
#4B2A24
(75,42,36)
#3F241F
(63,36,31)
#331E1A
(51,30,26)
#271815
(39,24,21)
#1B1210
(27,18,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #87483D

#87483D
(135,72,61)
#91584E
(145,88,78)
#9B685F
(155,104,95)
#A57870
(165,120,112)
#AF8881
(175,136,129)
#B99892
(185,152,146)
#C3A8A3
(195,168,163)
#CDB8B4
(205,184,180)
#D7C8C5
(215,200,197)
#E1D8D6
(225,216,214)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87483D color. Also use rgb(135,72,61) instead hex code.

Text Font Color

.myTextColor { color: #87483D; }

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

This text font color is #87483D.


Background Color

.myBgColor { background-color: #87483D; }

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

This div background color is #87483D.


Border color

.myBorderColor { border: 1px solid #87483D; }

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

This div border color is #87483D.


Opacity

.myOpacity80 { color: #87483D; opacity: 0.8; }

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

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

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

This text has shadow with #87483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87483D on black background.


Color preview on white background

This text has color #87483D on white background.



Black color preview on #87483D background

This text has black color on #87483D background.


White color preview on #87483D background

This text has white color on #87483D background.