COLOR #837975

HEX: #837975
RGB: (131,121,117)

Renk bilgisi

#837975 contains red, green and blue colors in about the same proportion. #837975 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#837975 color RGB value is (131,121,117).

  • kırmız ton 131;
  • yeşil ton 121;
  • mavi ton 117.
RGB:
(131,121,117)
(51%,47%,46%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 121 of 255 = 47%
B 117 of 255 = 46%

131
121
117

R + G + B ~ 48%. #837975 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 121 + 117 = 369 (100%)
R 131 of 369 ~ 35.5%
G 121 of 369 ~ 32.79%
B 117 of 369 ~ 31.71%

%35.5
%32.79
%31.71

CMYK RENK MODELİ

#837975 rengi CMYK tonu (0,8,11,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.63%
  • sarı tonu 10.69%
  • ana renk tonu 48.63%
CMYK:
(0,8,11,49)
C0M8Y11K49 
(0%,8%,11%,49%)
(0.00/0.08/0.11/0.49)	

CMYK yüzdeleri

%0
%7.63
%10.69
%48.63

Codes

Color #837975 in popluar color models

837975
RGB131121117
HSL17°5.65%48.63%
HSB/HSV17°10.69%51.37%
CMYK0.00%7.63%10.69%
48.63%

Color #837975 in popluar number systems.

HEX837975
Decimal131121117
Binary1000001111110011110101
Octal203171165

Shades and tints

Shades of #837975

#837975
(131,121,117)
#786E6B
(120,110,107)
#6D6361
(109,99,97)
#625857
(98,88,87)
#574D4D
(87,77,77)
#4C4243
(76,66,67)
#413739
(65,55,57)
#362C2F
(54,44,47)
#2B2125
(43,33,37)
#20161B
(32,22,27)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #837975

#837975
(131,121,117)
#8E8581
(142,133,129)
#99918D
(153,145,141)
#A49D99
(164,157,153)
#AFA9A5
(175,169,165)
#BAB5B1
(186,181,177)
#C5C1BD
(197,193,189)
#D0CDC9
(208,205,201)
#DBD9D5
(219,217,213)
#E6E5E1
(230,229,225)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837975 color. Also use rgb(131,121,117) instead hex code.

Text Font Color

.myTextColor { color: #837975; }

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

This text font color is #837975.


Background Color

.myBgColor { background-color: #837975; }

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

This div background color is #837975.


Border color

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

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

This div border color is #837975.


Opacity

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

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

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

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

This text has shadow with #837975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837975 on black background.


Color preview on white background

This text has color #837975 on white background.



Black color preview on #837975 background

This text has black color on #837975 background.


White color preview on #837975 background

This text has white color on #837975 background.