COLOR #837361

HEX: #837361
RGB: (131,115,97)

Renk bilgisi

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

RGB renk modeli

#837361 color RGB value is (131,115,97).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 115 of 255 = 45%
B 97 of 255 = 38%

131
115
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 115 + 97 = 343 (100%)
R 131 of 343 ~ 38.19%
G 115 of 343 ~ 33.53%
B 97 of 343 ~ 28.28%

%38.19
%33.53
%28.28

CMYK RENK MODELİ

#837361 rengi CMYK tonu (0,12,26,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.21%
  • sarı tonu 25.95%
  • ana renk tonu 48.63%
CMYK:
(0,12,26,49)
C0M12Y26K49 
(0%,12%,26%,49%)
(0.00/0.12/0.26/0.49)	

CMYK yüzdeleri

%0
%12.21
%25.95
%48.63

Codes

Color #837361 in popluar color models

837361
RGB13111597
HSL32°14.91%44.71%
HSB/HSV32°25.95%51.37%
CMYK0.00%12.21%25.95%
48.63%

Color #837361 in popluar number systems.

HEX837361
Decimal13111597
Binary1000001111100111100001
Octal203163141

Shades and tints

Shades of #837361

#837361
(131,115,97)
#786959
(120,105,89)
#6D5F51
(109,95,81)
#625549
(98,85,73)
#574B41
(87,75,65)
#4C4139
(76,65,57)
#413731
(65,55,49)
#362D29
(54,45,41)
#2B2321
(43,35,33)
#201919
(32,25,25)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #837361

#837361
(131,115,97)
#8E7F6F
(142,127,111)
#998B7D
(153,139,125)
#A4978B
(164,151,139)
#AFA399
(175,163,153)
#BAAFA7
(186,175,167)
#C5BBB5
(197,187,181)
#D0C7C3
(208,199,195)
#DBD3D1
(219,211,209)
#E6DFDF
(230,223,223)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837361; }

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

This text font color is #837361.


Background Color

.myBgColor { background-color: #837361; }

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

This div background color is #837361.


Border color

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

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

This div border color is #837361.


Opacity

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

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

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

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

This text has shadow with #837361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837361 on black background.


Color preview on white background

This text has color #837361 on white background.



Black color preview on #837361 background

This text has black color on #837361 background.


White color preview on #837361 background

This text has white color on #837361 background.