COLOR #004953

HEX: #004953
RGB: (0,73,83)

Color info

#004953 contains only green and blue colors. Web safe color of #004953 is #003366 (or #036).

RGB color model

#004953 color RGB value is (0,73,83).

  • red value is 0;
  • green value is 73;
  • blue value is 83.
RGB:
(0,73,83)
(0%,29%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 73 of 255 = 29%
B 83 of 255 = 33%

0
73
83

R + G + B ~ 21%. #004953 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 73 + 83 = 156 (100%)
R 0 of 156 ~ 0%
G 73 of 156 ~ 46.79%
B 83 of 156 ~ 53.21%

%46.79
%53.21

CMYK color model

#004953 color CMYK value is (100,12,0,67).

  • cyan value is 100.00%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(100,12,0,67)
C100M12Y0K67 
(100%,12%,0%,67%)
(1.00/0.12/0.00/0.67)	

CMYK percentages

%100
%12.05
%0
%67.45

Codes

Color #004953 in popluar color models

004953
RGB07383
HSL187°100.00%16.27%
HSB/HSV187°100.00%32.55%
CMYK100.00%12.05%0.00%
67.45%

Color #004953 in popluar number systems.

HEX004953
Decimal07383
Binary010010011010011
Octal0111123

Shades and tints

Shades of #004953

#004953
(0,73,83)
#00434C
(0,67,76)
#003D45
(0,61,69)
#00373E
(0,55,62)
#003137
(0,49,55)
#002B30
(0,43,48)
#002529
(0,37,41)
#001F22
(0,31,34)
#00191B
(0,25,27)
#001314
(0,19,20)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #004953

#004953
(0,73,83)
#175962
(23,89,98)
#2E6971
(46,105,113)
#457980
(69,121,128)
#5C898F
(92,137,143)
#73999E
(115,153,158)
#8AA9AD
(138,169,173)
#A1B9BC
(161,185,188)
#B8C9CB
(184,201,203)
#CFD9DA
(207,217,218)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004953 color. Also use rgb(0,73,83) instead hex code.

Text Font Color

.myTextColor { color: #004953; }

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

This text font color is #004953.


Background Color

.myBgColor { background-color: #004953; }

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

This div background color is #004953.


Border color

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

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

This div border color is #004953.


Opacity

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

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

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

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

This text has shadow with #004953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004953 on black background.


Color preview on white background

This text has color #004953 on white background.



Black color preview on #004953 background

This text has black color on #004953 background.


White color preview on #004953 background

This text has white color on #004953 background.