COLOR #836A6D

HEX: #836A6D
RGB: (131,106,109)

Renk bilgisi

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

RGB renk modeli

#836A6D color RGB value is (131,106,109).

  • kırmız ton 131;
  • yeşil ton 106;
  • mavi ton 109.
RGB:
(131,106,109)
(51%,42%,43%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 106 of 255 = 42%
B 109 of 255 = 43%

131
106
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 106 + 109 = 346 (100%)
R 131 of 346 ~ 37.86%
G 106 of 346 ~ 30.64%
B 109 of 346 ~ 31.5%

%37.86
%30.64
%31.5

CMYK RENK MODELİ

#836A6D rengi CMYK tonu (0,19,17,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 16.79%
  • ana renk tonu 48.63%
CMYK:
(0,19,17,49)
C0M19Y17K49 
(0%,19%,17%,49%)
(0.00/0.19/0.17/0.49)	

CMYK yüzdeleri

%0
%19.08
%16.79
%48.63

Codes

Color #836A6D in popluar color models

836A6D
RGB131106109
HSL353°10.55%46.47%
HSB/HSV353°19.08%51.37%
CMYK0.00%19.08%16.79%
48.63%

Color #836A6D in popluar number systems.

HEX836A6D
Decimal131106109
Binary1000001111010101101101
Octal203152155

Shades and tints

Shades of #836A6D

#836A6D
(131,106,109)
#786164
(120,97,100)
#6D585B
(109,88,91)
#624F52
(98,79,82)
#574649
(87,70,73)
#4C3D40
(76,61,64)
#413437
(65,52,55)
#362B2E
(54,43,46)
#2B2225
(43,34,37)
#20191C
(32,25,28)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #836A6D

#836A6D
(131,106,109)
#8E777A
(142,119,122)
#998487
(153,132,135)
#A49194
(164,145,148)
#AF9EA1
(175,158,161)
#BAABAE
(186,171,174)
#C5B8BB
(197,184,187)
#D0C5C8
(208,197,200)
#DBD2D5
(219,210,213)
#E6DFE2
(230,223,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836A6D color. Also use rgb(131,106,109) instead hex code.

Text Font Color

.myTextColor { color: #836A6D; }

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

This text font color is #836A6D.


Background Color

.myBgColor { background-color: #836A6D; }

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

This div background color is #836A6D.


Border color

.myBorderColor { border: 1px solid #836A6D; }

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

This div border color is #836A6D.


Opacity

.myOpacity80 { color: #836A6D; opacity: 0.8; }

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

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

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

This text has shadow with #836A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836A6D on black background.


Color preview on white background

This text has color #836A6D on white background.



Black color preview on #836A6D background

This text has black color on #836A6D background.


White color preview on #836A6D background

This text has white color on #836A6D background.