COLOR #2D3263

HEX: #2D3263
RGB: (45,50,99)

Color info

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

RGB color model

#2D3263 color RGB value is (45,50,99).

  • red value is 45;
  • green value is 50;
  • blue value is 99.
RGB:
(45,50,99)
(18%,20%,39%)

RGB channels and saturation

R 45 of 255 = 18%
G 50 of 255 = 20%
B 99 of 255 = 39%

45
50
99

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

Portions of RGB colors in percentages

R + G + B =
45 + 50 + 99 = 194 (100%)
R 45 of 194 ~ 23.2%
G 50 of 194 ~ 25.77%
B 99 of 194 ~ 51.03%

%23.2
%25.77
%51.03

CMYK color model

#2D3263 color CMYK value is (55,49,0,61).

  • cyan value is 54.55%
  • magenta value is 49.49%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(55,49,0,61)
C55M49Y0K61 
(55%,49%,0%,61%)
(0.55/0.49/0.00/0.61)	

CMYK percentages

%54.55
%49.49
%0
%61.18

Codes

Color #2D3263 in popluar color models

2D3263
RGB455099
HSL234°37.50%28.24%
HSB/HSV234°54.55%38.82%
CMYK54.55%49.49%0.00%
61.18%

Color #2D3263 in popluar number systems.

HEX2D3263
Decimal455099
Binary1011011100101100011
Octal5562143

Shades and tints

Shades of #2D3263

#2D3263
(45,50,99)
#292E5A
(41,46,90)
#252A51
(37,42,81)
#212648
(33,38,72)
#1D223F
(29,34,63)
#191E36
(25,30,54)
#151A2D
(21,26,45)
#111624
(17,22,36)
#0D121B
(13,18,27)
#090E12
(9,14,18)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #2D3263

#2D3263
(45,50,99)
#404471
(64,68,113)
#53567F
(83,86,127)
#66688D
(102,104,141)
#797A9B
(121,122,155)
#8C8CA9
(140,140,169)
#9F9EB7
(159,158,183)
#B2B0C5
(178,176,197)
#C5C2D3
(197,194,211)
#D8D4E1
(216,212,225)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3263 color. Also use rgb(45,50,99) instead hex code.

Text Font Color

.myTextColor { color: #2D3263; }

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

This text font color is #2D3263.


Background Color

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

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

This div background color is #2D3263.


Border color

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

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

This div border color is #2D3263.


Opacity

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

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

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

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

This text has shadow with #2D3263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3263 on black background.


Color preview on white background

This text has color #2D3263 on white background.



Black color preview on #2D3263 background

This text has black color on #2D3263 background.


White color preview on #2D3263 background

This text has white color on #2D3263 background.