COLOR #965826

HEX: #965826
RGB: (150,88,38)

Color info

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

RGB color model

#965826 color RGB value is (150,88,38).

  • red value is 150;
  • green value is 88;
  • blue value is 38.
RGB:
(150,88,38)
(59%,35%,15%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 38 of 255 = 15%

150
88
38

R + G + B ~ 36%. #965826 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 88 + 38 = 276 (100%)
R 150 of 276 ~ 54.35%
G 88 of 276 ~ 31.88%
B 38 of 276 ~ 13.77%

%54.35
%31.88
%13.77

CMYK color model

#965826 color CMYK value is (0,41,75,41).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 74.67%
  • key color value is 41.18%
CMYK:
(0,41,75,41)
C0M41Y75K41 
(0%,41%,75%,41%)
(0.00/0.41/0.75/0.41)	

CMYK percentages

%0
%41.33
%74.67
%41.18

Codes

Color #965826 in popluar color models

965826
RGB1508838
HSL27°59.57%36.86%
HSB/HSV27°74.67%58.82%
CMYK0.00%41.33%74.67%
41.18%

Color #965826 in popluar number systems.

HEX965826
Decimal1508838
Binary100101101011000100110
Octal22613046

Shades and tints

Shades of #965826

#965826
(150,88,38)
#895023
(137,80,35)
#7C4820
(124,72,32)
#6F401D
(111,64,29)
#62381A
(98,56,26)
#553017
(85,48,23)
#482814
(72,40,20)
#3B2011
(59,32,17)
#2E180E
(46,24,14)
#21100B
(33,16,11)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #965826

#965826
(150,88,38)
#9F6739
(159,103,57)
#A8764C
(168,118,76)
#B1855F
(177,133,95)
#BA9472
(186,148,114)
#C3A385
(195,163,133)
#CCB298
(204,178,152)
#D5C1AB
(213,193,171)
#DED0BE
(222,208,190)
#E7DFD1
(231,223,209)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965826; }

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

This text font color is #965826.


Background Color

.myBgColor { background-color: #965826; }

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

This div background color is #965826.


Border color

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

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

This div border color is #965826.


Opacity

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

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

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

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

This text has shadow with #965826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965826 on black background.


Color preview on white background

This text has color #965826 on white background.



Black color preview on #965826 background

This text has black color on #965826 background.


White color preview on #965826 background

This text has white color on #965826 background.