COLOR #033C33

HEX: #033C33 RGB: (3,60,51)

Color info

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

RGB color model

#033C33 color RGB value is (3,60,51).

RGB: (3,60,51) (1%, 24%, 20%)

RGB channels and saturation

R 3 of 255 = 1%
G 60 of 255 = 24%
B 51 of 255 = 20%

3
60
51

R + G + B ~ 15%. #033C33 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 60 + 51 = 114 (100%)
R 3 of 114 ~ 2.63%
G 60 of 114 ~ 52.63%
B 51 of 114 ~ 44.74'%

%52.63
%44.74

CMYK color model

#033C33 color CMYK value is (95,0,15,76).

  • cyan value is 95.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 76.47%

CMYK: (95,0,15,76)
C95M0Y15K76 (95%, 0%, 15%, 76%)
(0.95 / 0.00 / 0.15 / 0.76)

CMYK percentages

%95
%0
%15
%76.47

Codes

Color #033C33 in popluar color models

03 3C 33
RGB 3 60 51
HSL 171° 90.48% 12.35%
HSB/HSV 171° 95.00% 23.53%
CMYK 95.00% 0.00% 15.00%
76.47%

Color #033C33 in popluar number systems.

HEX 03 3C 33
Decimal 3 60 51
Binary 11 111100 110011
Octal 3 74 63

Shades and tints

Shades of #033C33

#033C33
(3,60,51)
#03372F
(3,55,47)
#03322B
(3,50,43)
#032D27
(3,45,39)
#032823
(3,40,35)
#03231F
(3,35,31)
#031E1B
(3,30,27)
#031917
(3,25,23)
#031413
(3,20,19)
#030F0F
(3,15,15)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #033C33

#033C33
(3,60,51)
#194D45
(25,77,69)
#2F5E57
(47,94,87)
#456F69
(69,111,105)
#5B807B
(91,128,123)
#71918D
(113,145,141)
#87A29F
(135,162,159)
#9DB3B1
(157,179,177)
#B3C4C3
(179,196,195)
#C9D5D5
(201,213,213)
#DFE6E7
(223,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033C33; }

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

This text font color is #033C33.

Background Color

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

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

This div background color is #033C33.

Border color

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

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

This div border color is #033C33.

Opacity

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

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

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

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

This text has shadow with #033C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033C33.

Preview

Color preview on black background

This text has color #033C33 on black background.


Color preview on white background

This text has color #033C33 on white background.


Black color preview on #033C33 background

This text has black color on #033C33 background.


White color preview on #033C33 background

This text has white color on #033C33 background.


Related colors

Complementary color

Complementary color for #hex is #FCC3CC.


I love getcolorcode.com

Triadic colors

1 #33033C and #3C3303 with #033C33 are triadic colors.

2 #333C03 and #3C0333 with #033C33 are triadic colors.