COLOR #2D325E

HEX: #2D325E
RGB: (45,50,94)

Color info

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

RGB color model

#2D325E color RGB value is (45,50,94).

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

RGB channels and saturation

R 45 of 255 = 18%
G 50 of 255 = 20%
B 94 of 255 = 37%

45
50
94

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

Portions of RGB colors in percentages

R + G + B =
45 + 50 + 94 = 189 (100%)
R 45 of 189 ~ 23.81%
G 50 of 189 ~ 26.46%
B 94 of 189 ~ 49.74%

%23.81
%26.46
%49.74

CMYK color model

#2D325E color CMYK value is (52,47,0,63).

  • cyan value is 52.13%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(52,47,0,63)
C52M47Y0K63 
(52%,47%,0%,63%)
(0.52/0.47/0.00/0.63)	

CMYK percentages

%52.13
%46.81
%0
%63.14

Codes

Color #2D325E in popluar color models

2D325E
RGB455094
HSL234°35.25%27.25%
HSB/HSV234°52.13%36.86%
CMYK52.13%46.81%0.00%
63.14%

Color #2D325E in popluar number systems.

HEX2D325E
Decimal455094
Binary1011011100101011110
Octal5562136

Shades and tints

Shades of #2D325E

#2D325E
(45,50,94)
#292E56
(41,46,86)
#252A4E
(37,42,78)
#212646
(33,38,70)
#1D223E
(29,34,62)
#191E36
(25,30,54)
#151A2E
(21,26,46)
#111626
(17,22,38)
#0D121E
(13,18,30)
#090E16
(9,14,22)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #2D325E

#2D325E
(45,50,94)
#40446C
(64,68,108)
#53567A
(83,86,122)
#666888
(102,104,136)
#797A96
(121,122,150)
#8C8CA4
(140,140,164)
#9F9EB2
(159,158,178)
#B2B0C0
(178,176,192)
#C5C2CE
(197,194,206)
#D8D4DC
(216,212,220)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D325E; }

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

This text font color is #2D325E.


Background Color

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

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

This div background color is #2D325E.


Border color

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

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

This div border color is #2D325E.


Opacity

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

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

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

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

This text has shadow with #2D325E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D325E on black background.


Color preview on white background

This text has color #2D325E on white background.



Black color preview on #2D325E background

This text has black color on #2D325E background.


White color preview on #2D325E background

This text has white color on #2D325E background.