COLOR #9B5034

HEX: #9B5034
RGB: (155,80,52)

Color info

#9B5034 contains mainly red color. Web safe color of #9B5034 is #996633 (or #963).

RGB color model

#9B5034 color RGB value is (155,80,52).

  • red value is 155;
  • green value is 80;
  • blue value is 52.
RGB:
(155,80,52)
(61%,31%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 80 of 255 = 31%
B 52 of 255 = 20%

155
80
52

R + G + B ~ 37%. #9B5034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 80 + 52 = 287 (100%)
R 155 of 287 ~ 54.01%
G 80 of 287 ~ 27.87%
B 52 of 287 ~ 18.12%

%54.01
%27.87
%18.12

CMYK color model

#9B5034 color CMYK value is (0,48,66,39).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 66.45%
  • key color value is 39.22%
CMYK:
(0,48,66,39)
C0M48Y66K39 
(0%,48%,66%,39%)
(0.00/0.48/0.66/0.39)	

CMYK percentages

%0
%48.39
%66.45
%39.22

Codes

Color #9B5034 in popluar color models

9B5034
RGB1558052
HSL16°49.76%40.59%
HSB/HSV16°66.45%60.78%
CMYK0.00%48.39%66.45%
39.22%

Color #9B5034 in popluar number systems.

HEX9B5034
Decimal1558052
Binary100110111010000110100
Octal23312064

Shades and tints

Shades of #9B5034

#9B5034
(155,80,52)
#8D4930
(141,73,48)
#7F422C
(127,66,44)
#713B28
(113,59,40)
#633424
(99,52,36)
#552D20
(85,45,32)
#47261C
(71,38,28)
#391F18
(57,31,24)
#2B1814
(43,24,20)
#1D1110
(29,17,16)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #9B5034

#9B5034
(155,80,52)
#A45F46
(164,95,70)
#AD6E58
(173,110,88)
#B67D6A
(182,125,106)
#BF8C7C
(191,140,124)
#C89B8E
(200,155,142)
#D1AAA0
(209,170,160)
#DAB9B2
(218,185,178)
#E3C8C4
(227,200,196)
#ECD7D6
(236,215,214)
#F5E6E8
(245,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5034 color. Also use rgb(155,80,52) instead hex code.

Text Font Color

.myTextColor { color: #9B5034; }

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

This text font color is #9B5034.


Background Color

.myBgColor { background-color: #9B5034; }

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

This div background color is #9B5034.


Border color

.myBorderColor { border: 1px solid #9B5034; }

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

This div border color is #9B5034.


Opacity

.myOpacity80 { color: #9B5034; opacity: 0.8; }

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

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

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

This text has shadow with #9B5034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5034 on black background.


Color preview on white background

This text has color #9B5034 on white background.



Black color preview on #9B5034 background

This text has black color on #9B5034 background.


White color preview on #9B5034 background

This text has white color on #9B5034 background.