COLOR #2C325D

HEX: #2C325D
RGB: (44,50,93)

Color info

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

RGB color model

#2C325D color RGB value is (44,50,93).

  • red value is 44;
  • green value is 50;
  • blue value is 93.
RGB:
(44,50,93)
(17%,20%,36%)

RGB channels and saturation

R 44 of 255 = 17%
G 50 of 255 = 20%
B 93 of 255 = 36%

44
50
93

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

Portions of RGB colors in percentages

R + G + B =
44 + 50 + 93 = 187 (100%)
R 44 of 187 ~ 23.53%
G 50 of 187 ~ 26.74%
B 93 of 187 ~ 49.73%

%23.53
%26.74
%49.73

CMYK color model

#2C325D color CMYK value is (53,46,0,64).

  • cyan value is 52.69%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(53,46,0,64)
C53M46Y0K64 
(53%,46%,0%,64%)
(0.53/0.46/0.00/0.64)	

CMYK percentages

%52.69
%46.24
%0
%63.53

Codes

Color #2C325D in popluar color models

2C325D
RGB445093
HSL233°35.77%26.86%
HSB/HSV233°52.69%36.47%
CMYK52.69%46.24%0.00%
63.53%

Color #2C325D in popluar number systems.

HEX2C325D
Decimal445093
Binary1011001100101011101
Octal5462135

Shades and tints

Shades of #2C325D

#2C325D
(44,50,93)
#282E55
(40,46,85)
#242A4D
(36,42,77)
#202645
(32,38,69)
#1C223D
(28,34,61)
#181E35
(24,30,53)
#141A2D
(20,26,45)
#101625
(16,22,37)
#0C121D
(12,18,29)
#080E15
(8,14,21)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #2C325D

#2C325D
(44,50,93)
#3F446B
(63,68,107)
#525679
(82,86,121)
#656887
(101,104,135)
#787A95
(120,122,149)
#8B8CA3
(139,140,163)
#9E9EB1
(158,158,177)
#B1B0BF
(177,176,191)
#C4C2CD
(196,194,205)
#D7D4DB
(215,212,219)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C325D color. Also use rgb(44,50,93) instead hex code.

Text Font Color

.myTextColor { color: #2C325D; }

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

This text font color is #2C325D.


Background Color

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

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

This div background color is #2C325D.


Border color

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

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

This div border color is #2C325D.


Opacity

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

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

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

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

This text has shadow with #2C325D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C325D on black background.


Color preview on white background

This text has color #2C325D on white background.



Black color preview on #2C325D background

This text has black color on #2C325D background.


White color preview on #2C325D background

This text has white color on #2C325D background.