COLOR #2D4959

HEX: #2D4959
RGB: (45,73,89)

Color info

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

RGB color model

#2D4959 color RGB value is (45,73,89).

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

RGB channels and saturation

R 45 of 255 = 18%
G 73 of 255 = 29%
B 89 of 255 = 35%

45
73
89

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

Portions of RGB colors in percentages

R + G + B =
45 + 73 + 89 = 207 (100%)
R 45 of 207 ~ 21.74%
G 73 of 207 ~ 35.27%
B 89 of 207 ~ 43%

%21.74
%35.27
%43

CMYK color model

#2D4959 color CMYK value is (49,18,0,65).

  • cyan value is 49.44%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(49,18,0,65)
C49M18Y0K65 
(49%,18%,0%,65%)
(0.49/0.18/0.00/0.65)	

CMYK percentages

%49.44
%17.98
%0
%65.1

Codes

Color #2D4959 in popluar color models

2D4959
RGB457389
HSL202°32.84%26.27%
HSB/HSV202°49.44%34.90%
CMYK49.44%17.98%0.00%
65.10%

Color #2D4959 in popluar number systems.

HEX2D4959
Decimal457389
Binary10110110010011011001
Octal55111131

Shades and tints

Shades of #2D4959

#2D4959
(45,73,89)
#294351
(41,67,81)
#253D49
(37,61,73)
#213741
(33,55,65)
#1D3139
(29,49,57)
#192B31
(25,43,49)
#152529
(21,37,41)
#111F21
(17,31,33)
#0D1919
(13,25,25)
#091311
(9,19,17)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #2D4959

#2D4959
(45,73,89)
#405968
(64,89,104)
#536977
(83,105,119)
#667986
(102,121,134)
#798995
(121,137,149)
#8C99A4
(140,153,164)
#9FA9B3
(159,169,179)
#B2B9C2
(178,185,194)
#C5C9D1
(197,201,209)
#D8D9E0
(216,217,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4959; }

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

This text font color is #2D4959.


Background Color

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

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

This div background color is #2D4959.


Border color

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

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

This div border color is #2D4959.


Opacity

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

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

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

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

This text has shadow with #2D4959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4959 on black background.


Color preview on white background

This text has color #2D4959 on white background.



Black color preview on #2D4959 background

This text has black color on #2D4959 background.


White color preview on #2D4959 background

This text has white color on #2D4959 background.