COLOR #9B625A

HEX: #9B625A
RGB: (155,98,90)

Color info

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

RGB color model

#9B625A color RGB value is (155,98,90).

  • red value is 155;
  • green value is 98;
  • blue value is 90.
RGB:
(155,98,90)
(61%,38%,35%)

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 90 of 255 = 35%

155
98
90

R + G + B ~ 45%. #9B625A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 90 = 343 (100%)
R 155 of 343 ~ 45.19%
G 98 of 343 ~ 28.57%
B 90 of 343 ~ 26.24%

%45.19
%28.57
%26.24

CMYK color model

#9B625A color CMYK value is (0,37,42,39).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(0,37,42,39)
C0M37Y42K39 
(0%,37%,42%,39%)
(0.00/0.37/0.42/0.39)	

CMYK percentages

%0
%36.77
%41.94
%39.22

Codes

Color #9B625A in popluar color models

9B625A
RGB1559890
HSL26.53%48.04%
HSB/HSV41.94%60.78%
CMYK0.00%36.77%41.94%
39.22%

Color #9B625A in popluar number systems.

HEX9B625A
Decimal1559890
Binary1001101111000101011010
Octal233142132

Shades and tints

Shades of #9B625A

#9B625A
(155,98,90)
#8D5A52
(141,90,82)
#7F524A
(127,82,74)
#714A42
(113,74,66)
#63423A
(99,66,58)
#553A32
(85,58,50)
#47322A
(71,50,42)
#392A22
(57,42,34)
#2B221A
(43,34,26)
#1D1A12
(29,26,18)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #9B625A

#9B625A
(155,98,90)
#A47069
(164,112,105)
#AD7E78
(173,126,120)
#B68C87
(182,140,135)
#BF9A96
(191,154,150)
#C8A8A5
(200,168,165)
#D1B6B4
(209,182,180)
#DAC4C3
(218,196,195)
#E3D2D2
(227,210,210)
#ECE0E1
(236,224,225)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B625A color. Also use rgb(155,98,90) instead hex code.

Text Font Color

.myTextColor { color: #9B625A; }

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

This text font color is #9B625A.


Background Color

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

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

This div background color is #9B625A.


Border color

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

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

This div border color is #9B625A.


Opacity

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

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

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

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

This text has shadow with #9B625A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B625A on black background.


Color preview on white background

This text has color #9B625A on white background.



Black color preview on #9B625A background

This text has black color on #9B625A background.


White color preview on #9B625A background

This text has white color on #9B625A background.