COLOR #024541

HEX: #024541
RGB: (2,69,65)

Color info

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

RGB color model

#024541 color RGB value is (2,69,65).

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

RGB channels and saturation

R 2 of 255 = 1%
G 69 of 255 = 27%
B 65 of 255 = 25%

2
69
65

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

Portions of RGB colors in percentages

R + G + B =
2 + 69 + 65 = 136 (100%)
R 2 of 136 ~ 1.47%
G 69 of 136 ~ 50.74%
B 65 of 136 ~ 47.79%

%50.74
%47.79

CMYK color model

#024541 color CMYK value is (97,0,6,73).

  • cyan value is 97.10%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 72.94%
CMYK: (97,0,6,73) C97M0Y6K73 (97%,0%,6%,73%) (0.97/0.00/0.06/0.73)

CMYK percentages

%97.1
%0
%5.8
%72.94

Codes

Color #024541 in popluar color models

024541
RGB26965
HSL176°94.37%13.92%
HSB/HSV176°97.10%27.06%
CMYK97.10%0.00%5.80%
72.94%

Color #024541 in popluar number systems.

HEX024541
Decimal26965
Binary1010001011000001
Octal2105101

Shades and tints

Shades of #024541

#024541
(2,69,65)
#023F3C
(2,63,60)
#023937
(2,57,55)
#023332
(2,51,50)
#022D2D
(2,45,45)
#022728
(2,39,40)
#022123
(2,33,35)
#021B1E
(2,27,30)
#021519
(2,21,25)
#020F14
(2,15,20)
#02090F
(2,9,15)
#000000
(0,0,0)

Tints of #024541

#024541
(2,69,65)
#195552
(25,85,82)
#306563
(48,101,99)
#477574
(71,117,116)
#5E8585
(94,133,133)
#759596
(117,149,150)
#8CA5A7
(140,165,167)
#A3B5B8
(163,181,184)
#BAC5C9
(186,197,201)
#D1D5DA
(209,213,218)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024541; }

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

This text font color is #024541.


Background Color

.myBgColor { background-color: #024541; }

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

This div background color is #024541.


Border color

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

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

This div border color is #024541.


Opacity

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

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

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

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

This text has shadow with #024541 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #024541 on black background.


Color preview on white background

This text has color #024541 on white background.



Black color preview on #024541 background

This text has black color on #024541 background.


White color preview on #024541 background

This text has white color on #024541 background.