COLOR #3C2434

HEX: #3C2434
RGB: (60,36,52)

Color info

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

RGB color model

#3C2434 color RGB value is (60,36,52).

  • red value is 60;
  • green value is 36;
  • blue value is 52.
RGB:
(60,36,52)
(24%,14%,20%)

RGB channels and saturation

R 60 of 255 = 24%
G 36 of 255 = 14%
B 52 of 255 = 20%

60
36
52

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

Portions of RGB colors in percentages

R + G + B =
60 + 36 + 52 = 148 (100%)
R 60 of 148 ~ 40.54%
G 36 of 148 ~ 24.32%
B 52 of 148 ~ 35.14%

%40.54
%24.32
%35.14

CMYK color model

#3C2434 color CMYK value is (0,40,13,76).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 13.33%
  • key color value is 76.47%
CMYK:
(0,40,13,76)
C0M40Y13K76 
(0%,40%,13%,76%)
(0.00/0.40/0.13/0.76)	

CMYK percentages

%0
%40
%13.33
%76.47

Codes

Color #3C2434 in popluar color models

3C2434
RGB603652
HSL320°25.00%18.82%
HSB/HSV320°40.00%23.53%
CMYK0.00%40.00%13.33%
76.47%

Color #3C2434 in popluar number systems.

HEX3C2434
Decimal603652
Binary111100100100110100
Octal744464

Shades and tints

Shades of #3C2434

#3C2434
(60,36,52)
#372130
(55,33,48)
#321E2C
(50,30,44)
#2D1B28
(45,27,40)
#281824
(40,24,36)
#231520
(35,21,32)
#1E121C
(30,18,28)
#190F18
(25,15,24)
#140C14
(20,12,20)
#0F0910
(15,9,16)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #3C2434

#3C2434
(60,36,52)
#4D3746
(77,55,70)
#5E4A58
(94,74,88)
#6F5D6A
(111,93,106)
#80707C
(128,112,124)
#91838E
(145,131,142)
#A296A0
(162,150,160)
#B3A9B2
(179,169,178)
#C4BCC4
(196,188,196)
#D5CFD6
(213,207,214)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C2434 color. Also use rgb(60,36,52) instead hex code.

Text Font Color

.myTextColor { color: #3C2434; }

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

This text font color is #3C2434.


Background Color

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

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

This div background color is #3C2434.


Border color

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

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

This div border color is #3C2434.


Opacity

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

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

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

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

This text has shadow with #3C2434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C2434 on black background.


Color preview on white background

This text has color #3C2434 on white background.



Black color preview on #3C2434 background

This text has black color on #3C2434 background.


White color preview on #3C2434 background

This text has white color on #3C2434 background.