COLOR #2D334D

HEX: #2D334D
RGB: (45,51,77)

Color info

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

RGB color model

#2D334D color RGB value is (45,51,77).

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

RGB channels and saturation

R 45 of 255 = 18%
G 51 of 255 = 20%
B 77 of 255 = 30%

45
51
77

R + G + B ~ 23%. #2D334D is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 51 + 77 = 173 (100%)
R 45 of 173 ~ 26.01%
G 51 of 173 ~ 29.48%
B 77 of 173 ~ 44.51%

%26.01
%29.48
%44.51

CMYK color model

#2D334D color CMYK value is (42,34,0,70).

  • cyan value is 41.56%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(42,34,0,70)
C42M34Y0K70 
(42%,34%,0%,70%)
(0.42/0.34/0.00/0.70)	

CMYK percentages

%41.56
%33.77
%0
%69.8

Codes

Color #2D334D in popluar color models

2D334D
RGB455177
HSL229°26.23%23.92%
HSB/HSV229°41.56%30.20%
CMYK41.56%33.77%0.00%
69.80%

Color #2D334D in popluar number systems.

HEX2D334D
Decimal455177
Binary1011011100111001101
Octal5563115

Shades and tints

Shades of #2D334D

#2D334D
(45,51,77)
#292F46
(41,47,70)
#252B3F
(37,43,63)
#212738
(33,39,56)
#1D2331
(29,35,49)
#191F2A
(25,31,42)
#151B23
(21,27,35)
#11171C
(17,23,28)
#0D1315
(13,19,21)
#090F0E
(9,15,14)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #2D334D

#2D334D
(45,51,77)
#40455D
(64,69,93)
#53576D
(83,87,109)
#66697D
(102,105,125)
#797B8D
(121,123,141)
#8C8D9D
(140,141,157)
#9F9FAD
(159,159,173)
#B2B1BD
(178,177,189)
#C5C3CD
(197,195,205)
#D8D5DD
(216,213,221)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D334D; }

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

This text font color is #2D334D.


Background Color

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

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

This div background color is #2D334D.


Border color

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

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

This div border color is #2D334D.


Opacity

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

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

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

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

This text has shadow with #2D334D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D334D on black background.


Color preview on white background

This text has color #2D334D on white background.



Black color preview on #2D334D background

This text has black color on #2D334D background.


White color preview on #2D334D background

This text has white color on #2D334D background.