COLOR #2D3757

HEX: #2D3757
RGB: (45,55,87)

Color info

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

RGB color model

#2D3757 color RGB value is (45,55,87).

  • red value is 45;
  • green value is 55;
  • blue value is 87.
RGB:
(45,55,87)
(18%,22%,34%)

RGB channels and saturation

R 45 of 255 = 18%
G 55 of 255 = 22%
B 87 of 255 = 34%

45
55
87

R + G + B ~ 25%. #2D3757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 55 + 87 = 187 (100%)
R 45 of 187 ~ 24.06%
G 55 of 187 ~ 29.41%
B 87 of 187 ~ 46.52%

%24.06
%29.41
%46.52

CMYK color model

#2D3757 color CMYK value is (48,37,0,66).

  • cyan value is 48.28%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(48,37,0,66)
C48M37Y0K66 
(48%,37%,0%,66%)
(0.48/0.37/0.00/0.66)	

CMYK percentages

%48.28
%36.78
%0
%65.88

Codes

Color #2D3757 in popluar color models

2D3757
RGB455587
HSL226°31.82%25.88%
HSB/HSV226°48.28%34.12%
CMYK48.28%36.78%0.00%
65.88%

Color #2D3757 in popluar number systems.

HEX2D3757
Decimal455587
Binary1011011101111010111
Octal5567127

Shades and tints

Shades of #2D3757

#2D3757
(45,55,87)
#293250
(41,50,80)
#252D49
(37,45,73)
#212842
(33,40,66)
#1D233B
(29,35,59)
#191E34
(25,30,52)
#15192D
(21,25,45)
#111426
(17,20,38)
#0D0F1F
(13,15,31)
#090A18
(9,10,24)
#050511
(5,5,17)
#000000
(0,0,0)

Tints of #2D3757

#2D3757
(45,55,87)
#404966
(64,73,102)
#535B75
(83,91,117)
#666D84
(102,109,132)
#797F93
(121,127,147)
#8C91A2
(140,145,162)
#9FA3B1
(159,163,177)
#B2B5C0
(178,181,192)
#C5C7CF
(197,199,207)
#D8D9DE
(216,217,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3757 color. Also use rgb(45,55,87) instead hex code.

Text Font Color

.myTextColor { color: #2D3757; }

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

This text font color is #2D3757.


Background Color

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

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

This div background color is #2D3757.


Border color

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

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

This div border color is #2D3757.


Opacity

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

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

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

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

This text has shadow with #2D3757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3757 on black background.


Color preview on white background

This text has color #2D3757 on white background.



Black color preview on #2D3757 background

This text has black color on #2D3757 background.


White color preview on #2D3757 background

This text has white color on #2D3757 background.