COLOR #2D4753

HEX: #2D4753
RGB: (45,71,83)

Color info

#2D4753 contains red, green and blue colors in about the same proportion. Web safe color of #2D4753 is #333366 (or #336).

RGB color model

#2D4753 color RGB value is (45,71,83).

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

RGB channels and saturation

R 45 of 255 = 18%
G 71 of 255 = 28%
B 83 of 255 = 33%

45
71
83

R + G + B ~ 26%. #2D4753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 71 + 83 = 199 (100%)
R 45 of 199 ~ 22.61%
G 71 of 199 ~ 35.68%
B 83 of 199 ~ 41.71%

%22.61
%35.68
%41.71

CMYK color model

#2D4753 color CMYK value is (46,14,0,67).

  • cyan value is 45.78%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(46,14,0,67)
C46M14Y0K67 
(46%,14%,0%,67%)
(0.46/0.14/0.00/0.67)	

CMYK percentages

%45.78
%14.46
%0
%67.45

Codes

Color #2D4753 in popluar color models

2D4753
RGB457183
HSL199°29.69%25.10%
HSB/HSV199°45.78%32.55%
CMYK45.78%14.46%0.00%
67.45%

Color #2D4753 in popluar number systems.

HEX2D4753
Decimal457183
Binary10110110001111010011
Octal55107123

Shades and tints

Shades of #2D4753

#2D4753
(45,71,83)
#29414C
(41,65,76)
#253B45
(37,59,69)
#21353E
(33,53,62)
#1D2F37
(29,47,55)
#192930
(25,41,48)
#152329
(21,35,41)
#111D22
(17,29,34)
#0D171B
(13,23,27)
#091114
(9,17,20)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #2D4753

#2D4753
(45,71,83)
#405762
(64,87,98)
#536771
(83,103,113)
#667780
(102,119,128)
#79878F
(121,135,143)
#8C979E
(140,151,158)
#9FA7AD
(159,167,173)
#B2B7BC
(178,183,188)
#C5C7CB
(197,199,203)
#D8D7DA
(216,215,218)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4753; }

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

This text font color is #2D4753.


Background Color

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

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

This div background color is #2D4753.


Border color

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

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

This div border color is #2D4753.


Opacity

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

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

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

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

This text has shadow with #2D4753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4753 on black background.


Color preview on white background

This text has color #2D4753 on white background.



Black color preview on #2D4753 background

This text has black color on #2D4753 background.


White color preview on #2D4753 background

This text has white color on #2D4753 background.