COLOR #836953

HEX: #836953
RGB: (131,105,83)

Renk bilgisi

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

RGB renk modeli

#836953 color RGB value is (131,105,83).

  • kırmız ton 131;
  • yeşil ton 105;
  • mavi ton 83.
RGB:
(131,105,83)
(51%,41%,33%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 105 of 255 = 41%
B 83 of 255 = 33%

131
105
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 105 + 83 = 319 (100%)
R 131 of 319 ~ 41.07%
G 105 of 319 ~ 32.92%
B 83 of 319 ~ 26.02%

%41.07
%32.92
%26.02

CMYK RENK MODELİ

#836953 rengi CMYK tonu (0,20,37,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.85%
  • sarı tonu 36.64%
  • ana renk tonu 48.63%
CMYK:
(0,20,37,49)
C0M20Y37K49 
(0%,20%,37%,49%)
(0.00/0.20/0.37/0.49)	

CMYK yüzdeleri

%0
%19.85
%36.64
%48.63

Codes

Color #836953 in popluar color models

836953
RGB13110583
HSL28°22.43%41.96%
HSB/HSV28°36.64%51.37%
CMYK0.00%19.85%36.64%
48.63%

Color #836953 in popluar number systems.

HEX836953
Decimal13110583
Binary1000001111010011010011
Octal203151123

Shades and tints

Shades of #836953

#836953
(131,105,83)
#78604C
(120,96,76)
#6D5745
(109,87,69)
#624E3E
(98,78,62)
#574537
(87,69,55)
#4C3C30
(76,60,48)
#413329
(65,51,41)
#362A22
(54,42,34)
#2B211B
(43,33,27)
#201814
(32,24,20)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #836953

#836953
(131,105,83)
#8E7662
(142,118,98)
#998371
(153,131,113)
#A49080
(164,144,128)
#AF9D8F
(175,157,143)
#BAAA9E
(186,170,158)
#C5B7AD
(197,183,173)
#D0C4BC
(208,196,188)
#DBD1CB
(219,209,203)
#E6DEDA
(230,222,218)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836953 color. Also use rgb(131,105,83) instead hex code.

Text Font Color

.myTextColor { color: #836953; }

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

This text font color is #836953.


Background Color

.myBgColor { background-color: #836953; }

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

This div background color is #836953.


Border color

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

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

This div border color is #836953.


Opacity

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

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

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

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

This text has shadow with #836953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836953 on black background.


Color preview on white background

This text has color #836953 on white background.



Black color preview on #836953 background

This text has black color on #836953 background.


White color preview on #836953 background

This text has white color on #836953 background.