COLOR #004B65

HEX: #004B65
RGB: (0,75,101)

Color info

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

RGB color model

#004B65 color RGB value is (0,75,101).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 101 of 255 = 40%

0
75
101

R + G + B ~ 23%. #004B65 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 101 = 176 (100%)
R 0 of 176 ~ 0%
G 75 of 176 ~ 42.61%
B 101 of 176 ~ 57.39%

%42.61
%57.39

CMYK color model

#004B65 color CMYK value is (100,26,0,60).

  • cyan value is 100.00%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(100,26,0,60)
C100M26Y0K60 
(100%,26%,0%,60%)
(1.00/0.26/0.00/0.60)	

CMYK percentages

%100
%25.74
%0
%60.39

Codes

Color #004B65 in popluar color models

004B65
RGB075101
HSL195°100.00%19.80%
HSB/HSV195°100.00%39.61%
CMYK100.00%25.74%0.00%
60.39%

Color #004B65 in popluar number systems.

HEX004B65
Decimal075101
Binary010010111100101
Octal0113145

Shades and tints

Shades of #004B65

#004B65
(0,75,101)
#00455C
(0,69,92)
#003F53
(0,63,83)
#00394A
(0,57,74)
#003341
(0,51,65)
#002D38
(0,45,56)
#00272F
(0,39,47)
#002126
(0,33,38)
#001B1D
(0,27,29)
#001514
(0,21,20)
#000F0B
(0,15,11)
#000000
(0,0,0)

Tints of #004B65

#004B65
(0,75,101)
#175B73
(23,91,115)
#2E6B81
(46,107,129)
#457B8F
(69,123,143)
#5C8B9D
(92,139,157)
#739BAB
(115,155,171)
#8AABB9
(138,171,185)
#A1BBC7
(161,187,199)
#B8CBD5
(184,203,213)
#CFDBE3
(207,219,227)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B65; }

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

This text font color is #004B65.


Background Color

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

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

This div background color is #004B65.


Border color

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

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

This div border color is #004B65.


Opacity

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

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

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

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

This text has shadow with #004B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B65 on black background.


Color preview on white background

This text has color #004B65 on white background.



Black color preview on #004B65 background

This text has black color on #004B65 background.


White color preview on #004B65 background

This text has white color on #004B65 background.