COLOR #04546A

HEX: #04546A
RGB: (4,84,106)

Color info

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

RGB color model

#04546A color RGB value is (4,84,106).

  • red value is 4;
  • green value is 84;
  • blue value is 106.
RGB:
(4,84,106)
(2%,33%,42%)

RGB channels and saturation

R 4 of 255 = 2%
G 84 of 255 = 33%
B 106 of 255 = 42%

4
84
106

R + G + B ~ 26%. #04546A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 84 + 106 = 194 (100%)
R 4 of 194 ~ 2.06%
G 84 of 194 ~ 43.3%
B 106 of 194 ~ 54.64%

%43.3
%54.64

CMYK color model

#04546A color CMYK value is (96,21,0,58).

  • cyan value is 96.23%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(96,21,0,58)
C96M21Y0K58 
(96%,21%,0%,58%)
(0.96/0.21/0.00/0.58)	

CMYK percentages

%96.23
%20.75
%0
%58.43

Codes

Color #04546A in popluar color models

04546A
RGB484106
HSL193°92.73%21.57%
HSB/HSV193°96.23%41.57%
CMYK96.23%20.75%0.00%
58.43%

Color #04546A in popluar number systems.

HEX04546A
Decimal484106
Binary10010101001101010
Octal4124152

Shades and tints

Shades of #04546A

#04546A
(4,84,106)
#044D61
(4,77,97)
#044658
(4,70,88)
#043F4F
(4,63,79)
#043846
(4,56,70)
#04313D
(4,49,61)
#042A34
(4,42,52)
#04232B
(4,35,43)
#041C22
(4,28,34)
#041519
(4,21,25)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #04546A

#04546A
(4,84,106)
#1A6377
(26,99,119)
#307284
(48,114,132)
#468191
(70,129,145)
#5C909E
(92,144,158)
#729FAB
(114,159,171)
#88AEB8
(136,174,184)
#9EBDC5
(158,189,197)
#B4CCD2
(180,204,210)
#CADBDF
(202,219,223)
#E0EAEC
(224,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04546A color. Also use rgb(4,84,106) instead hex code.

Text Font Color

.myTextColor { color: #04546A; }

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

This text font color is #04546A.


Background Color

.myBgColor { background-color: #04546A; }

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

This div background color is #04546A.


Border color

.myBorderColor { border: 1px solid #04546A; }

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

This div border color is #04546A.


Opacity

.myOpacity80 { color: #04546A; opacity: 0.8; }

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

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

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

This text has shadow with #04546A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04546A on black background.


Color preview on white background

This text has color #04546A on white background.



Black color preview on #04546A background

This text has black color on #04546A background.


White color preview on #04546A background

This text has white color on #04546A background.