COLOR #3C1F35

HEX: #3C1F35 RGB: (60,31,53)

Color info

#3C1F35 contains red, green and blue colors in about the same proportion. Web safe color of #3C1F35 is #333333 (or #333).

RGB color model

#3C1F35 color RGB value is (60,31,53).

RGB: (60,31,53) (24%, 12%, 21%)

RGB channels and saturation

R 60 of 255 = 24%
G 31 of 255 = 12%
B 53 of 255 = 21%

60
31
53

R + G + B ~ 19%. #3C1F35 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 31 + 53 = 144 (100%)
R 60 of 144 ~ 41.67%
G 31 of 144 ~ 21.53%
B 53 of 144 ~ 36.81'%

%41.67
%21.53
%36.81

CMYK color model

#3C1F35 color CMYK value is (0,48,12,76).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 11.67%
  • key color value is 76.47%

CMYK: (0,48,12,76)
C0M48Y12K76 (0%, 48%, 12%, 76%)
(0.00 / 0.48 / 0.12 / 0.76)

CMYK percentages

%0
%48.33
%11.67
%76.47

Codes

Color #3C1F35 in popluar color models

3C 1F 35
RGB 60 31 53
HSL 314° 31.87% 17.84%
HSB/HSV 314° 48.33% 23.53%
CMYK 0.00% 48.33% 11.67%
76.47%

Color #3C1F35 in popluar number systems.

HEX 3C 1F 35
Decimal 60 31 53
Binary 111100 11111 110101
Octal 74 37 65

Shades and tints

Shades of #3C1F35

#3C1F35
(60,31,53)
#371D31
(55,29,49)
#321B2D
(50,27,45)
#2D1929
(45,25,41)
#281725
(40,23,37)
#231521
(35,21,33)
#1E131D
(30,19,29)
#191119
(25,17,25)
#140F15
(20,15,21)
#0F0D11
(15,13,17)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #3C1F35

#3C1F35
(60,31,53)
#4D3347
(77,51,71)
#5E4759
(94,71,89)
#6F5B6B
(111,91,107)
#806F7D
(128,111,125)
#91838F
(145,131,143)
#A297A1
(162,151,161)
#B3ABB3
(179,171,179)
#C4BFC5
(196,191,197)
#D5D3D7
(213,211,215)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C1F35 color. Also use rgb(60,31,53) instead hex code.

Text Font Color

.myTextColor { color: #3C1F35; }

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

This text font color is #3C1F35.

Background Color

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

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

This div background color is #3C1F35.

Border color

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

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

This div border color is #3C1F35.

Opacity

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

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

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

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

This text has shadow with #3C1F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1F35.

Preview

Color preview on black background

This text has color #3C1F35 on black background.


Color preview on white background

This text has color #3C1F35 on white background.


Black color preview on #3C1F35 background

This text has black color on #3C1F35 background.


White color preview on #3C1F35 background

This text has white color on #3C1F35 background.


Related colors

Complementary color

Complementary color for #hex is #C3E0CA.


I love getcolorcode.com

Triadic colors

1 #353C1F and #1F353C with #3C1F35 are triadic colors.

2 #351F3C and #1F3C35 with #3C1F35 are triadic colors.