COLOR #045058

HEX: #045058
RGB: (4,80,88)

Color info

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

RGB color model

#045058 color RGB value is (4,80,88).

  • red value is 4;
  • green value is 80;
  • blue value is 88.
RGB:
(4,80,88)
(2%,31%,35%)

RGB channels and saturation

R 4 of 255 = 2%
G 80 of 255 = 31%
B 88 of 255 = 35%

4
80
88

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

Portions of RGB colors in percentages

R + G + B =
4 + 80 + 88 = 172 (100%)
R 4 of 172 ~ 2.33%
G 80 of 172 ~ 46.51%
B 88 of 172 ~ 51.16%

%46.51
%51.16

CMYK color model

#045058 color CMYK value is (95,9,0,65).

  • cyan value is 95.45%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(95,9,0,65)
C95M9Y0K65 
(95%,9%,0%,65%)
(0.95/0.09/0.00/0.65)	

CMYK percentages

%95.45
%9.09
%0
%65.49

Codes

Color #045058 in popluar color models

045058
RGB48088
HSL186°91.30%18.04%
HSB/HSV186°95.45%34.51%
CMYK95.45%9.09%0.00%
65.49%

Color #045058 in popluar number systems.

HEX045058
Decimal48088
Binary10010100001011000
Octal4120130

Shades and tints

Shades of #045058

#045058
(4,80,88)
#044950
(4,73,80)
#044248
(4,66,72)
#043B40
(4,59,64)
#043438
(4,52,56)
#042D30
(4,45,48)
#042628
(4,38,40)
#041F20
(4,31,32)
#041818
(4,24,24)
#041110
(4,17,16)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #045058

#045058
(4,80,88)
#1A5F67
(26,95,103)
#306E76
(48,110,118)
#467D85
(70,125,133)
#5C8C94
(92,140,148)
#729BA3
(114,155,163)
#88AAB2
(136,170,178)
#9EB9C1
(158,185,193)
#B4C8D0
(180,200,208)
#CAD7DF
(202,215,223)
#E0E6EE
(224,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #045058 color. Also use rgb(4,80,88) instead hex code.

Text Font Color

.myTextColor { color: #045058; }

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

This text font color is #045058.


Background Color

.myBgColor { background-color: #045058; }

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

This div background color is #045058.


Border color

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

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

This div border color is #045058.


Opacity

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

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

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

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

This text has shadow with #045058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #045058 on black background.


Color preview on white background

This text has color #045058 on white background.



Black color preview on #045058 background

This text has black color on #045058 background.


White color preview on #045058 background

This text has white color on #045058 background.