COLOR #2D3139

HEX: #2D3139
RGB: (45,49,57)

Color info

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

RGB color model

#2D3139 color RGB value is (45,49,57).

  • red value is 45;
  • green value is 49;
  • blue value is 57.
RGB:
(45,49,57)
(18%,19%,22%)

RGB channels and saturation

R 45 of 255 = 18%
G 49 of 255 = 19%
B 57 of 255 = 22%

45
49
57

R + G + B ~ 20%. #2D3139 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 49 + 57 = 151 (100%)
R 45 of 151 ~ 29.8%
G 49 of 151 ~ 32.45%
B 57 of 151 ~ 37.75%

%29.8
%32.45
%37.75

CMYK color model

#2D3139 color CMYK value is (21,14,0,78).

  • cyan value is 21.05%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(21,14,0,78)
C21M14Y0K78 
(21%,14%,0%,78%)
(0.21/0.14/0.00/0.78)	

CMYK percentages

%21.05
%14.04
%0
%77.65

Codes

Color #2D3139 in popluar color models

2D3139
RGB454957
HSL220°11.76%20.00%
HSB/HSV220°21.05%22.35%
CMYK21.05%14.04%0.00%
77.65%

Color #2D3139 in popluar number systems.

HEX2D3139
Decimal454957
Binary101101110001111001
Octal556171

Shades and tints

Shades of #2D3139

#2D3139
(45,49,57)
#292D34
(41,45,52)
#25292F
(37,41,47)
#21252A
(33,37,42)
#1D2125
(29,33,37)
#191D20
(25,29,32)
#15191B
(21,25,27)
#111516
(17,21,22)
#0D1111
(13,17,17)
#090D0C
(9,13,12)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #2D3139

#2D3139
(45,49,57)
#40434B
(64,67,75)
#53555D
(83,85,93)
#66676F
(102,103,111)
#797981
(121,121,129)
#8C8B93
(140,139,147)
#9F9DA5
(159,157,165)
#B2AFB7
(178,175,183)
#C5C1C9
(197,193,201)
#D8D3DB
(216,211,219)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3139 color. Also use rgb(45,49,57) instead hex code.

Text Font Color

.myTextColor { color: #2D3139; }

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

This text font color is #2D3139.


Background Color

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

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

This div background color is #2D3139.


Border color

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

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

This div border color is #2D3139.


Opacity

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

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

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

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

This text has shadow with #2D3139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3139 on black background.


Color preview on white background

This text has color #2D3139 on white background.



Black color preview on #2D3139 background

This text has black color on #2D3139 background.


White color preview on #2D3139 background

This text has white color on #2D3139 background.