COLOR #837D54

HEX: #837D54
RGB: (131,125,84)

Renk bilgisi

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

RGB renk modeli

#837D54 color RGB value is (131,125,84).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 125 of 255 = 49%
B 84 of 255 = 33%

131
125
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 125 + 84 = 340 (100%)
R 131 of 340 ~ 38.53%
G 125 of 340 ~ 36.76%
B 84 of 340 ~ 24.71%

%38.53
%36.76
%24.71

CMYK RENK MODELİ

#837D54 rengi CMYK tonu (0,5,36,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.58%
  • sarı tonu 35.88%
  • ana renk tonu 48.63%
CMYK:
(0,5,36,49)
C0M5Y36K49 
(0%,5%,36%,49%)
(0.00/0.05/0.36/0.49)	

CMYK yüzdeleri

%0
%4.58
%35.88
%48.63

Codes

Color #837D54 in popluar color models

837D54
RGB13112584
HSL52°21.86%42.16%
HSB/HSV52°35.88%51.37%
CMYK0.00%4.58%35.88%
48.63%

Color #837D54 in popluar number systems.

HEX837D54
Decimal13112584
Binary1000001111111011010100
Octal203175124

Shades and tints

Shades of #837D54

#837D54
(131,125,84)
#78724D
(120,114,77)
#6D6746
(109,103,70)
#625C3F
(98,92,63)
#575138
(87,81,56)
#4C4631
(76,70,49)
#413B2A
(65,59,42)
#363023
(54,48,35)
#2B251C
(43,37,28)
#201A15
(32,26,21)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #837D54

#837D54
(131,125,84)
#8E8863
(142,136,99)
#999372
(153,147,114)
#A49E81
(164,158,129)
#AFA990
(175,169,144)
#BAB49F
(186,180,159)
#C5BFAE
(197,191,174)
#D0CABD
(208,202,189)
#DBD5CC
(219,213,204)
#E6E0DB
(230,224,219)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D54; }

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

This text font color is #837D54.


Background Color

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

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

This div background color is #837D54.


Border color

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

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

This div border color is #837D54.


Opacity

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

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

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

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

This text has shadow with #837D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D54 on black background.


Color preview on white background

This text has color #837D54 on white background.



Black color preview on #837D54 background

This text has black color on #837D54 background.


White color preview on #837D54 background

This text has white color on #837D54 background.