COLOR #024750

HEX: #024750
RGB: (2,71,80)

Color info

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

RGB color model

#024750 color RGB value is (2,71,80).

  • red value is 2;
  • green value is 71;
  • blue value is 80.
RGB:
(2,71,80)
(1%,28%,31%)

RGB channels and saturation

R 2 of 255 = 1%
G 71 of 255 = 28%
B 80 of 255 = 31%

2
71
80

R + G + B ~ 20%. #024750 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 71 + 80 = 153 (100%)
R 2 of 153 ~ 1.31%
G 71 of 153 ~ 46.41%
B 80 of 153 ~ 52.29%

%46.41
%52.29

CMYK color model

#024750 color CMYK value is (98,11,0,69).

  • cyan value is 97.50%
  • magenta value is 11.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(98,11,0,69)
C98M11Y0K69 
(98%,11%,0%,69%)
(0.98/0.11/0.00/0.69)	

CMYK percentages

%97.5
%11.25
%0
%68.63

Codes

Color #024750 in popluar color models

024750
RGB27180
HSL187°95.12%16.08%
HSB/HSV187°97.50%31.37%
CMYK97.50%11.25%0.00%
68.63%

Color #024750 in popluar number systems.

HEX024750
Decimal27180
Binary1010001111010000
Octal2107120

Shades and tints

Shades of #024750

#024750
(2,71,80)
#024149
(2,65,73)
#023B42
(2,59,66)
#02353B
(2,53,59)
#022F34
(2,47,52)
#02292D
(2,41,45)
#022326
(2,35,38)
#021D1F
(2,29,31)
#021718
(2,23,24)
#021111
(2,17,17)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #024750

#024750
(2,71,80)
#19575F
(25,87,95)
#30676E
(48,103,110)
#47777D
(71,119,125)
#5E878C
(94,135,140)
#75979B
(117,151,155)
#8CA7AA
(140,167,170)
#A3B7B9
(163,183,185)
#BAC7C8
(186,199,200)
#D1D7D7
(209,215,215)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024750 color. Also use rgb(2,71,80) instead hex code.

Text Font Color

.myTextColor { color: #024750; }

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

This text font color is #024750.


Background Color

.myBgColor { background-color: #024750; }

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

This div background color is #024750.


Border color

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

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

This div border color is #024750.


Opacity

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

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

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

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

This text has shadow with #024750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024750 on black background.


Color preview on white background

This text has color #024750 on white background.



Black color preview on #024750 background

This text has black color on #024750 background.


White color preview on #024750 background

This text has white color on #024750 background.