COLOR #838079

HEX: #838079
RGB: (131,128,121)

Renk bilgisi

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

RGB renk modeli

#838079 color RGB value is (131,128,121).

  • kırmız ton 131;
  • yeşil ton 128;
  • mavi ton 121.
RGB:
(131,128,121)
(51%,50%,47%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 128 of 255 = 50%
B 121 of 255 = 47%

131
128
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 128 + 121 = 380 (100%)
R 131 of 380 ~ 34.47%
G 128 of 380 ~ 33.68%
B 121 of 380 ~ 31.84%

%34.47
%33.68
%31.84

CMYK RENK MODELİ

#838079 rengi CMYK tonu (0,2,8,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.29%
  • sarı tonu 7.63%
  • ana renk tonu 48.63%
CMYK:
(0,2,8,49)
C0M2Y8K49 
(0%,2%,8%,49%)
(0.00/0.02/0.08/0.49)	

CMYK yüzdeleri

%0
%2.29
%7.63
%48.63

Codes

Color #838079 in popluar color models

838079
RGB131128121
HSL42°3.97%49.41%
HSB/HSV42°7.63%51.37%
CMYK0.00%2.29%7.63%
48.63%

Color #838079 in popluar number systems.

HEX838079
Decimal131128121
Binary10000011100000001111001
Octal203200171

Shades and tints

Shades of #838079

#838079
(131,128,121)
#78756E
(120,117,110)
#6D6A63
(109,106,99)
#625F58
(98,95,88)
#57544D
(87,84,77)
#4C4942
(76,73,66)
#413E37
(65,62,55)
#36332C
(54,51,44)
#2B2821
(43,40,33)
#201D16
(32,29,22)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #838079

#838079
(131,128,121)
#8E8B85
(142,139,133)
#999691
(153,150,145)
#A4A19D
(164,161,157)
#AFACA9
(175,172,169)
#BAB7B5
(186,183,181)
#C5C2C1
(197,194,193)
#D0CDCD
(208,205,205)
#DBD8D9
(219,216,217)
#E6E3E5
(230,227,229)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838079; }

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

This text font color is #838079.


Background Color

.myBgColor { background-color: #838079; }

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

This div background color is #838079.


Border color

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

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

This div border color is #838079.


Opacity

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

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

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

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

This text has shadow with #838079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838079 on black background.


Color preview on white background

This text has color #838079 on white background.



Black color preview on #838079 background

This text has black color on #838079 background.


White color preview on #838079 background

This text has white color on #838079 background.