COLOR #85530B

HEX: #85530B RGB: (133,83,11)

Color info

#85530B contains mainly red and green colors. Web safe color of #85530B is #996600 (or #960).

RGB color model

#85530B color RGB value is (133,83,11).

RGB: (133,83,11) (52%, 33%, 4%)

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 11 of 255 = 4%

133
83
11

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

Portions of RGB colors in percentages

R + G + B = 133 + 83 + 11 = 227 (100%)
R 133 of 227 ~ 58.59%
G 83 of 227 ~ 36.56%
B 11 of 227 ~ 4.85'%

%58.59
%36.56

CMYK color model

#85530B color CMYK value is (0,38,92,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 91.73%
  • key color value is 47.84%

CMYK: (0,38,92,48)
C0M38Y92K48 (0%, 38%, 92%, 48%)
(0.00 / 0.38 / 0.92 / 0.48)

CMYK percentages

%0
%37.59
%91.73
%47.84

Codes

Color #85530B in popluar color models

85 53 0B
RGB 133 83 11
HSL 35° 84.72% 28.24%
HSB/HSV 35° 91.73% 52.16%
CMYK 0.00% 37.59% 91.73%
47.84%

Color #85530B in popluar number systems.

HEX 85 53 0B
Decimal 133 83 11
Binary 10000101 1010011 1011
Octal 205 123 13

Shades and tints

Shades of #85530B

#85530B
(133,83,11)
#794C0A
(121,76,10)
#6D4509
(109,69,9)
#613E08
(97,62,8)
#553707
(85,55,7)
#493006
(73,48,6)
#3D2905
(61,41,5)
#312204
(49,34,4)
#251B03
(37,27,3)
#191402
(25,20,2)
#0D0D01
(13,13,1)
#000000
(0,0,0)

Tints of #85530B

#85530B
(133,83,11)
#906221
(144,98,33)
#9B7137
(155,113,55)
#A6804D
(166,128,77)
#B18F63
(177,143,99)
#BC9E79
(188,158,121)
#C7AD8F
(199,173,143)
#D2BCA5
(210,188,165)
#DDCBBB
(221,203,187)
#E8DAD1
(232,218,209)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85530B color. Also use rgb(133,83,11) instead hex code.

Text Font Color

.myTextColor { color: #85530B; }

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

This text font color is #85530B.

Background Color

.myBgColor { background-color: #85530B; }

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

This div background color is #85530B.

Border color

.myBorderColor { border: 1px solid #85530B; }

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

This div border color is #85530B.

Opacity

.myOpacity80 { color: #85530B; opacity: 0.8; }

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

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

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

This text has shadow with #85530B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85530B.

Preview

Color preview on black background

This text has color #85530B on black background.


Color preview on white background

This text has color #85530B on white background.


Black color preview on #85530B background

This text has black color on #85530B background.


White color preview on #85530B background

This text has white color on #85530B background.


Related colors

Complementary color

Complementary color for #hex is #7AACF4.


I love getcolorcode.com

Triadic colors

1 #0B8553 and #530B85 with #85530B are triadic colors.

2 #0B5385 and #53850B with #85530B are triadic colors.