COLOR #033D11

HEX: #033D11
RGB: (3,61,17)

Color info

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

RGB color model

#033D11 color RGB value is (3,61,17).

  • red value is 3;
  • green value is 61;
  • blue value is 17.
RGB:
(3,61,17)
(1%,24%,7%)

RGB channels and saturation

R 3 of 255 = 1%
G 61 of 255 = 24%
B 17 of 255 = 7%

3
61
17

R + G + B ~ 11%. #033D11 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 61 + 17 = 81 (100%)
R 3 of 81 ~ 3.7%
G 61 of 81 ~ 75.31%
B 17 of 81 ~ 20.99%

%75.31
%20.99

CMYK color model

#033D11 color CMYK value is (95,0,72,76).

  • cyan value is 95.08%
  • magenta value is 0.00%
  • yellow value is 72.13%
  • key color value is 76.08%
CMYK:
(95,0,72,76)
C95M0Y72K76 
(95%,0%,72%,76%)
(0.95/0.00/0.72/0.76)	

CMYK percentages

%95.08
%0
%72.13
%76.08

Codes

Color #033D11 in popluar color models

033D11
RGB36117
HSL134°90.63%12.55%
HSB/HSV134°95.08%23.92%
CMYK95.08%0.00%72.13%
76.08%

Color #033D11 in popluar number systems.

HEX033D11
Decimal36117
Binary1111110110001
Octal37521

Shades and tints

Shades of #033D11

#033D11
(3,61,17)
#033810
(3,56,16)
#03330F
(3,51,15)
#032E0E
(3,46,14)
#03290D
(3,41,13)
#03240C
(3,36,12)
#031F0B
(3,31,11)
#031A0A
(3,26,10)
#031509
(3,21,9)
#031008
(3,16,8)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #033D11

#033D11
(3,61,17)
#194E26
(25,78,38)
#2F5F3B
(47,95,59)
#457050
(69,112,80)
#5B8165
(91,129,101)
#71927A
(113,146,122)
#87A38F
(135,163,143)
#9DB4A4
(157,180,164)
#B3C5B9
(179,197,185)
#C9D6CE
(201,214,206)
#DFE7E3
(223,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033D11 color. Also use rgb(3,61,17) instead hex code.

Text Font Color

.myTextColor { color: #033D11; }

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

This text font color is #033D11.


Background Color

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

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

This div background color is #033D11.


Border color

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

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

This div border color is #033D11.


Opacity

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

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

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

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

This text has shadow with #033D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033D11 on black background.


Color preview on white background

This text has color #033D11 on white background.



Black color preview on #033D11 background

This text has black color on #033D11 background.


White color preview on #033D11 background

This text has white color on #033D11 background.