COLOR #975628

HEX: #975628
RGB: (151,86,40)

Color info

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

RGB color model

#975628 color RGB value is (151,86,40).

  • red value is 151;
  • green value is 86;
  • blue value is 40.
RGB:
(151,86,40)
(59%,34%,16%)

RGB channels and saturation

R 151 of 255 = 59%
G 86 of 255 = 34%
B 40 of 255 = 16%

151
86
40

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

Portions of RGB colors in percentages

R + G + B =
151 + 86 + 40 = 277 (100%)
R 151 of 277 ~ 54.51%
G 86 of 277 ~ 31.05%
B 40 of 277 ~ 14.44%

%54.51
%31.05
%14.44

CMYK color model

#975628 color CMYK value is (0,43,74,41).

  • cyan value is 0.00%
  • magenta value is 43.05%
  • yellow value is 73.51%
  • key color value is 40.78%
CMYK:
(0,43,74,41)
C0M43Y74K41 
(0%,43%,74%,41%)
(0.00/0.43/0.74/0.41)	

CMYK percentages

%0
%43.05
%73.51
%40.78

Codes

Color #975628 in popluar color models

975628
RGB1518640
HSL25°58.12%37.45%
HSB/HSV25°73.51%59.22%
CMYK0.00%43.05%73.51%
40.78%

Color #975628 in popluar number systems.

HEX975628
Decimal1518640
Binary100101111010110101000
Octal22712650

Shades and tints

Shades of #975628

#975628
(151,86,40)
#8A4F25
(138,79,37)
#7D4822
(125,72,34)
#70411F
(112,65,31)
#633A1C
(99,58,28)
#563319
(86,51,25)
#492C16
(73,44,22)
#3C2513
(60,37,19)
#2F1E10
(47,30,16)
#22170D
(34,23,13)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #975628

#975628
(151,86,40)
#A0653B
(160,101,59)
#A9744E
(169,116,78)
#B28361
(178,131,97)
#BB9274
(187,146,116)
#C4A187
(196,161,135)
#CDB09A
(205,176,154)
#D6BFAD
(214,191,173)
#DFCEC0
(223,206,192)
#E8DDD3
(232,221,211)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975628 color. Also use rgb(151,86,40) instead hex code.

Text Font Color

.myTextColor { color: #975628; }

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

This text font color is #975628.


Background Color

.myBgColor { background-color: #975628; }

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

This div background color is #975628.


Border color

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

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

This div border color is #975628.


Opacity

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

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

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

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

This text has shadow with #975628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975628 on black background.


Color preview on white background

This text has color #975628 on white background.



Black color preview on #975628 background

This text has black color on #975628 background.


White color preview on #975628 background

This text has white color on #975628 background.