COLOR #995476

HEX: #995476
RGB: (153,84,118)

Renk bilgisi

#995476 contains mainly red and blue colors. #995476 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#995476 color RGB value is (153,84,118).

  • kırmız ton 153;
  • yeşil ton 84;
  • mavi ton 118.
RGB:
(153,84,118)
(60%,33%,46%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 84 of 255 = 33%
B 118 of 255 = 46%

153
84
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 84 + 118 = 355 (100%)
R 153 of 355 ~ 43.1%
G 84 of 355 ~ 23.66%
B 118 of 355 ~ 33.24%

%43.1
%23.66
%33.24

CMYK RENK MODELİ

#995476 rengi CMYK tonu (0,45,23,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.10%
  • sarı tonu 22.88%
  • ana renk tonu 40.00%
CMYK:
(0,45,23,40)
C0M45Y23K40 
(0%,45%,23%,40%)
(0.00/0.45/0.23/0.40)	

CMYK yüzdeleri

%0
%45.1
%22.88
%40

Codes

Color #995476 in popluar color models

995476
RGB15384118
HSL330°29.11%46.47%
HSB/HSV330°45.10%60.00%
CMYK0.00%45.10%22.88%
40.00%

Color #995476 in popluar number systems.

HEX995476
Decimal15384118
Binary1001100110101001110110
Octal231124166

Shades and tints

Shades of #995476

#995476
(153,84,118)
#8C4D6C
(140,77,108)
#7F4662
(127,70,98)
#723F58
(114,63,88)
#65384E
(101,56,78)
#583144
(88,49,68)
#4B2A3A
(75,42,58)
#3E2330
(62,35,48)
#311C26
(49,28,38)
#24151C
(36,21,28)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #995476

#995476
(153,84,118)
#A26382
(162,99,130)
#AB728E
(171,114,142)
#B4819A
(180,129,154)
#BD90A6
(189,144,166)
#C69FB2
(198,159,178)
#CFAEBE
(207,174,190)
#D8BDCA
(216,189,202)
#E1CCD6
(225,204,214)
#EADBE2
(234,219,226)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995476 color. Also use rgb(153,84,118) instead hex code.

Text Font Color

.myTextColor { color: #995476; }

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

This text font color is #995476.


Background Color

.myBgColor { background-color: #995476; }

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

This div background color is #995476.


Border color

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

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

This div border color is #995476.


Opacity

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

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

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

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

This text has shadow with #995476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995476 on black background.


Color preview on white background

This text has color #995476 on white background.



Black color preview on #995476 background

This text has black color on #995476 background.


White color preview on #995476 background

This text has white color on #995476 background.