COLOR #2D3748

HEX: #2D3748
RGB: (45,55,72)

Color info

#2D3748 contains red, green and blue colors in about the same proportion. Web safe color of #2D3748 is #333333 (or #333).

RGB color model

#2D3748 color RGB value is (45,55,72).

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

RGB channels and saturation

R 45 of 255 = 18%
G 55 of 255 = 22%
B 72 of 255 = 28%

45
55
72

R + G + B ~ 23%. #2D3748 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 55 + 72 = 172 (100%)
R 45 of 172 ~ 26.16%
G 55 of 172 ~ 31.98%
B 72 of 172 ~ 41.86%

%26.16
%31.98
%41.86

CMYK color model

#2D3748 color CMYK value is (38,24,0,72).

  • cyan value is 37.50%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(38,24,0,72)
C38M24Y0K72 
(38%,24%,0%,72%)
(0.38/0.24/0.00/0.72)	

CMYK percentages

%37.5
%23.61
%0
%71.76

Codes

Color #2D3748 in popluar color models

2D3748
RGB455572
HSL218°23.08%22.94%
HSB/HSV218°37.50%28.24%
CMYK37.50%23.61%0.00%
71.76%

Color #2D3748 in popluar number systems.

HEX2D3748
Decimal455572
Binary1011011101111001000
Octal5567110

Shades and tints

Shades of #2D3748

#2D3748
(45,55,72)
#293242
(41,50,66)
#252D3C
(37,45,60)
#212836
(33,40,54)
#1D2330
(29,35,48)
#191E2A
(25,30,42)
#151924
(21,25,36)
#11141E
(17,20,30)
#0D0F18
(13,15,24)
#090A12
(9,10,18)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #2D3748

#2D3748
(45,55,72)
#404958
(64,73,88)
#535B68
(83,91,104)
#666D78
(102,109,120)
#797F88
(121,127,136)
#8C9198
(140,145,152)
#9FA3A8
(159,163,168)
#B2B5B8
(178,181,184)
#C5C7C8
(197,199,200)
#D8D9D8
(216,217,216)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D3748; }

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

This text font color is #2D3748.


Background Color

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

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

This div background color is #2D3748.


Border color

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

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

This div border color is #2D3748.


Opacity

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

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

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

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

This text has shadow with #2D3748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3748 on black background.


Color preview on white background

This text has color #2D3748 on white background.



Black color preview on #2D3748 background

This text has black color on #2D3748 background.


White color preview on #2D3748 background

This text has white color on #2D3748 background.