COLOR #2D464E

HEX: #2D464E
RGB: (45,70,78)

Color info

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

RGB color model

#2D464E color RGB value is (45,70,78).

  • red value is 45;
  • green value is 70;
  • blue value is 78.
RGB:
(45,70,78)
(18%,27%,31%)

RGB channels and saturation

R 45 of 255 = 18%
G 70 of 255 = 27%
B 78 of 255 = 31%

45
70
78

R + G + B ~ 25%. #2D464E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 70 + 78 = 193 (100%)
R 45 of 193 ~ 23.32%
G 70 of 193 ~ 36.27%
B 78 of 193 ~ 40.41%

%23.32
%36.27
%40.41

CMYK color model

#2D464E color CMYK value is (42,10,0,69).

  • cyan value is 42.31%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(42,10,0,69)
C42M10Y0K69 
(42%,10%,0%,69%)
(0.42/0.10/0.00/0.69)	

CMYK percentages

%42.31
%10.26
%0
%69.41

Codes

Color #2D464E in popluar color models

2D464E
RGB457078
HSL195°26.83%24.12%
HSB/HSV195°42.31%30.59%
CMYK42.31%10.26%0.00%
69.41%

Color #2D464E in popluar number systems.

HEX2D464E
Decimal457078
Binary10110110001101001110
Octal55106116

Shades and tints

Shades of #2D464E

#2D464E
(45,70,78)
#294047
(41,64,71)
#253A40
(37,58,64)
#213439
(33,52,57)
#1D2E32
(29,46,50)
#19282B
(25,40,43)
#152224
(21,34,36)
#111C1D
(17,28,29)
#0D1616
(13,22,22)
#09100F
(9,16,15)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #2D464E

#2D464E
(45,70,78)
#40565E
(64,86,94)
#53666E
(83,102,110)
#66767E
(102,118,126)
#79868E
(121,134,142)
#8C969E
(140,150,158)
#9FA6AE
(159,166,174)
#B2B6BE
(178,182,190)
#C5C6CE
(197,198,206)
#D8D6DE
(216,214,222)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D464E color. Also use rgb(45,70,78) instead hex code.

Text Font Color

.myTextColor { color: #2D464E; }

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

This text font color is #2D464E.


Background Color

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

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

This div background color is #2D464E.


Border color

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

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

This div border color is #2D464E.


Opacity

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

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

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

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

This text has shadow with #2D464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D464E on black background.


Color preview on white background

This text has color #2D464E on white background.



Black color preview on #2D464E background

This text has black color on #2D464E background.


White color preview on #2D464E background

This text has white color on #2D464E background.