COLOR #848379

HEX: #848379
RGB: (132,131,121)

Renk bilgisi

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

RGB renk modeli

#848379 color RGB value is (132,131,121).

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

RGB bağlantıları ve doygunluk

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

132
131
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 131 + 121 = 384 (100%)
R 132 of 384 ~ 34.38%
G 131 of 384 ~ 34.11%
B 121 of 384 ~ 31.51%

%34.38
%34.11
%31.51

CMYK RENK MODELİ

#848379 rengi CMYK tonu (0,1,8,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.76%
  • sarı tonu 8.33%
  • ana renk tonu 48.24%
CMYK:
(0,1,8,48)
C0M1Y8K48 
(0%,1%,8%,48%)
(0.00/0.01/0.08/0.48)	

CMYK yüzdeleri

%0
%0.76
%8.33
%48.24

Codes

Color #848379 in popluar color models

848379
RGB132131121
HSL55°4.35%49.61%
HSB/HSV55°8.33%51.76%
CMYK0.00%0.76%8.33%
48.24%

Color #848379 in popluar number systems.

HEX848379
Decimal132131121
Binary10000100100000111111001
Octal204203171

Shades and tints

Shades of #848379

#848379
(132,131,121)
#78786E
(120,120,110)
#6C6D63
(108,109,99)
#606258
(96,98,88)
#54574D
(84,87,77)
#484C42
(72,76,66)
#3C4137
(60,65,55)
#30362C
(48,54,44)
#242B21
(36,43,33)
#182016
(24,32,22)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #848379

#848379
(132,131,121)
#8F8E85
(143,142,133)
#9A9991
(154,153,145)
#A5A49D
(165,164,157)
#B0AFA9
(176,175,169)
#BBBAB5
(187,186,181)
#C6C5C1
(198,197,193)
#D1D0CD
(209,208,205)
#DCDBD9
(220,219,217)
#E7E6E5
(231,230,229)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848379; }

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

This text font color is #848379.


Background Color

.myBgColor { background-color: #848379; }

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

This div background color is #848379.


Border color

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

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

This div border color is #848379.


Opacity

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

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

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

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

This text has shadow with #848379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848379 on black background.


Color preview on white background

This text has color #848379 on white background.



Black color preview on #848379 background

This text has black color on #848379 background.


White color preview on #848379 background

This text has white color on #848379 background.