COLOR #033A13

HEX: #033A13
RGB: (3,58,19)

Color info

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

RGB color model

#033A13 color RGB value is (3,58,19).

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

RGB channels and saturation

R 3 of 255 = 1%
G 58 of 255 = 23%
B 19 of 255 = 7%

3
58
19

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

Portions of RGB colors in percentages

R + G + B =
3 + 58 + 19 = 80 (100%)
R 3 of 80 ~ 3.75%
G 58 of 80 ~ 72.5%
B 19 of 80 ~ 23.75%

%72.5
%23.75

CMYK color model

#033A13 color CMYK value is (95,0,67,77).

  • cyan value is 94.83%
  • magenta value is 0.00%
  • yellow value is 67.24%
  • key color value is 77.25%
CMYK:
(95,0,67,77)
C95M0Y67K77 
(95%,0%,67%,77%)
(0.95/0.00/0.67/0.77)	

CMYK percentages

%94.83
%0
%67.24
%77.25

Codes

Color #033A13 in popluar color models

033A13
RGB35819
HSL137°90.16%11.96%
HSB/HSV137°94.83%22.75%
CMYK94.83%0.00%67.24%
77.25%

Color #033A13 in popluar number systems.

HEX033A13
Decimal35819
Binary1111101010011
Octal37223

Shades and tints

Shades of #033A13

#033A13
(3,58,19)
#033512
(3,53,18)
#033011
(3,48,17)
#032B10
(3,43,16)
#03260F
(3,38,15)
#03210E
(3,33,14)
#031C0D
(3,28,13)
#03170C
(3,23,12)
#03120B
(3,18,11)
#030D0A
(3,13,10)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #033A13

#033A13
(3,58,19)
#194B28
(25,75,40)
#2F5C3D
(47,92,61)
#456D52
(69,109,82)
#5B7E67
(91,126,103)
#718F7C
(113,143,124)
#87A091
(135,160,145)
#9DB1A6
(157,177,166)
#B3C2BB
(179,194,187)
#C9D3D0
(201,211,208)
#DFE4E5
(223,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033A13; }

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

This text font color is #033A13.


Background Color

.myBgColor { background-color: #033A13; }

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

This div background color is #033A13.


Border color

.myBorderColor { border: 1px solid #033A13; }

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

This div border color is #033A13.


Opacity

.myOpacity80 { color: #033A13; opacity: 0.8; }

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

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

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

This text has shadow with #033A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033A13 on black background.


Color preview on white background

This text has color #033A13 on white background.



Black color preview on #033A13 background

This text has black color on #033A13 background.


White color preview on #033A13 background

This text has white color on #033A13 background.