COLOR #2D3343

HEX: #2D3343
RGB: (45,51,67)

Color info

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

RGB color model

#2D3343 color RGB value is (45,51,67).

  • red value is 45;
  • green value is 51;
  • blue value is 67.
RGB:
(45,51,67)
(18%,20%,26%)

RGB channels and saturation

R 45 of 255 = 18%
G 51 of 255 = 20%
B 67 of 255 = 26%

45
51
67

R + G + B ~ 21%. #2D3343 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 51 + 67 = 163 (100%)
R 45 of 163 ~ 27.61%
G 51 of 163 ~ 31.29%
B 67 of 163 ~ 41.1%

%27.61
%31.29
%41.1

CMYK color model

#2D3343 color CMYK value is (33,24,0,74).

  • cyan value is 32.84%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(33,24,0,74)
C33M24Y0K74 
(33%,24%,0%,74%)
(0.33/0.24/0.00/0.74)	

CMYK percentages

%32.84
%23.88
%0
%73.73

Codes

Color #2D3343 in popluar color models

2D3343
RGB455167
HSL224°19.64%21.96%
HSB/HSV224°32.84%26.27%
CMYK32.84%23.88%0.00%
73.73%

Color #2D3343 in popluar number systems.

HEX2D3343
Decimal455167
Binary1011011100111000011
Octal5563103

Shades and tints

Shades of #2D3343

#2D3343
(45,51,67)
#292F3D
(41,47,61)
#252B37
(37,43,55)
#212731
(33,39,49)
#1D232B
(29,35,43)
#191F25
(25,31,37)
#151B1F
(21,27,31)
#111719
(17,23,25)
#0D1313
(13,19,19)
#090F0D
(9,15,13)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #2D3343

#2D3343
(45,51,67)
#404554
(64,69,84)
#535765
(83,87,101)
#666976
(102,105,118)
#797B87
(121,123,135)
#8C8D98
(140,141,152)
#9F9FA9
(159,159,169)
#B2B1BA
(178,177,186)
#C5C3CB
(197,195,203)
#D8D5DC
(216,213,220)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3343 color. Also use rgb(45,51,67) instead hex code.

Text Font Color

.myTextColor { color: #2D3343; }

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

This text font color is #2D3343.


Background Color

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

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

This div background color is #2D3343.


Border color

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

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

This div border color is #2D3343.


Opacity

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

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

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

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

This text has shadow with #2D3343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3343 on black background.


Color preview on white background

This text has color #2D3343 on white background.



Black color preview on #2D3343 background

This text has black color on #2D3343 background.


White color preview on #2D3343 background

This text has white color on #2D3343 background.