COLOR #993333

HEX: #993333
RGB: (153,51,51)

Renk bilgisi

#993333 contains mainly red color. #993333 color is web safe color. It maybe written shortly as #933.

RGB renk modeli

#993333 color RGB value is (153,51,51).

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

RGB bağlantıları ve doygunluk

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

153
51
51

R + G + B ~ 33%. #993333 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 51 + 51 = 255 (100%)
R 153 of 255 ~ 60%
G 51 of 255 ~ 20%
B 51 of 255 ~ 20%

%60
%20
%20

CMYK RENK MODELİ

#993333 rengi CMYK tonu (0,67,67,40).

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

CMYK yüzdeleri

%0
%66.67
%66.67
%40

Codes

Color #993333 in popluar color models

993333
RGB1535151
HSL50.00%40.00%
HSB/HSV66.67%60.00%
CMYK0.00%66.67%66.67%
40.00%

Color #993333 in popluar number systems.

HEX993333
Decimal1535151
Binary10011001110011110011
Octal2316363

Shades and tints

Shades of #993333

#993333
(153,51,51)
#8C2F2F
(140,47,47)
#7F2B2B
(127,43,43)
#722727
(114,39,39)
#652323
(101,35,35)
#581F1F
(88,31,31)
#4B1B1B
(75,27,27)
#3E1717
(62,23,23)
#311313
(49,19,19)
#240F0F
(36,15,15)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #993333

#993333
(153,51,51)
#A24545
(162,69,69)
#AB5757
(171,87,87)
#B46969
(180,105,105)
#BD7B7B
(189,123,123)
#C68D8D
(198,141,141)
#CF9F9F
(207,159,159)
#D8B1B1
(216,177,177)
#E1C3C3
(225,195,195)
#EAD5D5
(234,213,213)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993333; }

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

This text font color is #993333.


Background Color

.myBgColor { background-color: #993333; }

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

This div background color is #993333.


Border color

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

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

This div border color is #993333.


Opacity

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

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

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

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

This text has shadow with #993333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993333 on black background.


Color preview on white background

This text has color #993333 on white background.



Black color preview on #993333 background

This text has black color on #993333 background.


White color preview on #993333 background

This text has white color on #993333 background.