COLOR #00333E

HEX: #00333E RGB: (0,51,62)

Color info

#00333E contains only green and blue colors. Web safe color of #00333E is #003333 (or #033).

RGB color model

#00333E color RGB value is (0,51,62).

RGB: (0,51,62) (0%, 20%, 24%)

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 62 of 255 = 24%

0
51
62

R + G + B ~ 15%. #00333E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 51 + 62 = 113 (100%)
R 0 of 113 ~ 0%
G 51 of 113 ~ 45.13%
B 62 of 113 ~ 54.87'%

%45.13
%54.87

CMYK color model

#00333E color CMYK value is (100,18,0,76).

  • cyan value is 100.00%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (100,18,0,76)
C100M18Y0K76 (100%, 18%, 0%, 76%)
(1.00 / 0.18 / 0.00 / 0.76)

CMYK percentages

%100
%17.74
%0
%75.69

Codes

Color #00333E in popluar color models

00 33 3E
RGB 0 51 62
HSL 191° 100.00% 12.16%
HSB/HSV 191° 100.00% 24.31%
CMYK 100.00% 17.74% 0.00%
75.69%

Color #00333E in popluar number systems.

HEX 00 33 3E
Decimal 0 51 62
Binary 0 110011 111110
Octal 0 63 76

Shades and tints

Shades of #00333E

#00333E
(0,51,62)
#002F39
(0,47,57)
#002B34
(0,43,52)
#00272F
(0,39,47)
#00232A
(0,35,42)
#001F25
(0,31,37)
#001B20
(0,27,32)
#00171B
(0,23,27)
#001316
(0,19,22)
#000F11
(0,15,17)
#000B0C
(0,11,12)
#000000
(0,0,0)

Tints of #00333E

#00333E
(0,51,62)
#17454F
(23,69,79)
#2E5760
(46,87,96)
#456971
(69,105,113)
#5C7B82
(92,123,130)
#738D93
(115,141,147)
#8A9FA4
(138,159,164)
#A1B1B5
(161,177,181)
#B8C3C6
(184,195,198)
#CFD5D7
(207,213,215)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00333E color. Also use rgb(0,51,62) instead hex code.

Text Font Color

.myTextColor { color: #00333E; }

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

This text font color is #00333E.

Background Color

.myBgColor { background-color: #00333E; }

<div style="background-color:#00333E">Inner text</div>

This div background color is #00333E.

Border color

.myBorderColor { border: 1px solid #00333E; }

<div style="border:3px solid #00333E">Div</div>

This div border color is #00333E.

Opacity

.myOpacity80 { color: #00333E; opacity: 0.8; }

<p style="color:#00333E;opacity:0.8;">80%</p>

Text with #00333E 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 #00333E;}

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

This text has shadow with #00333E color.


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

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

This text has shadow with #00333E primary color and red secondary color.


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

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

This text has shadow with #00333E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00333E.

Preview

Color preview on black background

This text has color #00333E on black background.


Color preview on white background

This text has color #00333E on white background.


Black color preview on #00333E background

This text has black color on #00333E background.


White color preview on #00333E background

This text has white color on #00333E background.


Related colors

Complementary color

Complementary color for #hex is #FFCCC1.


I love getcolorcode.com

Triadic colors

1 #3E0033 and #333E00 with #00333E are triadic colors.

2 #3E3300 and #33003E with #00333E are triadic colors.