COLOR #033F0B

HEX: #033F0B
RGB: (3,63,11)

Color info

#033F0B contains mainly green and blue colors. Web safe color of #033F0B is #003300 (or #030).

RGB color model

#033F0B color RGB value is (3,63,11).

  • red value is 3;
  • green value is 63;
  • blue value is 11.
RGB:
(3,63,11)
(1%,25%,4%)

RGB channels and saturation

R 3 of 255 = 1%
G 63 of 255 = 25%
B 11 of 255 = 4%

3
63
11

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

Portions of RGB colors in percentages

R + G + B =
3 + 63 + 11 = 77 (100%)
R 3 of 77 ~ 3.9%
G 63 of 77 ~ 81.82%
B 11 of 77 ~ 14.29%

%81.82
%14.29

CMYK color model

#033F0B color CMYK value is (95,0,83,75).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 82.54%
  • key color value is 75.29%
CMYK:
(95,0,83,75)
C95M0Y83K75 
(95%,0%,83%,75%)
(0.95/0.00/0.83/0.75)	

CMYK percentages

%95.24
%0
%82.54
%75.29

Codes

Color #033F0B in popluar color models

033F0B
RGB36311
HSL128°90.91%12.94%
HSB/HSV128°95.24%24.71%
CMYK95.24%0.00%82.54%
75.29%

Color #033F0B in popluar number systems.

HEX033F0B
Decimal36311
Binary111111111011
Octal37713

Shades and tints

Shades of #033F0B

#033F0B
(3,63,11)
#033A0A
(3,58,10)
#033509
(3,53,9)
#033008
(3,48,8)
#032B07
(3,43,7)
#032606
(3,38,6)
#032105
(3,33,5)
#031C04
(3,28,4)
#031703
(3,23,3)
#031202
(3,18,2)
#030D01
(3,13,1)
#000000
(0,0,0)

Tints of #033F0B

#033F0B
(3,63,11)
#195021
(25,80,33)
#2F6137
(47,97,55)
#45724D
(69,114,77)
#5B8363
(91,131,99)
#719479
(113,148,121)
#87A58F
(135,165,143)
#9DB6A5
(157,182,165)
#B3C7BB
(179,199,187)
#C9D8D1
(201,216,209)
#DFE9E7
(223,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033F0B color. Also use rgb(3,63,11) instead hex code.

Text Font Color

.myTextColor { color: #033F0B; }

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

This text font color is #033F0B.


Background Color

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

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

This div background color is #033F0B.


Border color

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

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

This div border color is #033F0B.


Opacity

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

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

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

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

This text has shadow with #033F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033F0B on black background.


Color preview on white background

This text has color #033F0B on white background.



Black color preview on #033F0B background

This text has black color on #033F0B background.


White color preview on #033F0B background

This text has white color on #033F0B background.