COLOR #2D4348

HEX: #2D4348
RGB: (45,67,72)

Color info

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

RGB color model

#2D4348 color RGB value is (45,67,72).

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

RGB channels and saturation

R 45 of 255 = 18%
G 67 of 255 = 26%
B 72 of 255 = 28%

45
67
72

R + G + B ~ 24%. #2D4348 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 67 + 72 = 184 (100%)
R 45 of 184 ~ 24.46%
G 67 of 184 ~ 36.41%
B 72 of 184 ~ 39.13%

%24.46
%36.41
%39.13

CMYK color model

#2D4348 color CMYK value is (38,7,0,72).

  • cyan value is 37.50%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(38,7,0,72)
C38M7Y0K72 
(38%,7%,0%,72%)
(0.38/0.07/0.00/0.72)	

CMYK percentages

%37.5
%6.94
%0
%71.76

Codes

Color #2D4348 in popluar color models

2D4348
RGB456772
HSL191°23.08%22.94%
HSB/HSV191°37.50%28.24%
CMYK37.50%6.94%0.00%
71.76%

Color #2D4348 in popluar number systems.

HEX2D4348
Decimal456772
Binary10110110000111001000
Octal55103110

Shades and tints

Shades of #2D4348

#2D4348
(45,67,72)
#293D42
(41,61,66)
#25373C
(37,55,60)
#213136
(33,49,54)
#1D2B30
(29,43,48)
#19252A
(25,37,42)
#151F24
(21,31,36)
#11191E
(17,25,30)
#0D1318
(13,19,24)
#090D12
(9,13,18)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #2D4348

#2D4348
(45,67,72)
#405458
(64,84,88)
#536568
(83,101,104)
#667678
(102,118,120)
#798788
(121,135,136)
#8C9898
(140,152,152)
#9FA9A8
(159,169,168)
#B2BAB8
(178,186,184)
#C5CBC8
(197,203,200)
#D8DCD8
(216,220,216)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4348; }

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

This text font color is #2D4348.


Background Color

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

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

This div background color is #2D4348.


Border color

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

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

This div border color is #2D4348.


Opacity

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

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

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

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

This text has shadow with #2D4348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4348 on black background.


Color preview on white background

This text has color #2D4348 on white background.



Black color preview on #2D4348 background

This text has black color on #2D4348 background.


White color preview on #2D4348 background

This text has white color on #2D4348 background.