COLOR #85302D

HEX: #85302D RGB: (133,48,45)

Color info

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

RGB color model

#85302D color RGB value is (133,48,45).

RGB: (133,48,45) (52%, 19%, 18%)

RGB channels and saturation

R 133 of 255 = 52%
G 48 of 255 = 19%
B 45 of 255 = 18%

133
48
45

R + G + B ~ 30%. #85302D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 48 + 45 = 226 (100%)
R 133 of 226 ~ 58.85%
G 48 of 226 ~ 21.24%
B 45 of 226 ~ 19.91'%

%58.85
%21.24
%19.91

CMYK color model

#85302D color CMYK value is (0,64,66,48).

  • cyan value is 0.00%
  • magenta value is 63.91%
  • yellow value is 66.17%
  • key color value is 47.84%

CMYK: (0,64,66,48)
C0M64Y66K48 (0%, 64%, 66%, 48%)
(0.00 / 0.64 / 0.66 / 0.48)

CMYK percentages

%0
%63.91
%66.17
%47.84

Codes

Color #85302D in popluar color models

85 30 2D
RGB 133 48 45
HSL 49.44% 34.90%
HSB/HSV 66.17% 52.16%
CMYK 0.00% 63.91% 66.17%
47.84%

Color #85302D in popluar number systems.

HEX 85 30 2D
Decimal 133 48 45
Binary 10000101 110000 101101
Octal 205 60 55

Shades and tints

Shades of #85302D

#85302D
(133,48,45)
#792C29
(121,44,41)
#6D2825
(109,40,37)
#612421
(97,36,33)
#55201D
(85,32,29)
#491C19
(73,28,25)
#3D1815
(61,24,21)
#311411
(49,20,17)
#25100D
(37,16,13)
#190C09
(25,12,9)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #85302D

#85302D
(133,48,45)
#904240
(144,66,64)
#9B5453
(155,84,83)
#A66666
(166,102,102)
#B17879
(177,120,121)
#BC8A8C
(188,138,140)
#C79C9F
(199,156,159)
#D2AEB2
(210,174,178)
#DDC0C5
(221,192,197)
#E8D2D8
(232,210,216)
#F3E4EB
(243,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85302D color. Also use rgb(133,48,45) instead hex code.

Text Font Color

.myTextColor { color: #85302D; }

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

This text font color is #85302D.

Background Color

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

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

This div background color is #85302D.

Border color

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

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

This div border color is #85302D.

Opacity

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

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

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

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

This text has shadow with #85302D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85302D.

Preview

Color preview on black background

This text has color #85302D on black background.


Color preview on white background

This text has color #85302D on white background.


Black color preview on #85302D background

This text has black color on #85302D background.


White color preview on #85302D background

This text has white color on #85302D background.


Related colors

Complementary color

Complementary color for #hex is #7ACFD2.


I love getcolorcode.com

Triadic colors

1 #2D8530 and #302D85 with #85302D are triadic colors.

2 #2D3085 and #30852D with #85302D are triadic colors.