COLOR #858379

HEX: #858379
RGB: (133,131,121)

Renk bilgisi

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

RGB renk modeli

#858379 color RGB value is (133,131,121).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 131 of 255 = 51%
B 121 of 255 = 47%

133
131
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 131 + 121 = 385 (100%)
R 133 of 385 ~ 34.55%
G 131 of 385 ~ 34.03%
B 121 of 385 ~ 31.43%

%34.55
%34.03
%31.43

CMYK RENK MODELİ

#858379 rengi CMYK tonu (0,2,9,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.50%
  • sarı tonu 9.02%
  • ana renk tonu 47.84%
CMYK:
(0,2,9,48)
C0M2Y9K48 
(0%,2%,9%,48%)
(0.00/0.02/0.09/0.48)	

CMYK yüzdeleri

%0
%1.5
%9.02
%47.84

Codes

Color #858379 in popluar color models

858379
RGB133131121
HSL50°4.72%49.80%
HSB/HSV50°9.02%52.16%
CMYK0.00%1.50%9.02%
47.84%

Color #858379 in popluar number systems.

HEX858379
Decimal133131121
Binary10000101100000111111001
Octal205203171

Shades and tints

Shades of #858379

#858379
(133,131,121)
#79786E
(121,120,110)
#6D6D63
(109,109,99)
#616258
(97,98,88)
#55574D
(85,87,77)
#494C42
(73,76,66)
#3D4137
(61,65,55)
#31362C
(49,54,44)
#252B21
(37,43,33)
#192016
(25,32,22)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #858379

#858379
(133,131,121)
#908E85
(144,142,133)
#9B9991
(155,153,145)
#A6A49D
(166,164,157)
#B1AFA9
(177,175,169)
#BCBAB5
(188,186,181)
#C7C5C1
(199,197,193)
#D2D0CD
(210,208,205)
#DDDBD9
(221,219,217)
#E8E6E5
(232,230,229)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858379; }

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

This text font color is #858379.


Background Color

.myBgColor { background-color: #858379; }

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

This div background color is #858379.


Border color

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

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

This div border color is #858379.


Opacity

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

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

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

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

This text has shadow with #858379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858379 on black background.


Color preview on white background

This text has color #858379 on white background.



Black color preview on #858379 background

This text has black color on #858379 background.


White color preview on #858379 background

This text has white color on #858379 background.