COLOR #993328

HEX: #993328
RGB: (153,51,40)

Renk bilgisi

#993328 contains mainly red color. #993328 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#993328 color RGB value is (153,51,40).

  • kırmız ton 153;
  • yeşil ton 51;
  • mavi ton 40.
RGB:
(153,51,40)
(60%,20%,16%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 51 of 255 = 20%
B 40 of 255 = 16%

153
51
40

R + G + B ~ 32%. #993328 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 51 + 40 = 244 (100%)
R 153 of 244 ~ 62.7%
G 51 of 244 ~ 20.9%
B 40 of 244 ~ 16.39%

%62.7
%20.9
%16.39

CMYK RENK MODELİ

#993328 rengi CMYK tonu (0,67,74,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 73.86%
  • ana renk tonu 40.00%
CMYK:
(0,67,74,40)
C0M67Y74K40 
(0%,67%,74%,40%)
(0.00/0.67/0.74/0.40)	

CMYK yüzdeleri

%0
%66.67
%73.86
%40

Codes

Color #993328 in popluar color models

993328
RGB1535140
HSL58.55%37.84%
HSB/HSV73.86%60.00%
CMYK0.00%66.67%73.86%
40.00%

Color #993328 in popluar number systems.

HEX993328
Decimal1535140
Binary10011001110011101000
Octal2316350

Shades and tints

Shades of #993328

#993328
(153,51,40)
#8C2F25
(140,47,37)
#7F2B22
(127,43,34)
#72271F
(114,39,31)
#65231C
(101,35,28)
#581F19
(88,31,25)
#4B1B16
(75,27,22)
#3E1713
(62,23,19)
#311310
(49,19,16)
#240F0D
(36,15,13)
#170B0A
(23,11,10)
#000000
(0,0,0)

Tints of #993328

#993328
(153,51,40)
#A2453B
(162,69,59)
#AB574E
(171,87,78)
#B46961
(180,105,97)
#BD7B74
(189,123,116)
#C68D87
(198,141,135)
#CF9F9A
(207,159,154)
#D8B1AD
(216,177,173)
#E1C3C0
(225,195,192)
#EAD5D3
(234,213,211)
#F3E7E6
(243,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993328 color. Also use rgb(153,51,40) instead hex code.

Text Font Color

.myTextColor { color: #993328; }

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

This text font color is #993328.


Background Color

.myBgColor { background-color: #993328; }

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

This div background color is #993328.


Border color

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

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

This div border color is #993328.


Opacity

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

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

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

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

This text has shadow with #993328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993328 on black background.


Color preview on white background

This text has color #993328 on white background.



Black color preview on #993328 background

This text has black color on #993328 background.


White color preview on #993328 background

This text has white color on #993328 background.