COLOR #2D4955

HEX: #2D4955
RGB: (45,73,85)

Color info

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

RGB color model

#2D4955 color RGB value is (45,73,85).

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

RGB channels and saturation

R 45 of 255 = 18%
G 73 of 255 = 29%
B 85 of 255 = 33%

45
73
85

R + G + B ~ 27%. #2D4955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 73 + 85 = 203 (100%)
R 45 of 203 ~ 22.17%
G 73 of 203 ~ 35.96%
B 85 of 203 ~ 41.87%

%22.17
%35.96
%41.87

CMYK color model

#2D4955 color CMYK value is (47,14,0,67).

  • cyan value is 47.06%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(47,14,0,67)
C47M14Y0K67 
(47%,14%,0%,67%)
(0.47/0.14/0.00/0.67)	

CMYK percentages

%47.06
%14.12
%0
%66.67

Codes

Color #2D4955 in popluar color models

2D4955
RGB457385
HSL198°30.77%25.49%
HSB/HSV198°47.06%33.33%
CMYK47.06%14.12%0.00%
66.67%

Color #2D4955 in popluar number systems.

HEX2D4955
Decimal457385
Binary10110110010011010101
Octal55111125

Shades and tints

Shades of #2D4955

#2D4955
(45,73,85)
#29434E
(41,67,78)
#253D47
(37,61,71)
#213740
(33,55,64)
#1D3139
(29,49,57)
#192B32
(25,43,50)
#15252B
(21,37,43)
#111F24
(17,31,36)
#0D191D
(13,25,29)
#091316
(9,19,22)
#050D0F
(5,13,15)
#000000
(0,0,0)

Tints of #2D4955

#2D4955
(45,73,85)
#405964
(64,89,100)
#536973
(83,105,115)
#667982
(102,121,130)
#798991
(121,137,145)
#8C99A0
(140,153,160)
#9FA9AF
(159,169,175)
#B2B9BE
(178,185,190)
#C5C9CD
(197,201,205)
#D8D9DC
(216,217,220)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4955; }

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

This text font color is #2D4955.


Background Color

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

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

This div background color is #2D4955.


Border color

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

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

This div border color is #2D4955.


Opacity

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

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

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

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

This text has shadow with #2D4955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4955 on black background.


Color preview on white background

This text has color #2D4955 on white background.



Black color preview on #2D4955 background

This text has black color on #2D4955 background.


White color preview on #2D4955 background

This text has white color on #2D4955 background.