COLOR #004C67

HEX: #004C67
RGB: (0,76,103)

Color info

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

RGB color model

#004C67 color RGB value is (0,76,103).

  • red value is 0;
  • green value is 76;
  • blue value is 103.
RGB:
(0,76,103)
(0%,30%,40%)

RGB channels and saturation

R 0 of 255 = 0%
G 76 of 255 = 30%
B 103 of 255 = 40%

0
76
103

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

Portions of RGB colors in percentages

R + G + B =
0 + 76 + 103 = 179 (100%)
R 0 of 179 ~ 0%
G 76 of 179 ~ 42.46%
B 103 of 179 ~ 57.54%

%42.46
%57.54

CMYK color model

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

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

CMYK percentages

%100
%26.21
%0
%59.61

Codes

Color #004C67 in popluar color models

004C67
RGB076103
HSL196°100.00%20.20%
HSB/HSV196°100.00%40.39%
CMYK100.00%26.21%0.00%
59.61%

Color #004C67 in popluar number systems.

HEX004C67
Decimal076103
Binary010011001100111
Octal0114147

Shades and tints

Shades of #004C67

#004C67
(0,76,103)
#00465E
(0,70,94)
#004055
(0,64,85)
#003A4C
(0,58,76)
#003443
(0,52,67)
#002E3A
(0,46,58)
#002831
(0,40,49)
#002228
(0,34,40)
#001C1F
(0,28,31)
#001616
(0,22,22)
#00100D
(0,16,13)
#000000
(0,0,0)

Tints of #004C67

#004C67
(0,76,103)
#175C74
(23,92,116)
#2E6C81
(46,108,129)
#457C8E
(69,124,142)
#5C8C9B
(92,140,155)
#739CA8
(115,156,168)
#8AACB5
(138,172,181)
#A1BCC2
(161,188,194)
#B8CCCF
(184,204,207)
#CFDCDC
(207,220,220)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004C67 color. Also use rgb(0,76,103) instead hex code.

Text Font Color

.myTextColor { color: #004C67; }

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

This text font color is #004C67.


Background Color

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

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

This div background color is #004C67.


Border color

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

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

This div border color is #004C67.


Opacity

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

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

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

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

This text has shadow with #004C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004C67 on black background.


Color preview on white background

This text has color #004C67 on white background.



Black color preview on #004C67 background

This text has black color on #004C67 background.


White color preview on #004C67 background

This text has white color on #004C67 background.