COLOR #3C1129

HEX: #3C1129
RGB: (60,17,41)

Color info

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

RGB color model

#3C1129 color RGB value is (60,17,41).

  • red value is 60;
  • green value is 17;
  • blue value is 41.
RGB:
(60,17,41)
(24%,7%,16%)

RGB channels and saturation

R 60 of 255 = 24%
G 17 of 255 = 7%
B 41 of 255 = 16%

60
17
41

R + G + B ~ 16%. #3C1129 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 17 + 41 = 118 (100%)
R 60 of 118 ~ 50.85%
G 17 of 118 ~ 14.41%
B 41 of 118 ~ 34.75%

%50.85
%14.41
%34.75

CMYK color model

#3C1129 color CMYK value is (0,72,32,76).

  • cyan value is 0.00%
  • magenta value is 71.67%
  • yellow value is 31.67%
  • key color value is 76.47%
CMYK:
(0,72,32,76)
C0M72Y32K76 
(0%,72%,32%,76%)
(0.00/0.72/0.32/0.76)	

CMYK percentages

%0
%71.67
%31.67
%76.47

Codes

Color #3C1129 in popluar color models

3C1129
RGB601741
HSL327°55.84%15.10%
HSB/HSV327°71.67%23.53%
CMYK0.00%71.67%31.67%
76.47%

Color #3C1129 in popluar number systems.

HEX3C1129
Decimal601741
Binary11110010001101001
Octal742151

Shades and tints

Shades of #3C1129

#3C1129
(60,17,41)
#371026
(55,16,38)
#320F23
(50,15,35)
#2D0E20
(45,14,32)
#280D1D
(40,13,29)
#230C1A
(35,12,26)
#1E0B17
(30,11,23)
#190A14
(25,10,20)
#140911
(20,9,17)
#0F080E
(15,8,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #3C1129

#3C1129
(60,17,41)
#4D263C
(77,38,60)
#5E3B4F
(94,59,79)
#6F5062
(111,80,98)
#806575
(128,101,117)
#917A88
(145,122,136)
#A28F9B
(162,143,155)
#B3A4AE
(179,164,174)
#C4B9C1
(196,185,193)
#D5CED4
(213,206,212)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1129 color. Also use rgb(60,17,41) instead hex code.

Text Font Color

.myTextColor { color: #3C1129; }

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

This text font color is #3C1129.


Background Color

.myBgColor { background-color: #3C1129; }

<div style="background-color:#3C1129">Inner text</div>

This div background color is #3C1129.


Border color

.myBorderColor { border: 1px solid #3C1129; }

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

This div border color is #3C1129.


Opacity

.myOpacity80 { color: #3C1129; opacity: 0.8; }

<p style="color:#3C1129;opacity:0.8;">80%</p>

Text with #3C1129 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 #3C1129;}

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

This text has shadow with #3C1129 color.

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

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

This text has shadow with #3C1129 primary color and red secondary color.


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

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

This text has shadow with #3C1129 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1129 on black background.


Color preview on white background

This text has color #3C1129 on white background.



Black color preview on #3C1129 background

This text has black color on #3C1129 background.


White color preview on #3C1129 background

This text has white color on #3C1129 background.