COLOR #996253

HEX: #996253
RGB: (153,98,83)

Color info

#996253 contains mainly red and green colors. Web safe color of #996253 is #996666 (or #966).

RGB color model

#996253 color RGB value is (153,98,83).

  • red value is 153;
  • green value is 98;
  • blue value is 83.
RGB:
(153,98,83)
(60%,38%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 83 of 255 = 33%

153
98
83

R + G + B ~ 44%. #996253 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 83 = 334 (100%)
R 153 of 334 ~ 45.81%
G 98 of 334 ~ 29.34%
B 83 of 334 ~ 24.85%

%45.81
%29.34
%24.85

CMYK color model

#996253 color CMYK value is (0,36,46,40).

  • cyan value is 0.00%
  • magenta value is 35.95%
  • yellow value is 45.75%
  • key color value is 40.00%
CMYK:
(0,36,46,40)
C0M36Y46K40 
(0%,36%,46%,40%)
(0.00/0.36/0.46/0.40)	

CMYK percentages

%0
%35.95
%45.75
%40

Codes

Color #996253 in popluar color models

996253
RGB1539883
HSL13°29.66%46.27%
HSB/HSV13°45.75%60.00%
CMYK0.00%35.95%45.75%
40.00%

Color #996253 in popluar number systems.

HEX996253
Decimal1539883
Binary1001100111000101010011
Octal231142123

Shades and tints

Shades of #996253

#996253
(153,98,83)
#8C5A4C
(140,90,76)
#7F5245
(127,82,69)
#724A3E
(114,74,62)
#654237
(101,66,55)
#583A30
(88,58,48)
#4B3229
(75,50,41)
#3E2A22
(62,42,34)
#31221B
(49,34,27)
#241A14
(36,26,20)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #996253

#996253
(153,98,83)
#A27062
(162,112,98)
#AB7E71
(171,126,113)
#B48C80
(180,140,128)
#BD9A8F
(189,154,143)
#C6A89E
(198,168,158)
#CFB6AD
(207,182,173)
#D8C4BC
(216,196,188)
#E1D2CB
(225,210,203)
#EAE0DA
(234,224,218)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996253 color. Also use rgb(153,98,83) instead hex code.

Text Font Color

.myTextColor { color: #996253; }

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

This text font color is #996253.


Background Color

.myBgColor { background-color: #996253; }

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

This div background color is #996253.


Border color

.myBorderColor { border: 1px solid #996253; }

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

This div border color is #996253.


Opacity

.myOpacity80 { color: #996253; opacity: 0.8; }

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

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

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

This text has shadow with #996253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996253 on black background.


Color preview on white background

This text has color #996253 on white background.



Black color preview on #996253 background

This text has black color on #996253 background.


White color preview on #996253 background

This text has white color on #996253 background.