COLOR #2D4A61

HEX: #2D4A61
RGB: (45,74,97)

Color info

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

RGB color model

#2D4A61 color RGB value is (45,74,97).

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

RGB channels and saturation

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

45
74
97

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

Portions of RGB colors in percentages

R + G + B =
45 + 74 + 97 = 216 (100%)
R 45 of 216 ~ 20.83%
G 74 of 216 ~ 34.26%
B 97 of 216 ~ 44.91%

%20.83
%34.26
%44.91

CMYK color model

#2D4A61 color CMYK value is (54,24,0,62).

  • cyan value is 53.61%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(54,24,0,62)
C54M24Y0K62 
(54%,24%,0%,62%)
(0.54/0.24/0.00/0.62)	

CMYK percentages

%53.61
%23.71
%0
%61.96

Codes

Color #2D4A61 in popluar color models

2D4A61
RGB457497
HSL207°36.62%27.84%
HSB/HSV207°53.61%38.04%
CMYK53.61%23.71%0.00%
61.96%

Color #2D4A61 in popluar number systems.

HEX2D4A61
Decimal457497
Binary10110110010101100001
Octal55112141

Shades and tints

Shades of #2D4A61

#2D4A61
(45,74,97)
#294459
(41,68,89)
#253E51
(37,62,81)
#213849
(33,56,73)
#1D3241
(29,50,65)
#192C39
(25,44,57)
#152631
(21,38,49)
#112029
(17,32,41)
#0D1A21
(13,26,33)
#091419
(9,20,25)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #2D4A61

#2D4A61
(45,74,97)
#405A6F
(64,90,111)
#536A7D
(83,106,125)
#667A8B
(102,122,139)
#798A99
(121,138,153)
#8C9AA7
(140,154,167)
#9FAAB5
(159,170,181)
#B2BAC3
(178,186,195)
#C5CAD1
(197,202,209)
#D8DADF
(216,218,223)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4A61; }

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

This text font color is #2D4A61.


Background Color

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

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

This div background color is #2D4A61.


Border color

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

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

This div border color is #2D4A61.


Opacity

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

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

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

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

This text has shadow with #2D4A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4A61 on black background.


Color preview on white background

This text has color #2D4A61 on white background.



Black color preview on #2D4A61 background

This text has black color on #2D4A61 background.


White color preview on #2D4A61 background

This text has white color on #2D4A61 background.