COLOR #975F15

HEX: #975F15
RGB: (151,95,21)

Color info

#975F15 contains mainly red and green colors. Web safe color of #975F15 is #996600 (or #960).

RGB color model

#975F15 color RGB value is (151,95,21).

  • red value is 151;
  • green value is 95;
  • blue value is 21.
RGB:
(151,95,21)
(59%,37%,8%)

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 21 of 255 = 8%

151
95
21

R + G + B ~ 35%. #975F15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 95 + 21 = 267 (100%)
R 151 of 267 ~ 56.55%
G 95 of 267 ~ 35.58%
B 21 of 267 ~ 7.87%

%56.55
%35.58

CMYK color model

#975F15 color CMYK value is (0,37,86,41).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 86.09%
  • key color value is 40.78%
CMYK:
(0,37,86,41)
C0M37Y86K41 
(0%,37%,86%,41%)
(0.00/0.37/0.86/0.41)	

CMYK percentages

%0
%37.09
%86.09
%40.78

Codes

Color #975F15 in popluar color models

975F15
RGB1519521
HSL34°75.58%33.73%
HSB/HSV34°86.09%59.22%
CMYK0.00%37.09%86.09%
40.78%

Color #975F15 in popluar number systems.

HEX975F15
Decimal1519521
Binary10010111101111110101
Octal22713725

Shades and tints

Shades of #975F15

#975F15
(151,95,21)
#8A5714
(138,87,20)
#7D4F13
(125,79,19)
#704712
(112,71,18)
#633F11
(99,63,17)
#563710
(86,55,16)
#492F0F
(73,47,15)
#3C270E
(60,39,14)
#2F1F0D
(47,31,13)
#22170C
(34,23,12)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #975F15

#975F15
(151,95,21)
#A06D2A
(160,109,42)
#A97B3F
(169,123,63)
#B28954
(178,137,84)
#BB9769
(187,151,105)
#C4A57E
(196,165,126)
#CDB393
(205,179,147)
#D6C1A8
(214,193,168)
#DFCFBD
(223,207,189)
#E8DDD2
(232,221,210)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975F15 color. Also use rgb(151,95,21) instead hex code.

Text Font Color

.myTextColor { color: #975F15; }

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

This text font color is #975F15.


Background Color

.myBgColor { background-color: #975F15; }

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

This div background color is #975F15.


Border color

.myBorderColor { border: 1px solid #975F15; }

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

This div border color is #975F15.


Opacity

.myOpacity80 { color: #975F15; opacity: 0.8; }

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

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

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

This text has shadow with #975F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975F15 on black background.


Color preview on white background

This text has color #975F15 on white background.



Black color preview on #975F15 background

This text has black color on #975F15 background.


White color preview on #975F15 background

This text has white color on #975F15 background.