COLOR #033C08

HEX: #033C08
RGB: (3,60,8)

Color info

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

RGB color model

#033C08 color RGB value is (3,60,8).

  • red value is 3;
  • green value is 60;
  • blue value is 8.
RGB:
(3,60,8)
(1%,24%,3%)

RGB channels and saturation

R 3 of 255 = 1%
G 60 of 255 = 24%
B 8 of 255 = 3%

3
60
8

R + G + B ~ 9%. #033C08 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 60 + 8 = 71 (100%)
R 3 of 71 ~ 4.23%
G 60 of 71 ~ 84.51%
B 8 of 71 ~ 11.27%

%84.51
%11.27

CMYK color model

#033C08 color CMYK value is (95,0,87,76).

  • cyan value is 95.00%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 76.47%
CMYK:
(95,0,87,76)
C95M0Y87K76 
(95%,0%,87%,76%)
(0.95/0.00/0.87/0.76)	

CMYK percentages

%95
%0
%86.67
%76.47

Codes

Color #033C08 in popluar color models

033C08
RGB3608
HSL125°90.48%12.35%
HSB/HSV125°95.00%23.53%
CMYK95.00%0.00%86.67%
76.47%

Color #033C08 in popluar number systems.

HEX033C08
Decimal3608
Binary111111001000
Octal37410

Shades and tints

Shades of #033C08

#033C08
(3,60,8)
#033708
(3,55,8)
#033208
(3,50,8)
#032D08
(3,45,8)
#032808
(3,40,8)
#032308
(3,35,8)
#031E08
(3,30,8)
#031908
(3,25,8)
#031408
(3,20,8)
#030F08
(3,15,8)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #033C08

#033C08
(3,60,8)
#194D1E
(25,77,30)
#2F5E34
(47,94,52)
#456F4A
(69,111,74)
#5B8060
(91,128,96)
#719176
(113,145,118)
#87A28C
(135,162,140)
#9DB3A2
(157,179,162)
#B3C4B8
(179,196,184)
#C9D5CE
(201,213,206)
#DFE6E4
(223,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033C08 color. Also use rgb(3,60,8) instead hex code.

Text Font Color

.myTextColor { color: #033C08; }

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

This text font color is #033C08.


Background Color

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

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

This div background color is #033C08.


Border color

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

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

This div border color is #033C08.


Opacity

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

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

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

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

This text has shadow with #033C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033C08 on black background.


Color preview on white background

This text has color #033C08 on white background.



Black color preview on #033C08 background

This text has black color on #033C08 background.


White color preview on #033C08 background

This text has white color on #033C08 background.