COLOR #965853

HEX: #965853 RGB: (150,88,83)

Color info

#965853 contains mainly red color. Web safe color of #965853 is #996666 (or #966).

RGB color model

#965853 color RGB value is (150,88,83).

RGB: (150,88,83) (59%, 35%, 33%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 83 of 255 = 33%

150
88
83

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

Portions of RGB colors in percentages

R + G + B = 150 + 88 + 83 = 321 (100%)
R 150 of 321 ~ 46.73%
G 88 of 321 ~ 27.41%
B 83 of 321 ~ 25.86'%

%46.73
%27.41
%25.86

CMYK color model

#965853 color CMYK value is (0,41,45,41).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 44.67%
  • key color value is 41.18%

CMYK: (0,41,45,41)
C0M41Y45K41 (0%, 41%, 45%, 41%)
(0.00 / 0.41 / 0.45 / 0.41)

CMYK percentages

%0
%41.33
%44.67
%41.18

Codes

Color #965853 in popluar color models

96 58 53
RGB 150 88 83
HSL 28.76% 45.69%
HSB/HSV 44.67% 58.82%
CMYK 0.00% 41.33% 44.67%
41.18%

Color #965853 in popluar number systems.

HEX 96 58 53
Decimal 150 88 83
Binary 10010110 1011000 1010011
Octal 226 130 123

Shades and tints

Shades of #965853

#965853
(150,88,83)
#89504C
(137,80,76)
#7C4845
(124,72,69)
#6F403E
(111,64,62)
#623837
(98,56,55)
#553030
(85,48,48)
#482829
(72,40,41)
#3B2022
(59,32,34)
#2E181B
(46,24,27)
#211014
(33,16,20)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #965853

#965853
(150,88,83)
#9F6762
(159,103,98)
#A87671
(168,118,113)
#B18580
(177,133,128)
#BA948F
(186,148,143)
#C3A39E
(195,163,158)
#CCB2AD
(204,178,173)
#D5C1BC
(213,193,188)
#DED0CB
(222,208,203)
#E7DFDA
(231,223,218)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965853 color. Also use rgb(150,88,83) instead hex code.

Text Font Color

.myTextColor { color: #965853; }

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

This text font color is #965853.

Background Color

.myBgColor { background-color: #965853; }

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

This div background color is #965853.

Border color

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

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

This div border color is #965853.

Opacity

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

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

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

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

This text has shadow with #965853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965853.

Preview

Color preview on black background

This text has color #965853 on black background.


Color preview on white background

This text has color #965853 on white background.


Black color preview on #965853 background

This text has black color on #965853 background.


White color preview on #965853 background

This text has white color on #965853 background.


Related colors

Complementary color

Complementary color for #hex is #69A7AC.


I love getcolorcode.com

Triadic colors

1 #539658 and #585396 with #965853 are triadic colors.

2 #535896 and #589653 with #965853 are triadic colors.