COLOR #3C0509

HEX: #3C0509
RGB: (60,5,9)

Color info

#3C0509 contains red, green and blue colors in about the same proportion. Web safe color of #3C0509 is #330000 (or #300).

RGB color model

#3C0509 color RGB value is (60,5,9).

  • red value is 60;
  • green value is 5;
  • blue value is 9.
RGB:
(60,5,9)
(24%,2%,4%)

RGB channels and saturation

R 60 of 255 = 24%
G 5 of 255 = 2%
B 9 of 255 = 4%

60
5
9

R + G + B ~ 10%. #3C0509 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 5 + 9 = 74 (100%)
R 60 of 74 ~ 81.08%
G 5 of 74 ~ 6.76%
B 9 of 74 ~ 12.16%

%81.08
%12.16

CMYK color model

#3C0509 color CMYK value is (0,92,85,76).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 85.00%
  • key color value is 76.47%
CMYK:
(0,92,85,76)
C0M92Y85K76 
(0%,92%,85%,76%)
(0.00/0.92/0.85/0.76)	

CMYK percentages

%0
%91.67
%85
%76.47

Codes

Color #3C0509 in popluar color models

3C0509
RGB6059
HSL356°84.62%12.75%
HSB/HSV356°91.67%23.53%
CMYK0.00%91.67%85.00%
76.47%

Color #3C0509 in popluar number systems.

HEX3C0509
Decimal6059
Binary1111001011001
Octal74511

Shades and tints

Shades of #3C0509

#3C0509
(60,5,9)
#370509
(55,5,9)
#320509
(50,5,9)
#2D0509
(45,5,9)
#280509
(40,5,9)
#230509
(35,5,9)
#1E0509
(30,5,9)
#190509
(25,5,9)
#140509
(20,5,9)
#0F0509
(15,5,9)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #3C0509

#3C0509
(60,5,9)
#4D1B1F
(77,27,31)
#5E3135
(94,49,53)
#6F474B
(111,71,75)
#805D61
(128,93,97)
#917377
(145,115,119)
#A2898D
(162,137,141)
#B39FA3
(179,159,163)
#C4B5B9
(196,181,185)
#D5CBCF
(213,203,207)
#E6E1E5
(230,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C0509 color. Also use rgb(60,5,9) instead hex code.

Text Font Color

.myTextColor { color: #3C0509; }

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

This text font color is #3C0509.


Background Color

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

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

This div background color is #3C0509.


Border color

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

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

This div border color is #3C0509.


Opacity

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

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

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

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

This text has shadow with #3C0509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0509 on black background.


Color preview on white background

This text has color #3C0509 on white background.



Black color preview on #3C0509 background

This text has black color on #3C0509 background.


White color preview on #3C0509 background

This text has white color on #3C0509 background.