COLOR #836565

HEX: #836565
RGB: (131,101,101)

Renk bilgisi

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

RGB renk modeli

#836565 color RGB value is (131,101,101).

  • kırmız ton 131;
  • yeşil ton 101;
  • mavi ton 101.
RGB:
(131,101,101)
(51%,40%,40%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 101 of 255 = 40%
B 101 of 255 = 40%

131
101
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 101 + 101 = 333 (100%)
R 131 of 333 ~ 39.34%
G 101 of 333 ~ 30.33%
B 101 of 333 ~ 30.33%

%39.34
%30.33
%30.33

CMYK RENK MODELİ

#836565 rengi CMYK tonu (0,23,23,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.90%
  • sarı tonu 22.90%
  • ana renk tonu 48.63%
CMYK:
(0,23,23,49)
C0M23Y23K49 
(0%,23%,23%,49%)
(0.00/0.23/0.23/0.49)	

CMYK yüzdeleri

%0
%22.9
%22.9
%48.63

Codes

Color #836565 in popluar color models

836565
RGB131101101
HSL12.93%45.49%
HSB/HSV22.90%51.37%
CMYK0.00%22.90%22.90%
48.63%

Color #836565 in popluar number systems.

HEX836565
Decimal131101101
Binary1000001111001011100101
Octal203145145

Shades and tints

Shades of #836565

#836565
(131,101,101)
#785C5C
(120,92,92)
#6D5353
(109,83,83)
#624A4A
(98,74,74)
#574141
(87,65,65)
#4C3838
(76,56,56)
#412F2F
(65,47,47)
#362626
(54,38,38)
#2B1D1D
(43,29,29)
#201414
(32,20,20)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #836565

#836565
(131,101,101)
#8E7373
(142,115,115)
#998181
(153,129,129)
#A48F8F
(164,143,143)
#AF9D9D
(175,157,157)
#BAABAB
(186,171,171)
#C5B9B9
(197,185,185)
#D0C7C7
(208,199,199)
#DBD5D5
(219,213,213)
#E6E3E3
(230,227,227)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836565; }

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

This text font color is #836565.


Background Color

.myBgColor { background-color: #836565; }

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

This div background color is #836565.


Border color

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

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

This div border color is #836565.


Opacity

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

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

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

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

This text has shadow with #836565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836565 on black background.


Color preview on white background

This text has color #836565 on white background.



Black color preview on #836565 background

This text has black color on #836565 background.


White color preview on #836565 background

This text has white color on #836565 background.