COLOR #003538

HEX: #003538
RGB: (0,53,56)

Color info

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

RGB color model

#003538 color RGB value is (0,53,56).

  • red value is 0;
  • green value is 53;
  • blue value is 56.
RGB:
(0,53,56)
(0%,21%,22%)

RGB channels and saturation

R 0 of 255 = 0%
G 53 of 255 = 21%
B 56 of 255 = 22%

0
53
56

R + G + B ~ 14%. #003538 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 53 + 56 = 109 (100%)
R 0 of 109 ~ 0%
G 53 of 109 ~ 48.62%
B 56 of 109 ~ 51.38%

%48.62
%51.38

CMYK color model

#003538 color CMYK value is (100,5,0,78).

  • cyan value is 100.00%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(100,5,0,78)
C100M5Y0K78 
(100%,5%,0%,78%)
(1.00/0.05/0.00/0.78)	

CMYK percentages

%100
%5.36
%0
%78.04

Codes

Color #003538 in popluar color models

003538
RGB05356
HSL183°100.00%10.98%
HSB/HSV183°100.00%21.96%
CMYK100.00%5.36%0.00%
78.04%

Color #003538 in popluar number systems.

HEX003538
Decimal05356
Binary0110101111000
Octal06570

Shades and tints

Shades of #003538

#003538
(0,53,56)
#003133
(0,49,51)
#002D2E
(0,45,46)
#002929
(0,41,41)
#002524
(0,37,36)
#00211F
(0,33,31)
#001D1A
(0,29,26)
#001915
(0,25,21)
#001510
(0,21,16)
#00110B
(0,17,11)
#000D06
(0,13,6)
#000000
(0,0,0)

Tints of #003538

#003538
(0,53,56)
#17474A
(23,71,74)
#2E595C
(46,89,92)
#456B6E
(69,107,110)
#5C7D80
(92,125,128)
#738F92
(115,143,146)
#8AA1A4
(138,161,164)
#A1B3B6
(161,179,182)
#B8C5C8
(184,197,200)
#CFD7DA
(207,215,218)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003538 color. Also use rgb(0,53,56) instead hex code.

Text Font Color

.myTextColor { color: #003538; }

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

This text font color is #003538.


Background Color

.myBgColor { background-color: #003538; }

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

This div background color is #003538.


Border color

.myBorderColor { border: 1px solid #003538; }

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

This div border color is #003538.


Opacity

.myOpacity80 { color: #003538; opacity: 0.8; }

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

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

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

This text has shadow with #003538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003538 on black background.


Color preview on white background

This text has color #003538 on white background.



Black color preview on #003538 background

This text has black color on #003538 background.


White color preview on #003538 background

This text has white color on #003538 background.