COLOR #837A61

HEX: #837A61
RGB: (131,122,97)

Renk bilgisi

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

RGB renk modeli

#837A61 color RGB value is (131,122,97).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 122 of 255 = 48%
B 97 of 255 = 38%

131
122
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 122 + 97 = 350 (100%)
R 131 of 350 ~ 37.43%
G 122 of 350 ~ 34.86%
B 97 of 350 ~ 27.71%

%37.43
%34.86
%27.71

CMYK RENK MODELİ

#837A61 rengi CMYK tonu (0,7,26,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 25.95%
  • ana renk tonu 48.63%
CMYK:
(0,7,26,49)
C0M7Y26K49 
(0%,7%,26%,49%)
(0.00/0.07/0.26/0.49)	

CMYK yüzdeleri

%0
%6.87
%25.95
%48.63

Codes

Color #837A61 in popluar color models

837A61
RGB13112297
HSL44°14.91%44.71%
HSB/HSV44°25.95%51.37%
CMYK0.00%6.87%25.95%
48.63%

Color #837A61 in popluar number systems.

HEX837A61
Decimal13112297
Binary1000001111110101100001
Octal203172141

Shades and tints

Shades of #837A61

#837A61
(131,122,97)
#786F59
(120,111,89)
#6D6451
(109,100,81)
#625949
(98,89,73)
#574E41
(87,78,65)
#4C4339
(76,67,57)
#413831
(65,56,49)
#362D29
(54,45,41)
#2B2221
(43,34,33)
#201719
(32,23,25)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #837A61

#837A61
(131,122,97)
#8E866F
(142,134,111)
#99927D
(153,146,125)
#A49E8B
(164,158,139)
#AFAA99
(175,170,153)
#BAB6A7
(186,182,167)
#C5C2B5
(197,194,181)
#D0CEC3
(208,206,195)
#DBDAD1
(219,218,209)
#E6E6DF
(230,230,223)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A61; }

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

This text font color is #837A61.


Background Color

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

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

This div background color is #837A61.


Border color

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

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

This div border color is #837A61.


Opacity

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

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

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

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

This text has shadow with #837A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A61 on black background.


Color preview on white background

This text has color #837A61 on white background.



Black color preview on #837A61 background

This text has black color on #837A61 background.


White color preview on #837A61 background

This text has white color on #837A61 background.