COLOR #2D4B5D

HEX: #2D4B5D
RGB: (45,75,93)

Color info

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

RGB color model

#2D4B5D color RGB value is (45,75,93).

  • red value is 45;
  • green value is 75;
  • blue value is 93.
RGB:
(45,75,93)
(18%,29%,36%)

RGB channels and saturation

R 45 of 255 = 18%
G 75 of 255 = 29%
B 93 of 255 = 36%

45
75
93

R + G + B ~ 28%. #2D4B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 75 + 93 = 213 (100%)
R 45 of 213 ~ 21.13%
G 75 of 213 ~ 35.21%
B 93 of 213 ~ 43.66%

%21.13
%35.21
%43.66

CMYK color model

#2D4B5D color CMYK value is (52,19,0,64).

  • cyan value is 51.61%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(52,19,0,64)
C52M19Y0K64 
(52%,19%,0%,64%)
(0.52/0.19/0.00/0.64)	

CMYK percentages

%51.61
%19.35
%0
%63.53

Codes

Color #2D4B5D in popluar color models

2D4B5D
RGB457593
HSL203°34.78%27.06%
HSB/HSV203°51.61%36.47%
CMYK51.61%19.35%0.00%
63.53%

Color #2D4B5D in popluar number systems.

HEX2D4B5D
Decimal457593
Binary10110110010111011101
Octal55113135

Shades and tints

Shades of #2D4B5D

#2D4B5D
(45,75,93)
#294555
(41,69,85)
#253F4D
(37,63,77)
#213945
(33,57,69)
#1D333D
(29,51,61)
#192D35
(25,45,53)
#15272D
(21,39,45)
#112125
(17,33,37)
#0D1B1D
(13,27,29)
#091515
(9,21,21)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #2D4B5D

#2D4B5D
(45,75,93)
#405B6B
(64,91,107)
#536B79
(83,107,121)
#667B87
(102,123,135)
#798B95
(121,139,149)
#8C9BA3
(140,155,163)
#9FABB1
(159,171,177)
#B2BBBF
(178,187,191)
#C5CBCD
(197,203,205)
#D8DBDB
(216,219,219)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4B5D color. Also use rgb(45,75,93) instead hex code.

Text Font Color

.myTextColor { color: #2D4B5D; }

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

This text font color is #2D4B5D.


Background Color

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

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

This div background color is #2D4B5D.


Border color

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

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

This div border color is #2D4B5D.


Opacity

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

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

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

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

This text has shadow with #2D4B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4B5D on black background.


Color preview on white background

This text has color #2D4B5D on white background.



Black color preview on #2D4B5D background

This text has black color on #2D4B5D background.


White color preview on #2D4B5D background

This text has white color on #2D4B5D background.