COLOR #886473

HEX: #886473
RGB: (136,100,115)

Renk bilgisi

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

RGB renk modeli

#886473 color RGB value is (136,100,115).

  • kırmız ton 136;
  • yeşil ton 100;
  • mavi ton 115.
RGB:
(136,100,115)
(53%,39%,45%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 100 of 255 = 39%
B 115 of 255 = 45%

136
100
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 100 + 115 = 351 (100%)
R 136 of 351 ~ 38.75%
G 100 of 351 ~ 28.49%
B 115 of 351 ~ 32.76%

%38.75
%28.49
%32.76

CMYK RENK MODELİ

#886473 rengi CMYK tonu (0,26,15,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.47%
  • sarı tonu 15.44%
  • ana renk tonu 46.67%
CMYK:
(0,26,15,47)
C0M26Y15K47 
(0%,26%,15%,47%)
(0.00/0.26/0.15/0.47)	

CMYK yüzdeleri

%0
%26.47
%15.44
%46.67

Codes

Color #886473 in popluar color models

886473
RGB136100115
HSL335°15.25%46.27%
HSB/HSV335°26.47%53.33%
CMYK0.00%26.47%15.44%
46.67%

Color #886473 in popluar number systems.

HEX886473
Decimal136100115
Binary1000100011001001110011
Octal210144163

Shades and tints

Shades of #886473

#886473
(136,100,115)
#7C5B69
(124,91,105)
#70525F
(112,82,95)
#644955
(100,73,85)
#58404B
(88,64,75)
#4C3741
(76,55,65)
#402E37
(64,46,55)
#34252D
(52,37,45)
#281C23
(40,28,35)
#1C1319
(28,19,25)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #886473

#886473
(136,100,115)
#92727F
(146,114,127)
#9C808B
(156,128,139)
#A68E97
(166,142,151)
#B09CA3
(176,156,163)
#BAAAAF
(186,170,175)
#C4B8BB
(196,184,187)
#CEC6C7
(206,198,199)
#D8D4D3
(216,212,211)
#E2E2DF
(226,226,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886473 color. Also use rgb(136,100,115) instead hex code.

Text Font Color

.myTextColor { color: #886473; }

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

This text font color is #886473.


Background Color

.myBgColor { background-color: #886473; }

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

This div background color is #886473.


Border color

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

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

This div border color is #886473.


Opacity

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

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

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

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

This text has shadow with #886473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886473 on black background.


Color preview on white background

This text has color #886473 on white background.



Black color preview on #886473 background

This text has black color on #886473 background.


White color preview on #886473 background

This text has white color on #886473 background.