COLOR #837C5D

HEX: #837C5D
RGB: (131,124,93)

Renk bilgisi

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

RGB renk modeli

#837C5D color RGB value is (131,124,93).

  • kırmız ton 131;
  • yeşil ton 124;
  • mavi ton 93.
RGB:
(131,124,93)
(51%,49%,36%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 124 of 255 = 49%
B 93 of 255 = 36%

131
124
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 124 + 93 = 348 (100%)
R 131 of 348 ~ 37.64%
G 124 of 348 ~ 35.63%
B 93 of 348 ~ 26.72%

%37.64
%35.63
%26.72

CMYK RENK MODELİ

#837C5D rengi CMYK tonu (0,5,29,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.34%
  • sarı tonu 29.01%
  • ana renk tonu 48.63%
CMYK:
(0,5,29,49)
C0M5Y29K49 
(0%,5%,29%,49%)
(0.00/0.05/0.29/0.49)	

CMYK yüzdeleri

%0
%5.34
%29.01
%48.63

Codes

Color #837C5D in popluar color models

837C5D
RGB13112493
HSL49°16.96%43.92%
HSB/HSV49°29.01%51.37%
CMYK0.00%5.34%29.01%
48.63%

Color #837C5D in popluar number systems.

HEX837C5D
Decimal13112493
Binary1000001111111001011101
Octal203174135

Shades and tints

Shades of #837C5D

#837C5D
(131,124,93)
#787155
(120,113,85)
#6D664D
(109,102,77)
#625B45
(98,91,69)
#57503D
(87,80,61)
#4C4535
(76,69,53)
#413A2D
(65,58,45)
#362F25
(54,47,37)
#2B241D
(43,36,29)
#201915
(32,25,21)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #837C5D

#837C5D
(131,124,93)
#8E876B
(142,135,107)
#999279
(153,146,121)
#A49D87
(164,157,135)
#AFA895
(175,168,149)
#BAB3A3
(186,179,163)
#C5BEB1
(197,190,177)
#D0C9BF
(208,201,191)
#DBD4CD
(219,212,205)
#E6DFDB
(230,223,219)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837C5D color. Also use rgb(131,124,93) instead hex code.

Text Font Color

.myTextColor { color: #837C5D; }

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

This text font color is #837C5D.


Background Color

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

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

This div background color is #837C5D.


Border color

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

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

This div border color is #837C5D.


Opacity

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

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

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

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

This text has shadow with #837C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C5D on black background.


Color preview on white background

This text has color #837C5D on white background.



Black color preview on #837C5D background

This text has black color on #837C5D background.


White color preview on #837C5D background

This text has white color on #837C5D background.