COLOR #024D5A

HEX: #024D5A
RGB: (2,77,90)

Color info

#024D5A contains mainly green and blue colors. Web safe color of #024D5A is #003366 (or #036).

RGB color model

#024D5A color RGB value is (2,77,90).

  • red value is 2;
  • green value is 77;
  • blue value is 90.
RGB:
(2,77,90)
(1%,30%,35%)

RGB channels and saturation

R 2 of 255 = 1%
G 77 of 255 = 30%
B 90 of 255 = 35%

2
77
90

R + G + B ~ 22%. #024D5A is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 77 + 90 = 169 (100%)
R 2 of 169 ~ 1.18%
G 77 of 169 ~ 45.56%
B 90 of 169 ~ 53.25%

%45.56
%53.25

CMYK color model

#024D5A color CMYK value is (98,14,0,65).

  • cyan value is 97.78%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(98,14,0,65)
C98M14Y0K65 
(98%,14%,0%,65%)
(0.98/0.14/0.00/0.65)	

CMYK percentages

%97.78
%14.44
%0
%64.71

Codes

Color #024D5A in popluar color models

024D5A
RGB27790
HSL189°95.65%18.04%
HSB/HSV189°97.78%35.29%
CMYK97.78%14.44%0.00%
64.71%

Color #024D5A in popluar number systems.

HEX024D5A
Decimal27790
Binary1010011011011010
Octal2115132

Shades and tints

Shades of #024D5A

#024D5A
(2,77,90)
#024652
(2,70,82)
#023F4A
(2,63,74)
#023842
(2,56,66)
#02313A
(2,49,58)
#022A32
(2,42,50)
#02232A
(2,35,42)
#021C22
(2,28,34)
#02151A
(2,21,26)
#020E12
(2,14,18)
#02070A
(2,7,10)
#000000
(0,0,0)

Tints of #024D5A

#024D5A
(2,77,90)
#195D69
(25,93,105)
#306D78
(48,109,120)
#477D87
(71,125,135)
#5E8D96
(94,141,150)
#759DA5
(117,157,165)
#8CADB4
(140,173,180)
#A3BDC3
(163,189,195)
#BACDD2
(186,205,210)
#D1DDE1
(209,221,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024D5A color. Also use rgb(2,77,90) instead hex code.

Text Font Color

.myTextColor { color: #024D5A; }

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

This text font color is #024D5A.


Background Color

.myBgColor { background-color: #024D5A; }

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

This div background color is #024D5A.


Border color

.myBorderColor { border: 1px solid #024D5A; }

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

This div border color is #024D5A.


Opacity

.myOpacity80 { color: #024D5A; opacity: 0.8; }

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

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

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

This text has shadow with #024D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024D5A on black background.


Color preview on white background

This text has color #024D5A on white background.



Black color preview on #024D5A background

This text has black color on #024D5A background.


White color preview on #024D5A background

This text has white color on #024D5A background.