COLOR #024F51

HEX: #024F51
RGB: (2,79,81)

Color info

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

RGB color model

#024F51 color RGB value is (2,79,81).

  • red value is 2;
  • green value is 79;
  • blue value is 81.
RGB:
(2,79,81)
(1%,31%,32%)

RGB channels and saturation

R 2 of 255 = 1%
G 79 of 255 = 31%
B 81 of 255 = 32%

2
79
81

R + G + B ~ 21%. #024F51 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 79 + 81 = 162 (100%)
R 2 of 162 ~ 1.23%
G 79 of 162 ~ 48.77%
B 81 of 162 ~ 50%

%48.77
%50

CMYK color model

#024F51 color CMYK value is (98,2,0,68).

  • cyan value is 97.53%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(98,2,0,68)
C98M2Y0K68 
(98%,2%,0%,68%)
(0.98/0.02/0.00/0.68)	

CMYK percentages

%97.53
%2.47
%0
%68.24

Codes

Color #024F51 in popluar color models

024F51
RGB27981
HSL182°95.18%16.27%
HSB/HSV182°97.53%31.76%
CMYK97.53%2.47%0.00%
68.24%

Color #024F51 in popluar number systems.

HEX024F51
Decimal27981
Binary1010011111010001
Octal2117121

Shades and tints

Shades of #024F51

#024F51
(2,79,81)
#02484A
(2,72,74)
#024143
(2,65,67)
#023A3C
(2,58,60)
#023335
(2,51,53)
#022C2E
(2,44,46)
#022527
(2,37,39)
#021E20
(2,30,32)
#021719
(2,23,25)
#021012
(2,16,18)
#02090B
(2,9,11)
#000000
(0,0,0)

Tints of #024F51

#024F51
(2,79,81)
#195F60
(25,95,96)
#306F6F
(48,111,111)
#477F7E
(71,127,126)
#5E8F8D
(94,143,141)
#759F9C
(117,159,156)
#8CAFAB
(140,175,171)
#A3BFBA
(163,191,186)
#BACFC9
(186,207,201)
#D1DFD8
(209,223,216)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024F51 color. Also use rgb(2,79,81) instead hex code.

Text Font Color

.myTextColor { color: #024F51; }

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

This text font color is #024F51.


Background Color

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

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

This div background color is #024F51.


Border color

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

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

This div border color is #024F51.


Opacity

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

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

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

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

This text has shadow with #024F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024F51 on black background.


Color preview on white background

This text has color #024F51 on white background.



Black color preview on #024F51 background

This text has black color on #024F51 background.


White color preview on #024F51 background

This text has white color on #024F51 background.