COLOR #838477

HEX: #838477
RGB: (131,132,119)

Renk bilgisi

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

RGB renk modeli

#838477 color RGB value is (131,132,119).

  • kırmız ton 131;
  • yeşil ton 132;
  • mavi ton 119.
RGB:
(131,132,119)
(51%,52%,47%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 132 of 255 = 52%
B 119 of 255 = 47%

131
132
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 132 + 119 = 382 (100%)
R 131 of 382 ~ 34.29%
G 132 of 382 ~ 34.55%
B 119 of 382 ~ 31.15%

%34.29
%34.55
%31.15

CMYK RENK MODELİ

#838477 rengi CMYK tonu (1,0,10,48).

  • camgöbeği tonu 0.76%
  • eflatun tonu 0.00%
  • sarı tonu 9.85%
  • ana renk tonu 48.24%
CMYK:
(1,0,10,48)
C1M0Y10K48 
(1%,0%,10%,48%)
(0.01/0.00/0.10/0.48)	

CMYK yüzdeleri

%0.76
%0
%9.85
%48.24

Codes

Color #838477 in popluar color models

838477
RGB131132119
HSL65°5.18%49.22%
HSB/HSV65°9.85%51.76%
CMYK0.76%0.00%9.85%
48.24%

Color #838477 in popluar number systems.

HEX838477
Decimal131132119
Binary10000011100001001110111
Octal203204167

Shades and tints

Shades of #838477

#838477
(131,132,119)
#78786D
(120,120,109)
#6D6C63
(109,108,99)
#626059
(98,96,89)
#57544F
(87,84,79)
#4C4845
(76,72,69)
#413C3B
(65,60,59)
#363031
(54,48,49)
#2B2427
(43,36,39)
#20181D
(32,24,29)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #838477

#838477
(131,132,119)
#8E8F83
(142,143,131)
#999A8F
(153,154,143)
#A4A59B
(164,165,155)
#AFB0A7
(175,176,167)
#BABBB3
(186,187,179)
#C5C6BF
(197,198,191)
#D0D1CB
(208,209,203)
#DBDCD7
(219,220,215)
#E6E7E3
(230,231,227)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838477; }

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

This text font color is #838477.


Background Color

.myBgColor { background-color: #838477; }

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

This div background color is #838477.


Border color

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

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

This div border color is #838477.


Opacity

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

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

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

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

This text has shadow with #838477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838477 on black background.


Color preview on white background

This text has color #838477 on white background.



Black color preview on #838477 background

This text has black color on #838477 background.


White color preview on #838477 background

This text has white color on #838477 background.