COLOR #839476

HEX: #839476
RGB: (131,148,118)

Renk bilgisi

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

RGB renk modeli

#839476 color RGB value is (131,148,118).

  • kırmız ton 131;
  • yeşil ton 148;
  • mavi ton 118.
RGB:
(131,148,118)
(51%,58%,46%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 148 of 255 = 58%
B 118 of 255 = 46%

131
148
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 148 + 118 = 397 (100%)
R 131 of 397 ~ 33%
G 148 of 397 ~ 37.28%
B 118 of 397 ~ 29.72%

%33
%37.28
%29.72

CMYK RENK MODELİ

#839476 rengi CMYK tonu (11,0,20,42).

  • camgöbeği tonu 11.49%
  • eflatun tonu 0.00%
  • sarı tonu 20.27%
  • ana renk tonu 41.96%
CMYK:
(11,0,20,42)
C11M0Y20K42 
(11%,0%,20%,42%)
(0.11/0.00/0.20/0.42)	

CMYK yüzdeleri

%11.49
%0
%20.27
%41.96

Codes

Color #839476 in popluar color models

839476
RGB131148118
HSL94°12.30%52.16%
HSB/HSV94°20.27%58.04%
CMYK11.49%0.00%20.27%
41.96%

Color #839476 in popluar number systems.

HEX839476
Decimal131148118
Binary10000011100101001110110
Octal203224166

Shades and tints

Shades of #839476

#839476
(131,148,118)
#78876C
(120,135,108)
#6D7A62
(109,122,98)
#626D58
(98,109,88)
#57604E
(87,96,78)
#4C5344
(76,83,68)
#41463A
(65,70,58)
#363930
(54,57,48)
#2B2C26
(43,44,38)
#201F1C
(32,31,28)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #839476

#839476
(131,148,118)
#8E9D82
(142,157,130)
#99A68E
(153,166,142)
#A4AF9A
(164,175,154)
#AFB8A6
(175,184,166)
#BAC1B2
(186,193,178)
#C5CABE
(197,202,190)
#D0D3CA
(208,211,202)
#DBDCD6
(219,220,214)
#E6E5E2
(230,229,226)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839476; }

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

This text font color is #839476.


Background Color

.myBgColor { background-color: #839476; }

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

This div background color is #839476.


Border color

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

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

This div border color is #839476.


Opacity

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

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

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

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

This text has shadow with #839476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839476 on black background.


Color preview on white background

This text has color #839476 on white background.



Black color preview on #839476 background

This text has black color on #839476 background.


White color preview on #839476 background

This text has white color on #839476 background.