COLOR #004538

HEX: #004538
RGB: (0,69,56)

Color info

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

RGB color model

#004538 color RGB value is (0,69,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 69 of 255 = 27%
B 56 of 255 = 22%

0
69
56

R + G + B ~ 16%. #004538 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 69 + 56 = 125 (100%)
R 0 of 125 ~ 0%
G 69 of 125 ~ 55.2%
B 56 of 125 ~ 44.8%

%55.2
%44.8

CMYK color model

#004538 color CMYK value is (100,0,19,73).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 18.84%
  • key color value is 72.94%
CMYK:
(100,0,19,73)
C100M0Y19K73 
(100%,0%,19%,73%)
(1.00/0.00/0.19/0.73)	

CMYK percentages

%100
%0
%18.84
%72.94

Codes

Color #004538 in popluar color models

004538
RGB06956
HSL169°100.00%13.53%
HSB/HSV169°100.00%27.06%
CMYK100.00%0.00%18.84%
72.94%

Color #004538 in popluar number systems.

HEX004538
Decimal06956
Binary01000101111000
Octal010570

Shades and tints

Shades of #004538

#004538
(0,69,56)
#003F33
(0,63,51)
#00392E
(0,57,46)
#003329
(0,51,41)
#002D24
(0,45,36)
#00271F
(0,39,31)
#00211A
(0,33,26)
#001B15
(0,27,21)
#001510
(0,21,16)
#000F0B
(0,15,11)
#000906
(0,9,6)
#000000
(0,0,0)

Tints of #004538

#004538
(0,69,56)
#17554A
(23,85,74)
#2E655C
(46,101,92)
#45756E
(69,117,110)
#5C8580
(92,133,128)
#739592
(115,149,146)
#8AA5A4
(138,165,164)
#A1B5B6
(161,181,182)
#B8C5C8
(184,197,200)
#CFD5DA
(207,213,218)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004538; }

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

This text font color is #004538.


Background Color

.myBgColor { background-color: #004538; }

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

This div background color is #004538.


Border color

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

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

This div border color is #004538.


Opacity

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

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

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

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

This text has shadow with #004538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004538 on black background.


Color preview on white background

This text has color #004538 on white background.



Black color preview on #004538 background

This text has black color on #004538 background.


White color preview on #004538 background

This text has white color on #004538 background.