COLOR #975830

HEX: #975830
RGB: (151,88,48)

Color info

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

RGB color model

#975830 color RGB value is (151,88,48).

  • red value is 151;
  • green value is 88;
  • blue value is 48.
RGB:
(151,88,48)
(59%,35%,19%)

RGB channels and saturation

R 151 of 255 = 59%
G 88 of 255 = 35%
B 48 of 255 = 19%

151
88
48

R + G + B ~ 38%. #975830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 88 + 48 = 287 (100%)
R 151 of 287 ~ 52.61%
G 88 of 287 ~ 30.66%
B 48 of 287 ~ 16.72%

%52.61
%30.66
%16.72

CMYK color model

#975830 color CMYK value is (0,42,68,41).

  • cyan value is 0.00%
  • magenta value is 41.72%
  • yellow value is 68.21%
  • key color value is 40.78%
CMYK:
(0,42,68,41)
C0M42Y68K41 
(0%,42%,68%,41%)
(0.00/0.42/0.68/0.41)	

CMYK percentages

%0
%41.72
%68.21
%40.78

Codes

Color #975830 in popluar color models

975830
RGB1518848
HSL23°51.76%39.02%
HSB/HSV23°68.21%59.22%
CMYK0.00%41.72%68.21%
40.78%

Color #975830 in popluar number systems.

HEX975830
Decimal1518848
Binary100101111011000110000
Octal22713060

Shades and tints

Shades of #975830

#975830
(151,88,48)
#8A502C
(138,80,44)
#7D4828
(125,72,40)
#704024
(112,64,36)
#633820
(99,56,32)
#56301C
(86,48,28)
#492818
(73,40,24)
#3C2014
(60,32,20)
#2F1810
(47,24,16)
#22100C
(34,16,12)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #975830

#975830
(151,88,48)
#A06742
(160,103,66)
#A97654
(169,118,84)
#B28566
(178,133,102)
#BB9478
(187,148,120)
#C4A38A
(196,163,138)
#CDB29C
(205,178,156)
#D6C1AE
(214,193,174)
#DFD0C0
(223,208,192)
#E8DFD2
(232,223,210)
#F1EEE4
(241,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975830 color. Also use rgb(151,88,48) instead hex code.

Text Font Color

.myTextColor { color: #975830; }

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

This text font color is #975830.


Background Color

.myBgColor { background-color: #975830; }

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

This div background color is #975830.


Border color

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

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

This div border color is #975830.


Opacity

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

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

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

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

This text has shadow with #975830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975830 on black background.


Color preview on white background

This text has color #975830 on white background.



Black color preview on #975830 background

This text has black color on #975830 background.


White color preview on #975830 background

This text has white color on #975830 background.