COLOR #024245

HEX: #024245 RGB: (2,66,69)

Color info

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

RGB color model

#024245 color RGB value is (2,66,69).

RGB: (2,66,69) (1%, 26%, 27%)

RGB channels and saturation

R 2 of 255 = 1%
G 66 of 255 = 26%
B 69 of 255 = 27%

2
66
69

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

Portions of RGB colors in percentages

R + G + B = 2 + 66 + 69 = 137 (100%)
R 2 of 137 ~ 1.46%
G 66 of 137 ~ 48.18%
B 69 of 137 ~ 50.36'%

%48.18
%50.36

CMYK color model

#024245 color CMYK value is (97,4,0,73).

  • cyan value is 97.10%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (97,4,0,73)
C97M4Y0K73 (97%, 4%, 0%, 73%)
(0.97 / 0.04 / 0.00 / 0.73)

CMYK percentages

%97.1
%4.35
%0
%72.94

Codes

Color #024245 in popluar color models

02 42 45
RGB 2 66 69
HSL 183° 94.37% 13.92%
HSB/HSV 183° 97.10% 27.06%
CMYK 97.10% 4.35% 0.00%
72.94%

Color #024245 in popluar number systems.

HEX 02 42 45
Decimal 2 66 69
Binary 10 1000010 1000101
Octal 2 102 105

Shades and tints

Shades of #024245

#024245
(2,66,69)
#023C3F
(2,60,63)
#023639
(2,54,57)
#023033
(2,48,51)
#022A2D
(2,42,45)
#022427
(2,36,39)
#021E21
(2,30,33)
#02181B
(2,24,27)
#021215
(2,18,21)
#020C0F
(2,12,15)
#020609
(2,6,9)
#000000
(0,0,0)

Tints of #024245

#024245
(2,66,69)
#195355
(25,83,85)
#306465
(48,100,101)
#477575
(71,117,117)
#5E8685
(94,134,133)
#759795
(117,151,149)
#8CA8A5
(140,168,165)
#A3B9B5
(163,185,181)
#BACAC5
(186,202,197)
#D1DBD5
(209,219,213)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024245 color. Also use rgb(2,66,69) instead hex code.

Text Font Color

.myTextColor { color: #024245; }

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

This text font color is #024245.

Background Color

.myBgColor { background-color: #024245; }

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

This div background color is #024245.

Border color

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

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

This div border color is #024245.

Opacity

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

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

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

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

This text has shadow with #024245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024245.

Preview

Color preview on black background

This text has color #024245 on black background.


Color preview on white background

This text has color #024245 on white background.


Black color preview on #024245 background

This text has black color on #024245 background.


White color preview on #024245 background

This text has white color on #024245 background.


Related colors

Complementary color

Complementary color for #hex is #FDBDBA.


I love getcolorcode.com

Triadic colors

1 #450242 and #424502 with #024245 are triadic colors.

2 #454202 and #420245 with #024245 are triadic colors.