COLOR #990033

HEX: #990033
RGB: (153,0,51)

Renk bilgisi

#990033 contains mainly red color. #990033 color is web safe color. It maybe written shortly as #903.

RGB renk modeli

#990033 color RGB value is (153,0,51).

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

RGB bağlantıları ve doygunluk

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

153
0
51

R + G + B ~ 27%. #990033 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 0 + 51 = 204 (100%)
R 153 of 204 ~ 75%
G 0 of 204 ~ 0%
B 51 of 204 ~ 25%

%75
%25

CMYK RENK MODELİ

#990033 rengi CMYK tonu (0,100,67,40).

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

CMYK yüzdeleri

%0
%100
%66.67
%40

Codes

Color #990033 in popluar color models

990033
RGB153051
HSL340°100.00%30.00%
HSB/HSV340°100.00%60.00%
CMYK0.00%100.00%66.67%
40.00%

Color #990033 in popluar number systems.

HEX990033
Decimal153051
Binary100110010110011
Octal231063

Shades and tints

Shades of #990033

#990033
(153,0,51)
#8C002F
(140,0,47)
#7F002B
(127,0,43)
#720027
(114,0,39)
#650023
(101,0,35)
#58001F
(88,0,31)
#4B001B
(75,0,27)
#3E0017
(62,0,23)
#310013
(49,0,19)
#24000F
(36,0,15)
#17000B
(23,0,11)
#000000
(0,0,0)

Tints of #990033

#990033
(153,0,51)
#A21745
(162,23,69)
#AB2E57
(171,46,87)
#B44569
(180,69,105)
#BD5C7B
(189,92,123)
#C6738D
(198,115,141)
#CF8A9F
(207,138,159)
#D8A1B1
(216,161,177)
#E1B8C3
(225,184,195)
#EACFD5
(234,207,213)
#F3E6E7
(243,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #990033; }

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

This text font color is #990033.


Background Color

.myBgColor { background-color: #990033; }

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

This div background color is #990033.


Border color

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

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

This div border color is #990033.


Opacity

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

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

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

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

This text has shadow with #990033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990033 on black background.


Color preview on white background

This text has color #990033 on white background.



Black color preview on #990033 background

This text has black color on #990033 background.


White color preview on #990033 background

This text has white color on #990033 background.