COLOR #2D5453

HEX: #2D5453
RGB: (45,84,83)

Color info

#2D5453 contains red, green and blue colors in about the same proportion. Web safe color of #2D5453 is #336666 (or #366).

RGB color model

#2D5453 color RGB value is (45,84,83).

  • red value is 45;
  • green value is 84;
  • blue value is 83.
RGB:
(45,84,83)
(18%,33%,33%)

RGB channels and saturation

R 45 of 255 = 18%
G 84 of 255 = 33%
B 83 of 255 = 33%

45
84
83

R + G + B ~ 28%. #2D5453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 84 + 83 = 212 (100%)
R 45 of 212 ~ 21.23%
G 84 of 212 ~ 39.62%
B 83 of 212 ~ 39.15%

%21.23
%39.62
%39.15

CMYK color model

#2D5453 color CMYK value is (46,0,1,67).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 67.06%
CMYK:
(46,0,1,67)
C46M0Y1K67 
(46%,0%,1%,67%)
(0.46/0.00/0.01/0.67)	

CMYK percentages

%46.43
%0
%1.19
%67.06

Codes

Color #2D5453 in popluar color models

2D5453
RGB458483
HSL178°30.23%25.29%
HSB/HSV178°46.43%32.94%
CMYK46.43%0.00%1.19%
67.06%

Color #2D5453 in popluar number systems.

HEX2D5453
Decimal458483
Binary10110110101001010011
Octal55124123

Shades and tints

Shades of #2D5453

#2D5453
(45,84,83)
#294D4C
(41,77,76)
#254645
(37,70,69)
#213F3E
(33,63,62)
#1D3837
(29,56,55)
#193130
(25,49,48)
#152A29
(21,42,41)
#112322
(17,35,34)
#0D1C1B
(13,28,27)
#091514
(9,21,20)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #2D5453

#2D5453
(45,84,83)
#406362
(64,99,98)
#537271
(83,114,113)
#668180
(102,129,128)
#79908F
(121,144,143)
#8C9F9E
(140,159,158)
#9FAEAD
(159,174,173)
#B2BDBC
(178,189,188)
#C5CCCB
(197,204,203)
#D8DBDA
(216,219,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5453 color. Also use rgb(45,84,83) instead hex code.

Text Font Color

.myTextColor { color: #2D5453; }

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

This text font color is #2D5453.


Background Color

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

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

This div background color is #2D5453.


Border color

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

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

This div border color is #2D5453.


Opacity

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

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

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

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

This text has shadow with #2D5453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5453 on black background.


Color preview on white background

This text has color #2D5453 on white background.



Black color preview on #2D5453 background

This text has black color on #2D5453 background.


White color preview on #2D5453 background

This text has white color on #2D5453 background.