COLOR #2D4B61

HEX: #2D4B61
RGB: (45,75,97)

Color info

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

RGB color model

#2D4B61 color RGB value is (45,75,97).

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

RGB channels and saturation

R 45 of 255 = 18%
G 75 of 255 = 29%
B 97 of 255 = 38%

45
75
97

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

Portions of RGB colors in percentages

R + G + B =
45 + 75 + 97 = 217 (100%)
R 45 of 217 ~ 20.74%
G 75 of 217 ~ 34.56%
B 97 of 217 ~ 44.7%

%20.74
%34.56
%44.7

CMYK color model

#2D4B61 color CMYK value is (54,23,0,62).

  • cyan value is 53.61%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(54,23,0,62)
C54M23Y0K62 
(54%,23%,0%,62%)
(0.54/0.23/0.00/0.62)	

CMYK percentages

%53.61
%22.68
%0
%61.96

Codes

Color #2D4B61 in popluar color models

2D4B61
RGB457597
HSL205°36.62%27.84%
HSB/HSV205°53.61%38.04%
CMYK53.61%22.68%0.00%
61.96%

Color #2D4B61 in popluar number systems.

HEX2D4B61
Decimal457597
Binary10110110010111100001
Octal55113141

Shades and tints

Shades of #2D4B61

#2D4B61
(45,75,97)
#294559
(41,69,89)
#253F51
(37,63,81)
#213949
(33,57,73)
#1D3341
(29,51,65)
#192D39
(25,45,57)
#152731
(21,39,49)
#112129
(17,33,41)
#0D1B21
(13,27,33)
#091519
(9,21,25)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #2D4B61

#2D4B61
(45,75,97)
#405B6F
(64,91,111)
#536B7D
(83,107,125)
#667B8B
(102,123,139)
#798B99
(121,139,153)
#8C9BA7
(140,155,167)
#9FABB5
(159,171,181)
#B2BBC3
(178,187,195)
#C5CBD1
(197,203,209)
#D8DBDF
(216,219,223)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4B61; }

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

This text font color is #2D4B61.


Background Color

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

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

This div background color is #2D4B61.


Border color

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

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

This div border color is #2D4B61.


Opacity

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

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

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

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

This text has shadow with #2D4B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4B61 on black background.


Color preview on white background

This text has color #2D4B61 on white background.



Black color preview on #2D4B61 background

This text has black color on #2D4B61 background.


White color preview on #2D4B61 background

This text has white color on #2D4B61 background.