COLOR #024B41

HEX: #024B41
RGB: (2,75,65)

Color info

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

RGB color model

#024B41 color RGB value is (2,75,65).

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

RGB channels and saturation

R 2 of 255 = 1%
G 75 of 255 = 29%
B 65 of 255 = 25%

2
75
65

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

Portions of RGB colors in percentages

R + G + B =
2 + 75 + 65 = 142 (100%)
R 2 of 142 ~ 1.41%
G 75 of 142 ~ 52.82%
B 65 of 142 ~ 45.77%

%52.82
%45.77

CMYK color model

#024B41 color CMYK value is (97,0,13,71).

  • cyan value is 97.33%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 70.59%
CMYK:
(97,0,13,71)
C97M0Y13K71 
(97%,0%,13%,71%)
(0.97/0.00/0.13/0.71)	

CMYK percentages

%97.33
%0
%13.33
%70.59

Codes

Color #024B41 in popluar color models

024B41
RGB27565
HSL172°94.81%15.10%
HSB/HSV172°97.33%29.41%
CMYK97.33%0.00%13.33%
70.59%

Color #024B41 in popluar number systems.

HEX024B41
Decimal27565
Binary1010010111000001
Octal2113101

Shades and tints

Shades of #024B41

#024B41
(2,75,65)
#02453C
(2,69,60)
#023F37
(2,63,55)
#023932
(2,57,50)
#02332D
(2,51,45)
#022D28
(2,45,40)
#022723
(2,39,35)
#02211E
(2,33,30)
#021B19
(2,27,25)
#021514
(2,21,20)
#020F0F
(2,15,15)
#000000
(0,0,0)

Tints of #024B41

#024B41
(2,75,65)
#195B52
(25,91,82)
#306B63
(48,107,99)
#477B74
(71,123,116)
#5E8B85
(94,139,133)
#759B96
(117,155,150)
#8CABA7
(140,171,167)
#A3BBB8
(163,187,184)
#BACBC9
(186,203,201)
#D1DBDA
(209,219,218)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024B41; }

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

This text font color is #024B41.


Background Color

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

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

This div background color is #024B41.


Border color

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

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

This div border color is #024B41.


Opacity

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

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

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

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

This text has shadow with #024B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024B41 on black background.


Color preview on white background

This text has color #024B41 on white background.



Black color preview on #024B41 background

This text has black color on #024B41 background.


White color preview on #024B41 background

This text has white color on #024B41 background.