COLOR #837D56

HEX: #837D56
RGB: (131,125,86)

Renk bilgisi

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

RGB renk modeli

#837D56 color RGB value is (131,125,86).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 125 of 255 = 49%
B 86 of 255 = 34%

131
125
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 125 + 86 = 342 (100%)
R 131 of 342 ~ 38.3%
G 125 of 342 ~ 36.55%
B 86 of 342 ~ 25.15%

%38.3
%36.55
%25.15

CMYK RENK MODELİ

#837D56 rengi CMYK tonu (0,5,34,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.58%
  • sarı tonu 34.35%
  • ana renk tonu 48.63%
CMYK:
(0,5,34,49)
C0M5Y34K49 
(0%,5%,34%,49%)
(0.00/0.05/0.34/0.49)	

CMYK yüzdeleri

%0
%4.58
%34.35
%48.63

Codes

Color #837D56 in popluar color models

837D56
RGB13112586
HSL52°20.74%42.55%
HSB/HSV52°34.35%51.37%
CMYK0.00%4.58%34.35%
48.63%

Color #837D56 in popluar number systems.

HEX837D56
Decimal13112586
Binary1000001111111011010110
Octal203175126

Shades and tints

Shades of #837D56

#837D56
(131,125,86)
#78724F
(120,114,79)
#6D6748
(109,103,72)
#625C41
(98,92,65)
#57513A
(87,81,58)
#4C4633
(76,70,51)
#413B2C
(65,59,44)
#363025
(54,48,37)
#2B251E
(43,37,30)
#201A17
(32,26,23)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #837D56

#837D56
(131,125,86)
#8E8865
(142,136,101)
#999374
(153,147,116)
#A49E83
(164,158,131)
#AFA992
(175,169,146)
#BAB4A1
(186,180,161)
#C5BFB0
(197,191,176)
#D0CABF
(208,202,191)
#DBD5CE
(219,213,206)
#E6E0DD
(230,224,221)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D56; }

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

This text font color is #837D56.


Background Color

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

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

This div background color is #837D56.


Border color

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

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

This div border color is #837D56.


Opacity

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

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

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

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

This text has shadow with #837D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D56 on black background.


Color preview on white background

This text has color #837D56 on white background.



Black color preview on #837D56 background

This text has black color on #837D56 background.


White color preview on #837D56 background

This text has white color on #837D56 background.