COLOR #996378

HEX: #996378
RGB: (153,99,120)

Renk bilgisi

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

RGB renk modeli

#996378 color RGB value is (153,99,120).

  • kırmız ton 153;
  • yeşil ton 99;
  • mavi ton 120.
RGB:
(153,99,120)
(60%,39%,47%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 99 of 255 = 39%
B 120 of 255 = 47%

153
99
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 99 + 120 = 372 (100%)
R 153 of 372 ~ 41.13%
G 99 of 372 ~ 26.61%
B 120 of 372 ~ 32.26%

%41.13
%26.61
%32.26

CMYK RENK MODELİ

#996378 rengi CMYK tonu (0,35,22,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.29%
  • sarı tonu 21.57%
  • ana renk tonu 40.00%
CMYK:
(0,35,22,40)
C0M35Y22K40 
(0%,35%,22%,40%)
(0.00/0.35/0.22/0.40)	

CMYK yüzdeleri

%0
%35.29
%21.57
%40

Codes

Color #996378 in popluar color models

996378
RGB15399120
HSL337°21.43%49.41%
HSB/HSV337°35.29%60.00%
CMYK0.00%35.29%21.57%
40.00%

Color #996378 in popluar number systems.

HEX996378
Decimal15399120
Binary1001100111000111111000
Octal231143170

Shades and tints

Shades of #996378

#996378
(153,99,120)
#8C5A6E
(140,90,110)
#7F5164
(127,81,100)
#72485A
(114,72,90)
#653F50
(101,63,80)
#583646
(88,54,70)
#4B2D3C
(75,45,60)
#3E2432
(62,36,50)
#311B28
(49,27,40)
#24121E
(36,18,30)
#170914
(23,9,20)
#000000
(0,0,0)

Tints of #996378

#996378
(153,99,120)
#A27184
(162,113,132)
#AB7F90
(171,127,144)
#B48D9C
(180,141,156)
#BD9BA8
(189,155,168)
#C6A9B4
(198,169,180)
#CFB7C0
(207,183,192)
#D8C5CC
(216,197,204)
#E1D3D8
(225,211,216)
#EAE1E4
(234,225,228)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996378 color. Also use rgb(153,99,120) instead hex code.

Text Font Color

.myTextColor { color: #996378; }

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

This text font color is #996378.


Background Color

.myBgColor { background-color: #996378; }

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

This div background color is #996378.


Border color

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

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

This div border color is #996378.


Opacity

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

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

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

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

This text has shadow with #996378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996378 on black background.


Color preview on white background

This text has color #996378 on white background.



Black color preview on #996378 background

This text has black color on #996378 background.


White color preview on #996378 background

This text has white color on #996378 background.