COLOR #033313

HEX: #033313
RGB: (3,51,19)

Color info

#033313 contains red, green and blue colors in about the same proportion. Web safe color of #033313 is #003300 (or #030).

RGB color model

#033313 color RGB value is (3,51,19).

  • red value is 3;
  • green value is 51;
  • blue value is 19.
RGB:
(3,51,19)
(1%,20%,7%)

RGB channels and saturation

R 3 of 255 = 1%
G 51 of 255 = 20%
B 19 of 255 = 7%

3
51
19

R + G + B ~ 9%. #033313 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 51 + 19 = 73 (100%)
R 3 of 73 ~ 4.11%
G 51 of 73 ~ 69.86%
B 19 of 73 ~ 26.03%

%69.86
%26.03

CMYK color model

#033313 color CMYK value is (94,0,63,80).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(94,0,63,80)
C94M0Y63K80 
(94%,0%,63%,80%)
(0.94/0.00/0.63/0.80)	

CMYK percentages

%94.12
%0
%62.75
%80

Codes

Color #033313 in popluar color models

033313
RGB35119
HSL140°88.89%10.59%
HSB/HSV140°94.12%20.00%
CMYK94.12%0.00%62.75%
80.00%

Color #033313 in popluar number systems.

HEX033313
Decimal35119
Binary1111001110011
Octal36323

Shades and tints

Shades of #033313

#033313
(3,51,19)
#032F12
(3,47,18)
#032B11
(3,43,17)
#032710
(3,39,16)
#03230F
(3,35,15)
#031F0E
(3,31,14)
#031B0D
(3,27,13)
#03170C
(3,23,12)
#03130B
(3,19,11)
#030F0A
(3,15,10)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #033313

#033313
(3,51,19)
#194528
(25,69,40)
#2F573D
(47,87,61)
#456952
(69,105,82)
#5B7B67
(91,123,103)
#718D7C
(113,141,124)
#879F91
(135,159,145)
#9DB1A6
(157,177,166)
#B3C3BB
(179,195,187)
#C9D5D0
(201,213,208)
#DFE7E5
(223,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033313; }

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

This text font color is #033313.


Background Color

.myBgColor { background-color: #033313; }

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

This div background color is #033313.


Border color

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

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

This div border color is #033313.


Opacity

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

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

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

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

This text has shadow with #033313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033313 on black background.


Color preview on white background

This text has color #033313 on white background.



Black color preview on #033313 background

This text has black color on #033313 background.


White color preview on #033313 background

This text has white color on #033313 background.