COLOR #033316

HEX: #033316
RGB: (3,51,22)

Color info

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

RGB color model

#033316 color RGB value is (3,51,22).

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

RGB channels and saturation

R 3 of 255 = 1%
G 51 of 255 = 20%
B 22 of 255 = 9%

3
51
22

R + G + B ~ 10%. #033316 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 51 + 22 = 76 (100%)
R 3 of 76 ~ 3.95%
G 51 of 76 ~ 67.11%
B 22 of 76 ~ 28.95%

%67.11
%28.95

CMYK color model

#033316 color CMYK value is (94,0,57,80).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(94,0,57,80)
C94M0Y57K80 
(94%,0%,57%,80%)
(0.94/0.00/0.57/0.80)	

CMYK percentages

%94.12
%0
%56.86
%80

Codes

Color #033316 in popluar color models

033316
RGB35122
HSL144°88.89%10.59%
HSB/HSV144°94.12%20.00%
CMYK94.12%0.00%56.86%
80.00%

Color #033316 in popluar number systems.

HEX033316
Decimal35122
Binary1111001110110
Octal36326

Shades and tints

Shades of #033316

#033316
(3,51,22)
#032F14
(3,47,20)
#032B12
(3,43,18)
#032710
(3,39,16)
#03230E
(3,35,14)
#031F0C
(3,31,12)
#031B0A
(3,27,10)
#031708
(3,23,8)
#031306
(3,19,6)
#030F04
(3,15,4)
#030B02
(3,11,2)
#000000
(0,0,0)

Tints of #033316

#033316
(3,51,22)
#19452B
(25,69,43)
#2F5740
(47,87,64)
#456955
(69,105,85)
#5B7B6A
(91,123,106)
#718D7F
(113,141,127)
#879F94
(135,159,148)
#9DB1A9
(157,177,169)
#B3C3BE
(179,195,190)
#C9D5D3
(201,213,211)
#DFE7E8
(223,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033316; }

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

This text font color is #033316.


Background Color

.myBgColor { background-color: #033316; }

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

This div background color is #033316.


Border color

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

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

This div border color is #033316.


Opacity

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

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

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

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

This text has shadow with #033316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033316 on black background.


Color preview on white background

This text has color #033316 on white background.



Black color preview on #033316 background

This text has black color on #033316 background.


White color preview on #033316 background

This text has white color on #033316 background.