COLOR #858473

HEX: #858473
RGB: (133,132,115)

Renk bilgisi

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

RGB renk modeli

#858473 color RGB value is (133,132,115).

  • kırmız ton 133;
  • yeşil ton 132;
  • mavi ton 115.
RGB:
(133,132,115)
(52%,52%,45%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 132 of 255 = 52%
B 115 of 255 = 45%

133
132
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 132 + 115 = 380 (100%)
R 133 of 380 ~ 35%
G 132 of 380 ~ 34.74%
B 115 of 380 ~ 30.26%

%35
%34.74
%30.26

CMYK RENK MODELİ

#858473 rengi CMYK tonu (0,1,14,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.75%
  • sarı tonu 13.53%
  • ana renk tonu 47.84%
CMYK:
(0,1,14,48)
C0M1Y14K48 
(0%,1%,14%,48%)
(0.00/0.01/0.14/0.48)	

CMYK yüzdeleri

%0
%0.75
%13.53
%47.84

Codes

Color #858473 in popluar color models

858473
RGB133132115
HSL57°7.26%48.63%
HSB/HSV57°13.53%52.16%
CMYK0.00%0.75%13.53%
47.84%

Color #858473 in popluar number systems.

HEX858473
Decimal133132115
Binary10000101100001001110011
Octal205204163

Shades and tints

Shades of #858473

#858473
(133,132,115)
#797869
(121,120,105)
#6D6C5F
(109,108,95)
#616055
(97,96,85)
#55544B
(85,84,75)
#494841
(73,72,65)
#3D3C37
(61,60,55)
#31302D
(49,48,45)
#252423
(37,36,35)
#191819
(25,24,25)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #858473

#858473
(133,132,115)
#908F7F
(144,143,127)
#9B9A8B
(155,154,139)
#A6A597
(166,165,151)
#B1B0A3
(177,176,163)
#BCBBAF
(188,187,175)
#C7C6BB
(199,198,187)
#D2D1C7
(210,209,199)
#DDDCD3
(221,220,211)
#E8E7DF
(232,231,223)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858473 color. Also use rgb(133,132,115) instead hex code.

Text Font Color

.myTextColor { color: #858473; }

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

This text font color is #858473.


Background Color

.myBgColor { background-color: #858473; }

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

This div background color is #858473.


Border color

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

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

This div border color is #858473.


Opacity

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

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

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

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

This text has shadow with #858473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858473 on black background.


Color preview on white background

This text has color #858473 on white background.



Black color preview on #858473 background

This text has black color on #858473 background.


White color preview on #858473 background

This text has white color on #858473 background.