COLOR #3C1835

HEX: #3C1835 RGB: (60,24,53)

Color info

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

RGB color model

#3C1835 color RGB value is (60,24,53).

RGB: (60,24,53) (24%, 9%, 21%)

RGB channels and saturation

R 60 of 255 = 24%
G 24 of 255 = 9%
B 53 of 255 = 21%

60
24
53

R + G + B ~ 18%. #3C1835 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 24 + 53 = 137 (100%)
R 60 of 137 ~ 43.8%
G 24 of 137 ~ 17.52%
B 53 of 137 ~ 38.69'%

%43.8
%17.52
%38.69

CMYK color model

#3C1835 color CMYK value is (0,60,12,76).

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

CMYK: (0,60,12,76)
C0M60Y12K76 (0%, 60%, 12%, 76%)
(0.00 / 0.60 / 0.12 / 0.76)

CMYK percentages

%0
%60
%11.67
%76.47

Codes

Color #3C1835 in popluar color models

3C 18 35
RGB 60 24 53
HSL 312° 42.86% 16.47%
HSB/HSV 312° 60.00% 23.53%
CMYK 0.00% 60.00% 11.67%
76.47%

Color #3C1835 in popluar number systems.

HEX 3C 18 35
Decimal 60 24 53
Binary 111100 11000 110101
Octal 74 30 65

Shades and tints

Shades of #3C1835

#3C1835
(60,24,53)
#371631
(55,22,49)
#32142D
(50,20,45)
#2D1229
(45,18,41)
#281025
(40,16,37)
#230E21
(35,14,33)
#1E0C1D
(30,12,29)
#190A19
(25,10,25)
#140815
(20,8,21)
#0F0611
(15,6,17)
#0A040D
(10,4,13)
#000000
(0,0,0)

Tints of #3C1835

#3C1835
(60,24,53)
#4D2D47
(77,45,71)
#5E4259
(94,66,89)
#6F576B
(111,87,107)
#806C7D
(128,108,125)
#91818F
(145,129,143)
#A296A1
(162,150,161)
#B3ABB3
(179,171,179)
#C4C0C5
(196,192,197)
#D5D5D7
(213,213,215)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1835; }

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

This text font color is #3C1835.

Background Color

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

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

This div background color is #3C1835.

Border color

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

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

This div border color is #3C1835.

Opacity

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

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

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

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

This text has shadow with #3C1835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C1835.

Preview

Color preview on black background

This text has color #3C1835 on black background.


Color preview on white background

This text has color #3C1835 on white background.


Black color preview on #3C1835 background

This text has black color on #3C1835 background.


White color preview on #3C1835 background

This text has white color on #3C1835 background.


Related colors

Complementary color

Complementary color for #hex is #C3E7CA.


I love getcolorcode.com

Triadic colors

1 #353C18 and #18353C with #3C1835 are triadic colors.

2 #35183C and #183C35 with #3C1835 are triadic colors.