COLOR #04537C

HEX: #04537C
RGB: (4,83,124)

Color info

#04537C contains mainly green and blue colors. Web safe color of #04537C is #006666 (or #066).

RGB color model

#04537C color RGB value is (4,83,124).

  • red value is 4;
  • green value is 83;
  • blue value is 124.
RGB:
(4,83,124)
(2%,33%,49%)

RGB channels and saturation

R 4 of 255 = 2%
G 83 of 255 = 33%
B 124 of 255 = 49%

4
83
124

R + G + B ~ 28%. #04537C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 83 + 124 = 211 (100%)
R 4 of 211 ~ 1.9%
G 83 of 211 ~ 39.34%
B 124 of 211 ~ 58.77%

%39.34
%58.77

CMYK color model

#04537C color CMYK value is (97,33,0,51).

  • cyan value is 96.77%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(97,33,0,51)
C97M33Y0K51 
(97%,33%,0%,51%)
(0.97/0.33/0.00/0.51)	

CMYK percentages

%96.77
%33.06
%0
%51.37

Codes

Color #04537C in popluar color models

04537C
RGB483124
HSL201°93.75%25.10%
HSB/HSV201°96.77%48.63%
CMYK96.77%33.06%0.00%
51.37%

Color #04537C in popluar number systems.

HEX04537C
Decimal483124
Binary10010100111111100
Octal4123174

Shades and tints

Shades of #04537C

#04537C
(4,83,124)
#044C71
(4,76,113)
#044566
(4,69,102)
#043E5B
(4,62,91)
#043750
(4,55,80)
#043045
(4,48,69)
#04293A
(4,41,58)
#04222F
(4,34,47)
#041B24
(4,27,36)
#041419
(4,20,25)
#040D0E
(4,13,14)
#000000
(0,0,0)

Tints of #04537C

#04537C
(4,83,124)
#1A6287
(26,98,135)
#307192
(48,113,146)
#46809D
(70,128,157)
#5C8FA8
(92,143,168)
#729EB3
(114,158,179)
#88ADBE
(136,173,190)
#9EBCC9
(158,188,201)
#B4CBD4
(180,203,212)
#CADADF
(202,218,223)
#E0E9EA
(224,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04537C color. Also use rgb(4,83,124) instead hex code.

Text Font Color

.myTextColor { color: #04537C; }

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

This text font color is #04537C.


Background Color

.myBgColor { background-color: #04537C; }

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

This div background color is #04537C.


Border color

.myBorderColor { border: 1px solid #04537C; }

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

This div border color is #04537C.


Opacity

.myOpacity80 { color: #04537C; opacity: 0.8; }

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

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

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

This text has shadow with #04537C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04537C on black background.


Color preview on white background

This text has color #04537C on white background.



Black color preview on #04537C background

This text has black color on #04537C background.


White color preview on #04537C background

This text has white color on #04537C background.