COLOR #2D4450

HEX: #2D4450
RGB: (45,68,80)

Color info

#2D4450 contains red, green and blue colors in about the same proportion. Web safe color of #2D4450 is #333366 (or #336).

RGB color model

#2D4450 color RGB value is (45,68,80).

  • red value is 45;
  • green value is 68;
  • blue value is 80.
RGB:
(45,68,80)
(18%,27%,31%)

RGB channels and saturation

R 45 of 255 = 18%
G 68 of 255 = 27%
B 80 of 255 = 31%

45
68
80

R + G + B ~ 25%. #2D4450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 68 + 80 = 193 (100%)
R 45 of 193 ~ 23.32%
G 68 of 193 ~ 35.23%
B 80 of 193 ~ 41.45%

%23.32
%35.23
%41.45

CMYK color model

#2D4450 color CMYK value is (44,15,0,69).

  • cyan value is 43.75%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(44,15,0,69)
C44M15Y0K69 
(44%,15%,0%,69%)
(0.44/0.15/0.00/0.69)	

CMYK percentages

%43.75
%15
%0
%68.63

Codes

Color #2D4450 in popluar color models

2D4450
RGB456880
HSL201°28.00%24.51%
HSB/HSV201°43.75%31.37%
CMYK43.75%15.00%0.00%
68.63%

Color #2D4450 in popluar number systems.

HEX2D4450
Decimal456880
Binary10110110001001010000
Octal55104120

Shades and tints

Shades of #2D4450

#2D4450
(45,68,80)
#293E49
(41,62,73)
#253842
(37,56,66)
#21323B
(33,50,59)
#1D2C34
(29,44,52)
#19262D
(25,38,45)
#152026
(21,32,38)
#111A1F
(17,26,31)
#0D1418
(13,20,24)
#090E11
(9,14,17)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #2D4450

#2D4450
(45,68,80)
#40555F
(64,85,95)
#53666E
(83,102,110)
#66777D
(102,119,125)
#79888C
(121,136,140)
#8C999B
(140,153,155)
#9FAAAA
(159,170,170)
#B2BBB9
(178,187,185)
#C5CCC8
(197,204,200)
#D8DDD7
(216,221,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4450 color. Also use rgb(45,68,80) instead hex code.

Text Font Color

.myTextColor { color: #2D4450; }

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

This text font color is #2D4450.


Background Color

.myBgColor { background-color: #2D4450; }

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

This div background color is #2D4450.


Border color

.myBorderColor { border: 1px solid #2D4450; }

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

This div border color is #2D4450.


Opacity

.myOpacity80 { color: #2D4450; opacity: 0.8; }

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

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

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

This text has shadow with #2D4450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4450 on black background.


Color preview on white background

This text has color #2D4450 on white background.



Black color preview on #2D4450 background

This text has black color on #2D4450 background.


White color preview on #2D4450 background

This text has white color on #2D4450 background.