COLOR #975D03

HEX: #975D03 RGB: (151,93,3)

Color info

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

RGB color model

#975D03 color RGB value is (151,93,3).

RGB: (151,93,3) (59%, 36%, 1%)

RGB channels and saturation

R 151 of 255 = 59%
G 93 of 255 = 36%
B 3 of 255 = 1%

151
93
3

R + G + B ~ 32%. #975D03 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 151 + 93 + 3 = 247 (100%)
R 151 of 247 ~ 61.13%
G 93 of 247 ~ 37.65%
B 3 of 247 ~ 1.21'%

%61.13
%37.65

CMYK color model

#975D03 color CMYK value is (0,38,98,41).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 98.01%
  • key color value is 40.78%

CMYK: (0,38,98,41)
C0M38Y98K41 (0%, 38%, 98%, 41%)
(0.00 / 0.38 / 0.98 / 0.41)

CMYK percentages

%0
%38.41
%98.01
%40.78

Codes

Color #975D03 in popluar color models

97 5D 03
RGB 151 93 3
HSL 36° 96.10% 30.20%
HSB/HSV 36° 98.01% 59.22%
CMYK 0.00% 38.41% 98.01%
40.78%

Color #975D03 in popluar number systems.

HEX 97 5D 03
Decimal 151 93 3
Binary 10010111 1011101 11
Octal 227 135 3

Shades and tints

Shades of #975D03

#975D03
(151,93,3)
#8A5503
(138,85,3)
#7D4D03
(125,77,3)
#704503
(112,69,3)
#633D03
(99,61,3)
#563503
(86,53,3)
#492D03
(73,45,3)
#3C2503
(60,37,3)
#2F1D03
(47,29,3)
#221503
(34,21,3)
#150D03
(21,13,3)
#000000
(0,0,0)

Tints of #975D03

#975D03
(151,93,3)
#A06B19
(160,107,25)
#A9792F
(169,121,47)
#B28745
(178,135,69)
#BB955B
(187,149,91)
#C4A371
(196,163,113)
#CDB187
(205,177,135)
#D6BF9D
(214,191,157)
#DFCDB3
(223,205,179)
#E8DBC9
(232,219,201)
#F1E9DF
(241,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975D03 color. Also use rgb(151,93,3) instead hex code.

Text Font Color

.myTextColor { color: #975D03; }

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

This text font color is #975D03.

Background Color

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

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

This div background color is #975D03.

Border color

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

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

This div border color is #975D03.

Opacity

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

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

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

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

This text has shadow with #975D03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975D03.

Preview

Color preview on black background

This text has color #975D03 on black background.


Color preview on white background

This text has color #975D03 on white background.


Black color preview on #975D03 background

This text has black color on #975D03 background.


White color preview on #975D03 background

This text has white color on #975D03 background.


Related colors

Complementary color

Complementary color for #hex is #68A2FC.


I love getcolorcode.com

Triadic colors

1 #03975D and #5D0397 with #975D03 are triadic colors.

2 #035D97 and #5D9703 with #975D03 are triadic colors.