COLOR #045780

HEX: #045780
RGB: (4,87,128)

Color info

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

RGB color model

#045780 color RGB value is (4,87,128).

  • red value is 4;
  • green value is 87;
  • blue value is 128.
RGB:
(4,87,128)
(2%,34%,50%)

RGB channels and saturation

R 4 of 255 = 2%
G 87 of 255 = 34%
B 128 of 255 = 50%

4
87
128

R + G + B ~ 29%. #045780 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 87 + 128 = 219 (100%)
R 4 of 219 ~ 1.83%
G 87 of 219 ~ 39.73%
B 128 of 219 ~ 58.45%

%39.73
%58.45

CMYK color model

#045780 color CMYK value is (97,32,0,50).

  • cyan value is 96.88%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(97,32,0,50)
C97M32Y0K50 
(97%,32%,0%,50%)
(0.97/0.32/0.00/0.50)	

CMYK percentages

%96.88
%32.03
%0
%49.8

Codes

Color #045780 in popluar color models

045780
RGB487128
HSL200°93.94%25.88%
HSB/HSV200°96.88%50.20%
CMYK96.88%32.03%0.00%
49.80%

Color #045780 in popluar number systems.

HEX045780
Decimal487128
Binary100101011110000000
Octal4127200

Shades and tints

Shades of #045780

#045780
(4,87,128)
#045075
(4,80,117)
#04496A
(4,73,106)
#04425F
(4,66,95)
#043B54
(4,59,84)
#043449
(4,52,73)
#042D3E
(4,45,62)
#042633
(4,38,51)
#041F28
(4,31,40)
#04181D
(4,24,29)
#041112
(4,17,18)
#000000
(0,0,0)

Tints of #045780

#045780
(4,87,128)
#1A668B
(26,102,139)
#307596
(48,117,150)
#4684A1
(70,132,161)
#5C93AC
(92,147,172)
#72A2B7
(114,162,183)
#88B1C2
(136,177,194)
#9EC0CD
(158,192,205)
#B4CFD8
(180,207,216)
#CADEE3
(202,222,227)
#E0EDEE
(224,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #045780 color. Also use rgb(4,87,128) instead hex code.

Text Font Color

.myTextColor { color: #045780; }

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

This text font color is #045780.


Background Color

.myBgColor { background-color: #045780; }

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

This div background color is #045780.


Border color

.myBorderColor { border: 1px solid #045780; }

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

This div border color is #045780.


Opacity

.myOpacity80 { color: #045780; opacity: 0.8; }

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

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

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

This text has shadow with #045780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #045780 on black background.


Color preview on white background

This text has color #045780 on white background.



Black color preview on #045780 background

This text has black color on #045780 background.


White color preview on #045780 background

This text has white color on #045780 background.