COLOR #2C2A59

HEX: #2C2A59
RGB: (44,42,89)

Color info

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

RGB color model

#2C2A59 color RGB value is (44,42,89).

  • red value is 44;
  • green value is 42;
  • blue value is 89.
RGB:
(44,42,89)
(17%,16%,35%)

RGB channels and saturation

R 44 of 255 = 17%
G 42 of 255 = 16%
B 89 of 255 = 35%

44
42
89

R + G + B ~ 23%. #2C2A59 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 42 + 89 = 175 (100%)
R 44 of 175 ~ 25.14%
G 42 of 175 ~ 24%
B 89 of 175 ~ 50.86%

%25.14
%24
%50.86

CMYK color model

#2C2A59 color CMYK value is (51,53,0,65).

  • cyan value is 50.56%
  • magenta value is 52.81%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(51,53,0,65)
C51M53Y0K65 
(51%,53%,0%,65%)
(0.51/0.53/0.00/0.65)	

CMYK percentages

%50.56
%52.81
%0
%65.1

Codes

Color #2C2A59 in popluar color models

2C2A59
RGB444289
HSL243°35.88%25.69%
HSB/HSV243°52.81%34.90%
CMYK50.56%52.81%0.00%
65.10%

Color #2C2A59 in popluar number systems.

HEX2C2A59
Decimal444289
Binary1011001010101011001
Octal5452131

Shades and tints

Shades of #2C2A59

#2C2A59
(44,42,89)
#282751
(40,39,81)
#242449
(36,36,73)
#202141
(32,33,65)
#1C1E39
(28,30,57)
#181B31
(24,27,49)
#141829
(20,24,41)
#101521
(16,21,33)
#0C1219
(12,18,25)
#080F11
(8,15,17)
#040C09
(4,12,9)
#000000
(0,0,0)

Tints of #2C2A59

#2C2A59
(44,42,89)
#3F3D68
(63,61,104)
#525077
(82,80,119)
#656386
(101,99,134)
#787695
(120,118,149)
#8B89A4
(139,137,164)
#9E9CB3
(158,156,179)
#B1AFC2
(177,175,194)
#C4C2D1
(196,194,209)
#D7D5E0
(215,213,224)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C2A59 color. Also use rgb(44,42,89) instead hex code.

Text Font Color

.myTextColor { color: #2C2A59; }

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

This text font color is #2C2A59.


Background Color

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

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

This div background color is #2C2A59.


Border color

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

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

This div border color is #2C2A59.


Opacity

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

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

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

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

This text has shadow with #2C2A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2A59 on black background.


Color preview on white background

This text has color #2C2A59 on white background.



Black color preview on #2C2A59 background

This text has black color on #2C2A59 background.


White color preview on #2C2A59 background

This text has white color on #2C2A59 background.