COLOR #2D464D

HEX: #2D464D
RGB: (45,70,77)

Color info

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

RGB color model

#2D464D color RGB value is (45,70,77).

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

RGB channels and saturation

R 45 of 255 = 18%
G 70 of 255 = 27%
B 77 of 255 = 30%

45
70
77

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

Portions of RGB colors in percentages

R + G + B =
45 + 70 + 77 = 192 (100%)
R 45 of 192 ~ 23.44%
G 70 of 192 ~ 36.46%
B 77 of 192 ~ 40.1%

%23.44
%36.46
%40.1

CMYK color model

#2D464D color CMYK value is (42,9,0,70).

  • cyan value is 41.56%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(42,9,0,70)
C42M9Y0K70 
(42%,9%,0%,70%)
(0.42/0.09/0.00/0.70)	

CMYK percentages

%41.56
%9.09
%0
%69.8

Codes

Color #2D464D in popluar color models

2D464D
RGB457077
HSL193°26.23%23.92%
HSB/HSV193°41.56%30.20%
CMYK41.56%9.09%0.00%
69.80%

Color #2D464D in popluar number systems.

HEX2D464D
Decimal457077
Binary10110110001101001101
Octal55106115

Shades and tints

Shades of #2D464D

#2D464D
(45,70,77)
#294046
(41,64,70)
#253A3F
(37,58,63)
#213438
(33,52,56)
#1D2E31
(29,46,49)
#19282A
(25,40,42)
#152223
(21,34,35)
#111C1C
(17,28,28)
#0D1615
(13,22,21)
#09100E
(9,16,14)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #2D464D

#2D464D
(45,70,77)
#40565D
(64,86,93)
#53666D
(83,102,109)
#66767D
(102,118,125)
#79868D
(121,134,141)
#8C969D
(140,150,157)
#9FA6AD
(159,166,173)
#B2B6BD
(178,182,189)
#C5C6CD
(197,198,205)
#D8D6DD
(216,214,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D464D; }

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

This text font color is #2D464D.


Background Color

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

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

This div background color is #2D464D.


Border color

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

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

This div border color is #2D464D.


Opacity

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

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

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

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

This text has shadow with #2D464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D464D on black background.


Color preview on white background

This text has color #2D464D on white background.



Black color preview on #2D464D background

This text has black color on #2D464D background.


White color preview on #2D464D background

This text has white color on #2D464D background.