COLOR #3C093D

HEX: #3C093D
RGB: (60,9,61)

Color info

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

RGB color model

#3C093D color RGB value is (60,9,61).

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

RGB channels and saturation

R 60 of 255 = 24%
G 9 of 255 = 4%
B 61 of 255 = 24%

60
9
61

R + G + B ~ 17%. #3C093D is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 9 + 61 = 130 (100%)
R 60 of 130 ~ 46.15%
G 9 of 130 ~ 6.92%
B 61 of 130 ~ 46.92%

%46.15
%46.92

CMYK color model

#3C093D color CMYK value is (2,85,0,76).

  • cyan value is 1.64%
  • magenta value is 85.25%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(2,85,0,76)
C2M85Y0K76 
(2%,85%,0%,76%)
(0.02/0.85/0.00/0.76)	

CMYK percentages

%1.64
%85.25
%0
%76.08

Codes

Color #3C093D in popluar color models

3C093D
RGB60961
HSL299°74.29%13.73%
HSB/HSV299°85.25%23.92%
CMYK1.64%85.25%0.00%
76.08%

Color #3C093D in popluar number systems.

HEX3C093D
Decimal60961
Binary1111001001111101
Octal741175

Shades and tints

Shades of #3C093D

#3C093D
(60,9,61)
#370938
(55,9,56)
#320933
(50,9,51)
#2D092E
(45,9,46)
#280929
(40,9,41)
#230924
(35,9,36)
#1E091F
(30,9,31)
#19091A
(25,9,26)
#140915
(20,9,21)
#0F0910
(15,9,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #3C093D

#3C093D
(60,9,61)
#4D1F4E
(77,31,78)
#5E355F
(94,53,95)
#6F4B70
(111,75,112)
#806181
(128,97,129)
#917792
(145,119,146)
#A28DA3
(162,141,163)
#B3A3B4
(179,163,180)
#C4B9C5
(196,185,197)
#D5CFD6
(213,207,214)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C093D; }

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

This text font color is #3C093D.


Background Color

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

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

This div background color is #3C093D.


Border color

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

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

This div border color is #3C093D.


Opacity

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

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

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

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

This text has shadow with #3C093D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C093D on black background.


Color preview on white background

This text has color #3C093D on white background.



Black color preview on #3C093D background

This text has black color on #3C093D background.


White color preview on #3C093D background

This text has white color on #3C093D background.