COLOR #033400

HEX: #033400
RGB: (3,52,0)

Color info

#033400 contains only red and green colors. Web safe color of #033400 is #003300 (or #030).

RGB color model

#033400 color RGB value is (3,52,0).

  • red value is 3;
  • green value is 52;
  • blue value is 0.
RGB:
(3,52,0)
(1%,20%,0%)

RGB channels and saturation

R 3 of 255 = 1%
G 52 of 255 = 20%
B 0 of 255 = 0%

3
52
0

R + G + B ~ 7%. #033400 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 52 + 0 = 55 (100%)
R 3 of 55 ~ 5.45%
G 52 of 55 ~ 94.55%
B 0 of 55 ~ 0%

%94.55

CMYK color model

#033400 color CMYK value is (94,0,100,80).

  • cyan value is 94.23%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 79.61%
CMYK:
(94,0,100,80)
C94M0Y100K80 
(94%,0%,100%,80%)
(0.94/0.00/1.00/0.80)	

CMYK percentages

%94.23
%0
%100
%79.61

Codes

Color #033400 in popluar color models

033400
RGB3520
HSL117°100.00%10.20%
HSB/HSV117°100.00%20.39%
CMYK94.23%0.00%100.00%
79.61%

Color #033400 in popluar number systems.

HEX033400
Decimal3520
Binary111101000
Octal3640

Shades and tints

Shades of #033400

#033400
(3,52,0)
#033000
(3,48,0)
#032C00
(3,44,0)
#032800
(3,40,0)
#032400
(3,36,0)
#032000
(3,32,0)
#031C00
(3,28,0)
#031800
(3,24,0)
#031400
(3,20,0)
#031000
(3,16,0)
#030C00
(3,12,0)
#000000
(0,0,0)

Tints of #033400

#033400
(3,52,0)
#194617
(25,70,23)
#2F582E
(47,88,46)
#456A45
(69,106,69)
#5B7C5C
(91,124,92)
#718E73
(113,142,115)
#87A08A
(135,160,138)
#9DB2A1
(157,178,161)
#B3C4B8
(179,196,184)
#C9D6CF
(201,214,207)
#DFE8E6
(223,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033400 color. Also use rgb(3,52,0) instead hex code.

Text Font Color

.myTextColor { color: #033400; }

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

This text font color is #033400.


Background Color

.myBgColor { background-color: #033400; }

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

This div background color is #033400.


Border color

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

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

This div border color is #033400.


Opacity

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

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

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

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

This text has shadow with #033400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033400 on black background.


Color preview on white background

This text has color #033400 on white background.



Black color preview on #033400 background

This text has black color on #033400 background.


White color preview on #033400 background

This text has white color on #033400 background.