COLOR #83736D

HEX: #83736D
RGB: (131,115,109)

Renk bilgisi

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

RGB renk modeli

#83736D color RGB value is (131,115,109).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 115 of 255 = 45%
B 109 of 255 = 43%

131
115
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 115 + 109 = 355 (100%)
R 131 of 355 ~ 36.9%
G 115 of 355 ~ 32.39%
B 109 of 355 ~ 30.7%

%36.9
%32.39
%30.7

CMYK RENK MODELİ

#83736D rengi CMYK tonu (0,12,17,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.21%
  • sarı tonu 16.79%
  • ana renk tonu 48.63%
CMYK:
(0,12,17,49)
C0M12Y17K49 
(0%,12%,17%,49%)
(0.00/0.12/0.17/0.49)	

CMYK yüzdeleri

%0
%12.21
%16.79
%48.63

Codes

Color #83736D in popluar color models

83736D
RGB131115109
HSL16°9.17%47.06%
HSB/HSV16°16.79%51.37%
CMYK0.00%12.21%16.79%
48.63%

Color #83736D in popluar number systems.

HEX83736D
Decimal131115109
Binary1000001111100111101101
Octal203163155

Shades and tints

Shades of #83736D

#83736D
(131,115,109)
#786964
(120,105,100)
#6D5F5B
(109,95,91)
#625552
(98,85,82)
#574B49
(87,75,73)
#4C4140
(76,65,64)
#413737
(65,55,55)
#362D2E
(54,45,46)
#2B2325
(43,35,37)
#20191C
(32,25,28)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #83736D

#83736D
(131,115,109)
#8E7F7A
(142,127,122)
#998B87
(153,139,135)
#A49794
(164,151,148)
#AFA3A1
(175,163,161)
#BAAFAE
(186,175,174)
#C5BBBB
(197,187,187)
#D0C7C8
(208,199,200)
#DBD3D5
(219,211,213)
#E6DFE2
(230,223,226)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83736D; }

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

This text font color is #83736D.


Background Color

.myBgColor { background-color: #83736D; }

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

This div background color is #83736D.


Border color

.myBorderColor { border: 1px solid #83736D; }

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

This div border color is #83736D.


Opacity

.myOpacity80 { color: #83736D; opacity: 0.8; }

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

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

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

This text has shadow with #83736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83736D on black background.


Color preview on white background

This text has color #83736D on white background.



Black color preview on #83736D background

This text has black color on #83736D background.


White color preview on #83736D background

This text has white color on #83736D background.