COLOR #2D466C

HEX: #2D466C
RGB: (45,70,108)

Color info

#2D466C contains mainly green and blue colors. Web safe color of #2D466C is #333366 (or #336).

RGB color model

#2D466C color RGB value is (45,70,108).

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

RGB channels and saturation

R 45 of 255 = 18%
G 70 of 255 = 27%
B 108 of 255 = 42%

45
70
108

R + G + B ~ 29%. #2D466C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 70 + 108 = 223 (100%)
R 45 of 223 ~ 20.18%
G 70 of 223 ~ 31.39%
B 108 of 223 ~ 48.43%

%20.18
%31.39
%48.43

CMYK color model

#2D466C color CMYK value is (58,35,0,58).

  • cyan value is 58.33%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(58,35,0,58)
C58M35Y0K58 
(58%,35%,0%,58%)
(0.58/0.35/0.00/0.58)	

CMYK percentages

%58.33
%35.19
%0
%57.65

Codes

Color #2D466C in popluar color models

2D466C
RGB4570108
HSL216°41.18%30.00%
HSB/HSV216°58.33%42.35%
CMYK58.33%35.19%0.00%
57.65%

Color #2D466C in popluar number systems.

HEX2D466C
Decimal4570108
Binary10110110001101101100
Octal55106154

Shades and tints

Shades of #2D466C

#2D466C
(45,70,108)
#294063
(41,64,99)
#253A5A
(37,58,90)
#213451
(33,52,81)
#1D2E48
(29,46,72)
#19283F
(25,40,63)
#152236
(21,34,54)
#111C2D
(17,28,45)
#0D1624
(13,22,36)
#09101B
(9,16,27)
#050A12
(5,10,18)
#000000
(0,0,0)

Tints of #2D466C

#2D466C
(45,70,108)
#405679
(64,86,121)
#536686
(83,102,134)
#667693
(102,118,147)
#7986A0
(121,134,160)
#8C96AD
(140,150,173)
#9FA6BA
(159,166,186)
#B2B6C7
(178,182,199)
#C5C6D4
(197,198,212)
#D8D6E1
(216,214,225)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D466C; }

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

This text font color is #2D466C.


Background Color

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

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

This div background color is #2D466C.


Border color

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

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

This div border color is #2D466C.


Opacity

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

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

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

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

This text has shadow with #2D466C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D466C on black background.


Color preview on white background

This text has color #2D466C on white background.



Black color preview on #2D466C background

This text has black color on #2D466C background.


White color preview on #2D466C background

This text has white color on #2D466C background.