COLOR #2D325A

HEX: #2D325A
RGB: (45,50,90)

Color info

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

RGB color model

#2D325A color RGB value is (45,50,90).

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

RGB channels and saturation

R 45 of 255 = 18%
G 50 of 255 = 20%
B 90 of 255 = 35%

45
50
90

R + G + B ~ 24%. #2D325A is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 50 + 90 = 185 (100%)
R 45 of 185 ~ 24.32%
G 50 of 185 ~ 27.03%
B 90 of 185 ~ 48.65%

%24.32
%27.03
%48.65

CMYK color model

#2D325A color CMYK value is (50,44,0,65).

  • cyan value is 50.00%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(50,44,0,65)
C50M44Y0K65 
(50%,44%,0%,65%)
(0.50/0.44/0.00/0.65)	

CMYK percentages

%50
%44.44
%0
%64.71

Codes

Color #2D325A in popluar color models

2D325A
RGB455090
HSL233°33.33%26.47%
HSB/HSV233°50.00%35.29%
CMYK50.00%44.44%0.00%
64.71%

Color #2D325A in popluar number systems.

HEX2D325A
Decimal455090
Binary1011011100101011010
Octal5562132

Shades and tints

Shades of #2D325A

#2D325A
(45,50,90)
#292E52
(41,46,82)
#252A4A
(37,42,74)
#212642
(33,38,66)
#1D223A
(29,34,58)
#191E32
(25,30,50)
#151A2A
(21,26,42)
#111622
(17,22,34)
#0D121A
(13,18,26)
#090E12
(9,14,18)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #2D325A

#2D325A
(45,50,90)
#404469
(64,68,105)
#535678
(83,86,120)
#666887
(102,104,135)
#797A96
(121,122,150)
#8C8CA5
(140,140,165)
#9F9EB4
(159,158,180)
#B2B0C3
(178,176,195)
#C5C2D2
(197,194,210)
#D8D4E1
(216,212,225)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D325A; }

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

This text font color is #2D325A.


Background Color

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

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

This div background color is #2D325A.


Border color

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

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

This div border color is #2D325A.


Opacity

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

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

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

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

This text has shadow with #2D325A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D325A on black background.


Color preview on white background

This text has color #2D325A on white background.



Black color preview on #2D325A background

This text has black color on #2D325A background.


White color preview on #2D325A background

This text has white color on #2D325A background.