COLOR #995630

HEX: #995630
RGB: (153,86,48)

Color info

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

RGB color model

#995630 color RGB value is (153,86,48).

  • red value is 153;
  • green value is 86;
  • blue value is 48.
RGB:
(153,86,48)
(60%,34%,19%)

RGB channels and saturation

R 153 of 255 = 60%
G 86 of 255 = 34%
B 48 of 255 = 19%

153
86
48

R + G + B ~ 38%. #995630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 86 + 48 = 287 (100%)
R 153 of 287 ~ 53.31%
G 86 of 287 ~ 29.97%
B 48 of 287 ~ 16.72%

%53.31
%29.97
%16.72

CMYK color model

#995630 color CMYK value is (0,44,69,40).

  • cyan value is 0.00%
  • magenta value is 43.79%
  • yellow value is 68.63%
  • key color value is 40.00%
CMYK:
(0,44,69,40)
C0M44Y69K40 
(0%,44%,69%,40%)
(0.00/0.44/0.69/0.40)	

CMYK percentages

%0
%43.79
%68.63
%40

Codes

Color #995630 in popluar color models

995630
RGB1538648
HSL22°52.24%39.41%
HSB/HSV22°68.63%60.00%
CMYK0.00%43.79%68.63%
40.00%

Color #995630 in popluar number systems.

HEX995630
Decimal1538648
Binary100110011010110110000
Octal23112660

Shades and tints

Shades of #995630

#995630
(153,86,48)
#8C4F2C
(140,79,44)
#7F4828
(127,72,40)
#724124
(114,65,36)
#653A20
(101,58,32)
#58331C
(88,51,28)
#4B2C18
(75,44,24)
#3E2514
(62,37,20)
#311E10
(49,30,16)
#24170C
(36,23,12)
#171008
(23,16,8)
#000000
(0,0,0)

Tints of #995630

#995630
(153,86,48)
#A26542
(162,101,66)
#AB7454
(171,116,84)
#B48366
(180,131,102)
#BD9278
(189,146,120)
#C6A18A
(198,161,138)
#CFB09C
(207,176,156)
#D8BFAE
(216,191,174)
#E1CEC0
(225,206,192)
#EADDD2
(234,221,210)
#F3ECE4
(243,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995630 color. Also use rgb(153,86,48) instead hex code.

Text Font Color

.myTextColor { color: #995630; }

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

This text font color is #995630.


Background Color

.myBgColor { background-color: #995630; }

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

This div background color is #995630.


Border color

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

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

This div border color is #995630.


Opacity

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

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

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

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

This text has shadow with #995630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995630 on black background.


Color preview on white background

This text has color #995630 on white background.



Black color preview on #995630 background

This text has black color on #995630 background.


White color preview on #995630 background

This text has white color on #995630 background.