COLOR #837D75

HEX: #837D75
RGB: (131,125,117)

Renk bilgisi

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

RGB renk modeli

#837D75 color RGB value is (131,125,117).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 125 of 255 = 49%
B 117 of 255 = 46%

131
125
117

R + G + B ~ 49%. #837D75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 125 + 117 = 373 (100%)
R 131 of 373 ~ 35.12%
G 125 of 373 ~ 33.51%
B 117 of 373 ~ 31.37%

%35.12
%33.51
%31.37

CMYK RENK MODELİ

#837D75 rengi CMYK tonu (0,5,11,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.58%
  • sarı tonu 10.69%
  • ana renk tonu 48.63%
CMYK:
(0,5,11,49)
C0M5Y11K49 
(0%,5%,11%,49%)
(0.00/0.05/0.11/0.49)	

CMYK yüzdeleri

%0
%4.58
%10.69
%48.63

Codes

Color #837D75 in popluar color models

837D75
RGB131125117
HSL34°5.65%48.63%
HSB/HSV34°10.69%51.37%
CMYK0.00%4.58%10.69%
48.63%

Color #837D75 in popluar number systems.

HEX837D75
Decimal131125117
Binary1000001111111011110101
Octal203175165

Shades and tints

Shades of #837D75

#837D75
(131,125,117)
#78726B
(120,114,107)
#6D6761
(109,103,97)
#625C57
(98,92,87)
#57514D
(87,81,77)
#4C4643
(76,70,67)
#413B39
(65,59,57)
#36302F
(54,48,47)
#2B2525
(43,37,37)
#201A1B
(32,26,27)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #837D75

#837D75
(131,125,117)
#8E8881
(142,136,129)
#99938D
(153,147,141)
#A49E99
(164,158,153)
#AFA9A5
(175,169,165)
#BAB4B1
(186,180,177)
#C5BFBD
(197,191,189)
#D0CAC9
(208,202,201)
#DBD5D5
(219,213,213)
#E6E0E1
(230,224,225)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D75; }

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

This text font color is #837D75.


Background Color

.myBgColor { background-color: #837D75; }

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

This div background color is #837D75.


Border color

.myBorderColor { border: 1px solid #837D75; }

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

This div border color is #837D75.


Opacity

.myOpacity80 { color: #837D75; opacity: 0.8; }

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

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

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

This text has shadow with #837D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D75 on black background.


Color preview on white background

This text has color #837D75 on white background.



Black color preview on #837D75 background

This text has black color on #837D75 background.


White color preview on #837D75 background

This text has white color on #837D75 background.