COLOR #024352

HEX: #024352
RGB: (2,67,82)

Color info

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

RGB color model

#024352 color RGB value is (2,67,82).

  • red value is 2;
  • green value is 67;
  • blue value is 82.
RGB:
(2,67,82)
(1%,26%,32%)

RGB channels and saturation

R 2 of 255 = 1%
G 67 of 255 = 26%
B 82 of 255 = 32%

2
67
82

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

Portions of RGB colors in percentages

R + G + B =
2 + 67 + 82 = 151 (100%)
R 2 of 151 ~ 1.32%
G 67 of 151 ~ 44.37%
B 82 of 151 ~ 54.3%

%44.37
%54.3

CMYK color model

#024352 color CMYK value is (98,18,0,68).

  • cyan value is 97.56%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(98,18,0,68)
C98M18Y0K68 
(98%,18%,0%,68%)
(0.98/0.18/0.00/0.68)	

CMYK percentages

%97.56
%18.29
%0
%67.84

Codes

Color #024352 in popluar color models

024352
RGB26782
HSL191°95.24%16.47%
HSB/HSV191°97.56%32.16%
CMYK97.56%18.29%0.00%
67.84%

Color #024352 in popluar number systems.

HEX024352
Decimal26782
Binary1010000111010010
Octal2103122

Shades and tints

Shades of #024352

#024352
(2,67,82)
#023D4B
(2,61,75)
#023744
(2,55,68)
#02313D
(2,49,61)
#022B36
(2,43,54)
#02252F
(2,37,47)
#021F28
(2,31,40)
#021921
(2,25,33)
#02131A
(2,19,26)
#020D13
(2,13,19)
#02070C
(2,7,12)
#000000
(0,0,0)

Tints of #024352

#024352
(2,67,82)
#195461
(25,84,97)
#306570
(48,101,112)
#47767F
(71,118,127)
#5E878E
(94,135,142)
#75989D
(117,152,157)
#8CA9AC
(140,169,172)
#A3BABB
(163,186,187)
#BACBCA
(186,203,202)
#D1DCD9
(209,220,217)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024352 color. Also use rgb(2,67,82) instead hex code.

Text Font Color

.myTextColor { color: #024352; }

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

This text font color is #024352.


Background Color

.myBgColor { background-color: #024352; }

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

This div background color is #024352.


Border color

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

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

This div border color is #024352.


Opacity

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

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

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

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

This text has shadow with #024352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024352 on black background.


Color preview on white background

This text has color #024352 on white background.



Black color preview on #024352 background

This text has black color on #024352 background.


White color preview on #024352 background

This text has white color on #024352 background.