COLOR #024640

HEX: #024640
RGB: (2,70,64)

Color info

#024640 contains mainly green and blue colors. Web safe color of #024640 is #003333 (or #033).

RGB color model

#024640 color RGB value is (2,70,64).

  • red value is 2;
  • green value is 70;
  • blue value is 64.
RGB:
(2,70,64)
(1%,27%,25%)

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 64 of 255 = 25%

2
70
64

R + G + B ~ 18%. #024640 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 70 + 64 = 136 (100%)
R 2 of 136 ~ 1.47%
G 70 of 136 ~ 51.47%
B 64 of 136 ~ 47.06%

%51.47
%47.06

CMYK color model

#024640 color CMYK value is (97,0,9,73).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(97,0,9,73)
C97M0Y9K73 
(97%,0%,9%,73%)
(0.97/0.00/0.09/0.73)	

CMYK percentages

%97.14
%0
%8.57
%72.55

Codes

Color #024640 in popluar color models

024640
RGB27064
HSL175°94.44%14.12%
HSB/HSV175°97.14%27.45%
CMYK97.14%0.00%8.57%
72.55%

Color #024640 in popluar number systems.

HEX024640
Decimal27064
Binary1010001101000000
Octal2106100

Shades and tints

Shades of #024640

#024640
(2,70,64)
#02403B
(2,64,59)
#023A36
(2,58,54)
#023431
(2,52,49)
#022E2C
(2,46,44)
#022827
(2,40,39)
#022222
(2,34,34)
#021C1D
(2,28,29)
#021618
(2,22,24)
#021013
(2,16,19)
#020A0E
(2,10,14)
#000000
(0,0,0)

Tints of #024640

#024640
(2,70,64)
#195651
(25,86,81)
#306662
(48,102,98)
#477673
(71,118,115)
#5E8684
(94,134,132)
#759695
(117,150,149)
#8CA6A6
(140,166,166)
#A3B6B7
(163,182,183)
#BAC6C8
(186,198,200)
#D1D6D9
(209,214,217)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024640 color. Also use rgb(2,70,64) instead hex code.

Text Font Color

.myTextColor { color: #024640; }

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

This text font color is #024640.


Background Color

.myBgColor { background-color: #024640; }

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

This div background color is #024640.


Border color

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

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

This div border color is #024640.


Opacity

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

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

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

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

This text has shadow with #024640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024640 on black background.


Color preview on white background

This text has color #024640 on white background.



Black color preview on #024640 background

This text has black color on #024640 background.


White color preview on #024640 background

This text has white color on #024640 background.