COLOR #004B60

HEX: #004B60
RGB: (0,75,96)

Color info

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

RGB color model

#004B60 color RGB value is (0,75,96).

  • red value is 0;
  • green value is 75;
  • blue value is 96.
RGB:
(0,75,96)
(0%,29%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 96 of 255 = 38%

0
75
96

R + G + B ~ 22%. #004B60 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 96 = 171 (100%)
R 0 of 171 ~ 0%
G 75 of 171 ~ 43.86%
B 96 of 171 ~ 56.14%

%43.86
%56.14

CMYK color model

#004B60 color CMYK value is (100,22,0,62).

  • cyan value is 100.00%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(100,22,0,62)
C100M22Y0K62 
(100%,22%,0%,62%)
(1.00/0.22/0.00/0.62)	

CMYK percentages

%100
%21.88
%0
%62.35

Codes

Color #004B60 in popluar color models

004B60
RGB07596
HSL193°100.00%18.82%
HSB/HSV193°100.00%37.65%
CMYK100.00%21.88%0.00%
62.35%

Color #004B60 in popluar number systems.

HEX004B60
Decimal07596
Binary010010111100000
Octal0113140

Shades and tints

Shades of #004B60

#004B60
(0,75,96)
#004558
(0,69,88)
#003F50
(0,63,80)
#003948
(0,57,72)
#003340
(0,51,64)
#002D38
(0,45,56)
#002730
(0,39,48)
#002128
(0,33,40)
#001B20
(0,27,32)
#001518
(0,21,24)
#000F10
(0,15,16)
#000000
(0,0,0)

Tints of #004B60

#004B60
(0,75,96)
#175B6E
(23,91,110)
#2E6B7C
(46,107,124)
#457B8A
(69,123,138)
#5C8B98
(92,139,152)
#739BA6
(115,155,166)
#8AABB4
(138,171,180)
#A1BBC2
(161,187,194)
#B8CBD0
(184,203,208)
#CFDBDE
(207,219,222)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004B60 color. Also use rgb(0,75,96) instead hex code.

Text Font Color

.myTextColor { color: #004B60; }

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

This text font color is #004B60.


Background Color

.myBgColor { background-color: #004B60; }

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

This div background color is #004B60.


Border color

.myBorderColor { border: 1px solid #004B60; }

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

This div border color is #004B60.


Opacity

.myOpacity80 { color: #004B60; opacity: 0.8; }

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

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

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

This text has shadow with #004B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B60 on black background.


Color preview on white background

This text has color #004B60 on white background.



Black color preview on #004B60 background

This text has black color on #004B60 background.


White color preview on #004B60 background

This text has white color on #004B60 background.