COLOR #996372

HEX: #996372
RGB: (153,99,114)

Renk bilgisi

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

RGB renk modeli

#996372 color RGB value is (153,99,114).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 99 of 255 = 39%
B 114 of 255 = 45%

153
99
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 99 + 114 = 366 (100%)
R 153 of 366 ~ 41.8%
G 99 of 366 ~ 27.05%
B 114 of 366 ~ 31.15%

%41.8
%27.05
%31.15

CMYK RENK MODELİ

#996372 rengi CMYK tonu (0,35,25,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.29%
  • sarı tonu 25.49%
  • ana renk tonu 40.00%
CMYK:
(0,35,25,40)
C0M35Y25K40 
(0%,35%,25%,40%)
(0.00/0.35/0.25/0.40)	

CMYK yüzdeleri

%0
%35.29
%25.49
%40

Codes

Color #996372 in popluar color models

996372
RGB15399114
HSL343°21.43%49.41%
HSB/HSV343°35.29%60.00%
CMYK0.00%35.29%25.49%
40.00%

Color #996372 in popluar number systems.

HEX996372
Decimal15399114
Binary1001100111000111110010
Octal231143162

Shades and tints

Shades of #996372

#996372
(153,99,114)
#8C5A68
(140,90,104)
#7F515E
(127,81,94)
#724854
(114,72,84)
#653F4A
(101,63,74)
#583640
(88,54,64)
#4B2D36
(75,45,54)
#3E242C
(62,36,44)
#311B22
(49,27,34)
#241218
(36,18,24)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #996372

#996372
(153,99,114)
#A2717E
(162,113,126)
#AB7F8A
(171,127,138)
#B48D96
(180,141,150)
#BD9BA2
(189,155,162)
#C6A9AE
(198,169,174)
#CFB7BA
(207,183,186)
#D8C5C6
(216,197,198)
#E1D3D2
(225,211,210)
#EAE1DE
(234,225,222)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996372; }

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

This text font color is #996372.


Background Color

.myBgColor { background-color: #996372; }

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

This div background color is #996372.


Border color

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

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

This div border color is #996372.


Opacity

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

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

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

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

This text has shadow with #996372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996372 on black background.


Color preview on white background

This text has color #996372 on white background.



Black color preview on #996372 background

This text has black color on #996372 background.


White color preview on #996372 background

This text has white color on #996372 background.