COLOR #002B33

HEX: #002B33
RGB: (0,43,51)

Color info

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

RGB color model

#002B33 color RGB value is (0,43,51).

  • red value is 0;
  • green value is 43;
  • blue value is 51.
RGB:
(0,43,51)
(0%,17%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 51 of 255 = 20%

0
43
51

R + G + B ~ 12%. #002B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 51 = 94 (100%)
R 0 of 94 ~ 0%
G 43 of 94 ~ 45.74%
B 51 of 94 ~ 54.26%

%45.74
%54.26

CMYK color model

#002B33 color CMYK value is (100,16,0,80).

  • cyan value is 100.00%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(100,16,0,80)
C100M16Y0K80 
(100%,16%,0%,80%)
(1.00/0.16/0.00/0.80)	

CMYK percentages

%100
%15.69
%0
%80

Codes

Color #002B33 in popluar color models

002B33
RGB04351
HSL189°100.00%10.00%
HSB/HSV189°100.00%20.00%
CMYK100.00%15.69%0.00%
80.00%

Color #002B33 in popluar number systems.

HEX002B33
Decimal04351
Binary0101011110011
Octal05363

Shades and tints

Shades of #002B33

#002B33
(0,43,51)
#00282F
(0,40,47)
#00252B
(0,37,43)
#002227
(0,34,39)
#001F23
(0,31,35)
#001C1F
(0,28,31)
#00191B
(0,25,27)
#001617
(0,22,23)
#001313
(0,19,19)
#00100F
(0,16,15)
#000D0B
(0,13,11)
#000000
(0,0,0)

Tints of #002B33

#002B33
(0,43,51)
#173E45
(23,62,69)
#2E5157
(46,81,87)
#456469
(69,100,105)
#5C777B
(92,119,123)
#738A8D
(115,138,141)
#8A9D9F
(138,157,159)
#A1B0B1
(161,176,177)
#B8C3C3
(184,195,195)
#CFD6D5
(207,214,213)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002B33 color. Also use rgb(0,43,51) instead hex code.

Text Font Color

.myTextColor { color: #002B33; }

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

This text font color is #002B33.


Background Color

.myBgColor { background-color: #002B33; }

<div style="background-color:#002B33">Inner text</div>

This div background color is #002B33.


Border color

.myBorderColor { border: 1px solid #002B33; }

<div style="border:3px solid #002B33">Div</div>

This div border color is #002B33.


Opacity

.myOpacity80 { color: #002B33; opacity: 0.8; }

<p style="color:#002B33;opacity:0.8;">80%</p>

Text with #002B33 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 #002B33;}

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

This text has shadow with #002B33 color.

.textShadow {text-shadow: 3px 3px 1px #002B33, 3px 3px 1px red;}

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

This text has shadow with #002B33 primary color and red secondary color.


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

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

This text has shadow with #002B33 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B33 on black background.


Color preview on white background

This text has color #002B33 on white background.



Black color preview on #002B33 background

This text has black color on #002B33 background.


White color preview on #002B33 background

This text has white color on #002B33 background.