COLOR #2C425C

HEX: #2C425C
RGB: (44,66,92)

Color info

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

RGB color model

#2C425C color RGB value is (44,66,92).

  • red value is 44;
  • green value is 66;
  • blue value is 92.
RGB:
(44,66,92)
(17%,26%,36%)

RGB channels and saturation

R 44 of 255 = 17%
G 66 of 255 = 26%
B 92 of 255 = 36%

44
66
92

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

Portions of RGB colors in percentages

R + G + B =
44 + 66 + 92 = 202 (100%)
R 44 of 202 ~ 21.78%
G 66 of 202 ~ 32.67%
B 92 of 202 ~ 45.54%

%21.78
%32.67
%45.54

CMYK color model

#2C425C color CMYK value is (52,28,0,64).

  • cyan value is 52.17%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(52,28,0,64)
C52M28Y0K64 
(52%,28%,0%,64%)
(0.52/0.28/0.00/0.64)	

CMYK percentages

%52.17
%28.26
%0
%63.92

Codes

Color #2C425C in popluar color models

2C425C
RGB446692
HSL213°35.29%26.67%
HSB/HSV213°52.17%36.08%
CMYK52.17%28.26%0.00%
63.92%

Color #2C425C in popluar number systems.

HEX2C425C
Decimal446692
Binary10110010000101011100
Octal54102134

Shades and tints

Shades of #2C425C

#2C425C
(44,66,92)
#283C54
(40,60,84)
#24364C
(36,54,76)
#203044
(32,48,68)
#1C2A3C
(28,42,60)
#182434
(24,36,52)
#141E2C
(20,30,44)
#101824
(16,24,36)
#0C121C
(12,18,28)
#080C14
(8,12,20)
#04060C
(4,6,12)
#000000
(0,0,0)

Tints of #2C425C

#2C425C
(44,66,92)
#3F536A
(63,83,106)
#526478
(82,100,120)
#657586
(101,117,134)
#788694
(120,134,148)
#8B97A2
(139,151,162)
#9EA8B0
(158,168,176)
#B1B9BE
(177,185,190)
#C4CACC
(196,202,204)
#D7DBDA
(215,219,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C425C color. Also use rgb(44,66,92) instead hex code.

Text Font Color

.myTextColor { color: #2C425C; }

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

This text font color is #2C425C.


Background Color

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

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

This div background color is #2C425C.


Border color

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

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

This div border color is #2C425C.


Opacity

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

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

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

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

This text has shadow with #2C425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C425C on black background.


Color preview on white background

This text has color #2C425C on white background.



Black color preview on #2C425C background

This text has black color on #2C425C background.


White color preview on #2C425C background

This text has white color on #2C425C background.