COLOR #9A5835

HEX: #9A5835
RGB: (154,88,53)

Color info

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

RGB color model

#9A5835 color RGB value is (154,88,53).

  • red value is 154;
  • green value is 88;
  • blue value is 53.
RGB:
(154,88,53)
(60%,35%,21%)

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 53 of 255 = 21%

154
88
53

R + G + B ~ 39%. #9A5835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 53 = 295 (100%)
R 154 of 295 ~ 52.2%
G 88 of 295 ~ 29.83%
B 53 of 295 ~ 17.97%

%52.2
%29.83
%17.97

CMYK color model

#9A5835 color CMYK value is (0,43,66,40).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 65.58%
  • key color value is 39.61%
CMYK:
(0,43,66,40)
C0M43Y66K40 
(0%,43%,66%,40%)
(0.00/0.43/0.66/0.40)	

CMYK percentages

%0
%42.86
%65.58
%39.61

Codes

Color #9A5835 in popluar color models

9A5835
RGB1548853
HSL21°48.79%40.59%
HSB/HSV21°65.58%60.39%
CMYK0.00%42.86%65.58%
39.61%

Color #9A5835 in popluar number systems.

HEX9A5835
Decimal1548853
Binary100110101011000110101
Octal23213065

Shades and tints

Shades of #9A5835

#9A5835
(154,88,53)
#8C5031
(140,80,49)
#7E482D
(126,72,45)
#704029
(112,64,41)
#623825
(98,56,37)
#543021
(84,48,33)
#46281D
(70,40,29)
#382019
(56,32,25)
#2A1815
(42,24,21)
#1C1011
(28,16,17)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #9A5835

#9A5835
(154,88,53)
#A36747
(163,103,71)
#AC7659
(172,118,89)
#B5856B
(181,133,107)
#BE947D
(190,148,125)
#C7A38F
(199,163,143)
#D0B2A1
(208,178,161)
#D9C1B3
(217,193,179)
#E2D0C5
(226,208,197)
#EBDFD7
(235,223,215)
#F4EEE9
(244,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5835 color. Also use rgb(154,88,53) instead hex code.

Text Font Color

.myTextColor { color: #9A5835; }

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

This text font color is #9A5835.


Background Color

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

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

This div background color is #9A5835.


Border color

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

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

This div border color is #9A5835.


Opacity

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

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

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

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

This text has shadow with #9A5835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5835 on black background.


Color preview on white background

This text has color #9A5835 on white background.



Black color preview on #9A5835 background

This text has black color on #9A5835 background.


White color preview on #9A5835 background

This text has white color on #9A5835 background.