COLOR #023D49

HEX: #023D49
RGB: (2,61,73)

Color info

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

RGB color model

#023D49 color RGB value is (2,61,73).

  • red value is 2;
  • green value is 61;
  • blue value is 73.
RGB:
(2,61,73)
(1%,24%,29%)

RGB channels and saturation

R 2 of 255 = 1%
G 61 of 255 = 24%
B 73 of 255 = 29%

2
61
73

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

Portions of RGB colors in percentages

R + G + B =
2 + 61 + 73 = 136 (100%)
R 2 of 136 ~ 1.47%
G 61 of 136 ~ 44.85%
B 73 of 136 ~ 53.68%

%44.85
%53.68

CMYK color model

#023D49 color CMYK value is (97,16,0,71).

  • cyan value is 97.26%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(97,16,0,71)
C97M16Y0K71 
(97%,16%,0%,71%)
(0.97/0.16/0.00/0.71)	

CMYK percentages

%97.26
%16.44
%0
%71.37

Codes

Color #023D49 in popluar color models

023D49
RGB26173
HSL190°94.67%14.71%
HSB/HSV190°97.26%28.63%
CMYK97.26%16.44%0.00%
71.37%

Color #023D49 in popluar number systems.

HEX023D49
Decimal26173
Binary101111011001001
Octal275111

Shades and tints

Shades of #023D49

#023D49
(2,61,73)
#023843
(2,56,67)
#02333D
(2,51,61)
#022E37
(2,46,55)
#022931
(2,41,49)
#02242B
(2,36,43)
#021F25
(2,31,37)
#021A1F
(2,26,31)
#021519
(2,21,25)
#021013
(2,16,19)
#020B0D
(2,11,13)
#000000
(0,0,0)

Tints of #023D49

#023D49
(2,61,73)
#194E59
(25,78,89)
#305F69
(48,95,105)
#477079
(71,112,121)
#5E8189
(94,129,137)
#759299
(117,146,153)
#8CA3A9
(140,163,169)
#A3B4B9
(163,180,185)
#BAC5C9
(186,197,201)
#D1D6D9
(209,214,217)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023D49 color. Also use rgb(2,61,73) instead hex code.

Text Font Color

.myTextColor { color: #023D49; }

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

This text font color is #023D49.


Background Color

.myBgColor { background-color: #023D49; }

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

This div background color is #023D49.


Border color

.myBorderColor { border: 1px solid #023D49; }

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

This div border color is #023D49.


Opacity

.myOpacity80 { color: #023D49; opacity: 0.8; }

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

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

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

This text has shadow with #023D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023D49 on black background.


Color preview on white background

This text has color #023D49 on white background.



Black color preview on #023D49 background

This text has black color on #023D49 background.


White color preview on #023D49 background

This text has white color on #023D49 background.