COLOR #2C1349

HEX: #2C1349
RGB: (44,19,73)

Color info

#2C1349 contains red, green and blue colors in about the same proportion. Web safe color of #2C1349 is #330033 (or #303).

RGB color model

#2C1349 color RGB value is (44,19,73).

  • red value is 44;
  • green value is 19;
  • blue value is 73.
RGB:
(44,19,73)
(17%,7%,29%)

RGB channels and saturation

R 44 of 255 = 17%
G 19 of 255 = 7%
B 73 of 255 = 29%

44
19
73

R + G + B ~ 18%. #2C1349 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 19 + 73 = 136 (100%)
R 44 of 136 ~ 32.35%
G 19 of 136 ~ 13.97%
B 73 of 136 ~ 53.68%

%32.35
%13.97
%53.68

CMYK color model

#2C1349 color CMYK value is (40,74,0,71).

  • cyan value is 39.73%
  • magenta value is 73.97%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(40,74,0,71)
C40M74Y0K71 
(40%,74%,0%,71%)
(0.40/0.74/0.00/0.71)	

CMYK percentages

%39.73
%73.97
%0
%71.37

Codes

Color #2C1349 in popluar color models

2C1349
RGB441973
HSL268°58.70%18.04%
HSB/HSV268°73.97%28.63%
CMYK39.73%73.97%0.00%
71.37%

Color #2C1349 in popluar number systems.

HEX2C1349
Decimal441973
Binary101100100111001001
Octal5423111

Shades and tints

Shades of #2C1349

#2C1349
(44,19,73)
#281243
(40,18,67)
#24113D
(36,17,61)
#201037
(32,16,55)
#1C0F31
(28,15,49)
#180E2B
(24,14,43)
#140D25
(20,13,37)
#100C1F
(16,12,31)
#0C0B19
(12,11,25)
#080A13
(8,10,19)
#04090D
(4,9,13)
#000000
(0,0,0)

Tints of #2C1349

#2C1349
(44,19,73)
#3F2859
(63,40,89)
#523D69
(82,61,105)
#655279
(101,82,121)
#786789
(120,103,137)
#8B7C99
(139,124,153)
#9E91A9
(158,145,169)
#B1A6B9
(177,166,185)
#C4BBC9
(196,187,201)
#D7D0D9
(215,208,217)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C1349 color. Also use rgb(44,19,73) instead hex code.

Text Font Color

.myTextColor { color: #2C1349; }

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

This text font color is #2C1349.


Background Color

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

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

This div background color is #2C1349.


Border color

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

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

This div border color is #2C1349.


Opacity

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

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

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

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

This text has shadow with #2C1349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C1349 on black background.


Color preview on white background

This text has color #2C1349 on white background.



Black color preview on #2C1349 background

This text has black color on #2C1349 background.


White color preview on #2C1349 background

This text has white color on #2C1349 background.