COLOR #837356

HEX: #837356
RGB: (131,115,86)

Renk bilgisi

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

RGB renk modeli

#837356 color RGB value is (131,115,86).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 115 of 255 = 45%
B 86 of 255 = 34%

131
115
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 115 + 86 = 332 (100%)
R 131 of 332 ~ 39.46%
G 115 of 332 ~ 34.64%
B 86 of 332 ~ 25.9%

%39.46
%34.64
%25.9

CMYK RENK MODELİ

#837356 rengi CMYK tonu (0,12,34,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.21%
  • sarı tonu 34.35%
  • ana renk tonu 48.63%
CMYK:
(0,12,34,49)
C0M12Y34K49 
(0%,12%,34%,49%)
(0.00/0.12/0.34/0.49)	

CMYK yüzdeleri

%0
%12.21
%34.35
%48.63

Codes

Color #837356 in popluar color models

837356
RGB13111586
HSL39°20.74%42.55%
HSB/HSV39°34.35%51.37%
CMYK0.00%12.21%34.35%
48.63%

Color #837356 in popluar number systems.

HEX837356
Decimal13111586
Binary1000001111100111010110
Octal203163126

Shades and tints

Shades of #837356

#837356
(131,115,86)
#78694F
(120,105,79)
#6D5F48
(109,95,72)
#625541
(98,85,65)
#574B3A
(87,75,58)
#4C4133
(76,65,51)
#41372C
(65,55,44)
#362D25
(54,45,37)
#2B231E
(43,35,30)
#201917
(32,25,23)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #837356

#837356
(131,115,86)
#8E7F65
(142,127,101)
#998B74
(153,139,116)
#A49783
(164,151,131)
#AFA392
(175,163,146)
#BAAFA1
(186,175,161)
#C5BBB0
(197,187,176)
#D0C7BF
(208,199,191)
#DBD3CE
(219,211,206)
#E6DFDD
(230,223,221)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837356; }

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

This text font color is #837356.


Background Color

.myBgColor { background-color: #837356; }

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

This div background color is #837356.


Border color

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

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

This div border color is #837356.


Opacity

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

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

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

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

This text has shadow with #837356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837356 on black background.


Color preview on white background

This text has color #837356 on white background.



Black color preview on #837356 background

This text has black color on #837356 background.


White color preview on #837356 background

This text has white color on #837356 background.