COLOR #975306

HEX: #975306
RGB: (151,83,6)

Color info

#975306 contains mainly red color. Web safe color of #975306 is #996600 (or #960).

RGB color model

#975306 color RGB value is (151,83,6).

  • red value is 151;
  • green value is 83;
  • blue value is 6.
RGB:
(151,83,6)
(59%,33%,2%)

RGB channels and saturation

R 151 of 255 = 59%
G 83 of 255 = 33%
B 6 of 255 = 2%

151
83
6

R + G + B ~ 31%. #975306 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 83 + 6 = 240 (100%)
R 151 of 240 ~ 62.92%
G 83 of 240 ~ 34.58%
B 6 of 240 ~ 2.5%

%62.92
%34.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 96.03%
  • key color value is 40.78%
CMYK:
(0,45,96,41)
C0M45Y96K41 
(0%,45%,96%,41%)
(0.00/0.45/0.96/0.41)	

CMYK percentages

%0
%45.03
%96.03
%40.78

Codes

Color #975306 in popluar color models

975306
RGB151836
HSL32°92.36%30.78%
HSB/HSV32°96.03%59.22%
CMYK0.00%45.03%96.03%
40.78%

Color #975306 in popluar number systems.

HEX975306
Decimal151836
Binary100101111010011110
Octal2271236

Shades and tints

Shades of #975306

#975306
(151,83,6)
#8A4C06
(138,76,6)
#7D4506
(125,69,6)
#703E06
(112,62,6)
#633706
(99,55,6)
#563006
(86,48,6)
#492906
(73,41,6)
#3C2206
(60,34,6)
#2F1B06
(47,27,6)
#221406
(34,20,6)
#150D06
(21,13,6)
#000000
(0,0,0)

Tints of #975306

#975306
(151,83,6)
#A0621C
(160,98,28)
#A97132
(169,113,50)
#B28048
(178,128,72)
#BB8F5E
(187,143,94)
#C49E74
(196,158,116)
#CDAD8A
(205,173,138)
#D6BCA0
(214,188,160)
#DFCBB6
(223,203,182)
#E8DACC
(232,218,204)
#F1E9E2
(241,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975306 color. Also use rgb(151,83,6) instead hex code.

Text Font Color

.myTextColor { color: #975306; }

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

This text font color is #975306.


Background Color

.myBgColor { background-color: #975306; }

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

This div background color is #975306.


Border color

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

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

This div border color is #975306.


Opacity

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

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

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

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

This text has shadow with #975306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975306 on black background.


Color preview on white background

This text has color #975306 on white background.



Black color preview on #975306 background

This text has black color on #975306 background.


White color preview on #975306 background

This text has white color on #975306 background.