COLOR #33093D

HEX: #33093D
RGB: (51,9,61)

Color info

#33093D contains red, green and blue colors in about the same proportion. Web safe color of #33093D is #330033 (or #303).

RGB color model

#33093D color RGB value is (51,9,61).

  • red value is 51;
  • green value is 9;
  • blue value is 61.
RGB:
(51,9,61)
(20%,4%,24%)

RGB channels and saturation

R 51 of 255 = 20%
G 9 of 255 = 4%
B 61 of 255 = 24%

51
9
61

R + G + B ~ 16%. #33093D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 9 + 61 = 121 (100%)
R 51 of 121 ~ 42.15%
G 9 of 121 ~ 7.44%
B 61 of 121 ~ 50.41%

%42.15
%50.41

CMYK color model

#33093D color CMYK value is (16,85,0,76).

  • cyan value is 16.39%
  • magenta value is 85.25%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(16,85,0,76)
C16M85Y0K76 
(16%,85%,0%,76%)
(0.16/0.85/0.00/0.76)	

CMYK percentages

%16.39
%85.25
%0
%76.08

Codes

Color #33093D in popluar color models

33093D
RGB51961
HSL288°74.29%13.73%
HSB/HSV288°85.25%23.92%
CMYK16.39%85.25%0.00%
76.08%

Color #33093D in popluar number systems.

HEX33093D
Decimal51961
Binary1100111001111101
Octal631175

Shades and tints

Shades of #33093D

#33093D
(51,9,61)
#2F0938
(47,9,56)
#2B0933
(43,9,51)
#27092E
(39,9,46)
#230929
(35,9,41)
#1F0924
(31,9,36)
#1B091F
(27,9,31)
#17091A
(23,9,26)
#130915
(19,9,21)
#0F0910
(15,9,16)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #33093D

#33093D
(51,9,61)
#451F4E
(69,31,78)
#57355F
(87,53,95)
#694B70
(105,75,112)
#7B6181
(123,97,129)
#8D7792
(141,119,146)
#9F8DA3
(159,141,163)
#B1A3B4
(177,163,180)
#C3B9C5
(195,185,197)
#D5CFD6
(213,207,214)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33093D color. Also use rgb(51,9,61) instead hex code.

Text Font Color

.myTextColor { color: #33093D; }

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

This text font color is #33093D.


Background Color

.myBgColor { background-color: #33093D; }

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

This div background color is #33093D.


Border color

.myBorderColor { border: 1px solid #33093D; }

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

This div border color is #33093D.


Opacity

.myOpacity80 { color: #33093D; opacity: 0.8; }

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

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

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

This text has shadow with #33093D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33093D on black background.


Color preview on white background

This text has color #33093D on white background.



Black color preview on #33093D background

This text has black color on #33093D background.


White color preview on #33093D background

This text has white color on #33093D background.