COLOR #2D4555

HEX: #2D4555
RGB: (45,69,85)

Color info

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

RGB color model

#2D4555 color RGB value is (45,69,85).

  • red value is 45;
  • green value is 69;
  • blue value is 85.
RGB:
(45,69,85)
(18%,27%,33%)

RGB channels and saturation

R 45 of 255 = 18%
G 69 of 255 = 27%
B 85 of 255 = 33%

45
69
85

R + G + B ~ 26%. #2D4555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 69 + 85 = 199 (100%)
R 45 of 199 ~ 22.61%
G 69 of 199 ~ 34.67%
B 85 of 199 ~ 42.71%

%22.61
%34.67
%42.71

CMYK color model

#2D4555 color CMYK value is (47,19,0,67).

  • cyan value is 47.06%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(47,19,0,67)
C47M19Y0K67 
(47%,19%,0%,67%)
(0.47/0.19/0.00/0.67)	

CMYK percentages

%47.06
%18.82
%0
%66.67

Codes

Color #2D4555 in popluar color models

2D4555
RGB456985
HSL204°30.77%25.49%
HSB/HSV204°47.06%33.33%
CMYK47.06%18.82%0.00%
66.67%

Color #2D4555 in popluar number systems.

HEX2D4555
Decimal456985
Binary10110110001011010101
Octal55105125

Shades and tints

Shades of #2D4555

#2D4555
(45,69,85)
#293F4E
(41,63,78)
#253947
(37,57,71)
#213340
(33,51,64)
#1D2D39
(29,45,57)
#192732
(25,39,50)
#15212B
(21,33,43)
#111B24
(17,27,36)
#0D151D
(13,21,29)
#090F16
(9,15,22)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #2D4555

#2D4555
(45,69,85)
#405564
(64,85,100)
#536573
(83,101,115)
#667582
(102,117,130)
#798591
(121,133,145)
#8C95A0
(140,149,160)
#9FA5AF
(159,165,175)
#B2B5BE
(178,181,190)
#C5C5CD
(197,197,205)
#D8D5DC
(216,213,220)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4555 color. Also use rgb(45,69,85) instead hex code.

Text Font Color

.myTextColor { color: #2D4555; }

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

This text font color is #2D4555.


Background Color

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

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

This div background color is #2D4555.


Border color

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

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

This div border color is #2D4555.


Opacity

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

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

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

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

This text has shadow with #2D4555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4555 on black background.


Color preview on white background

This text has color #2D4555 on white background.



Black color preview on #2D4555 background

This text has black color on #2D4555 background.


White color preview on #2D4555 background

This text has white color on #2D4555 background.