COLOR #3C073E

HEX: #3C073E
RGB: (60,7,62)

Color info

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

RGB color model

#3C073E color RGB value is (60,7,62).

  • red value is 60;
  • green value is 7;
  • blue value is 62.
RGB:
(60,7,62)
(24%,3%,24%)

RGB channels and saturation

R 60 of 255 = 24%
G 7 of 255 = 3%
B 62 of 255 = 24%

60
7
62

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

Portions of RGB colors in percentages

R + G + B =
60 + 7 + 62 = 129 (100%)
R 60 of 129 ~ 46.51%
G 7 of 129 ~ 5.43%
B 62 of 129 ~ 48.06%

%46.51
%48.06

CMYK color model

#3C073E color CMYK value is (3,89,0,76).

  • cyan value is 3.23%
  • magenta value is 88.71%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(3,89,0,76)
C3M89Y0K76 
(3%,89%,0%,76%)
(0.03/0.89/0.00/0.76)	

CMYK percentages

%3.23
%88.71
%0
%75.69

Codes

Color #3C073E in popluar color models

3C073E
RGB60762
HSL298°79.71%13.53%
HSB/HSV298°88.71%24.31%
CMYK3.23%88.71%0.00%
75.69%

Color #3C073E in popluar number systems.

HEX3C073E
Decimal60762
Binary111100111111110
Octal74776

Shades and tints

Shades of #3C073E

#3C073E
(60,7,62)
#370739
(55,7,57)
#320734
(50,7,52)
#2D072F
(45,7,47)
#28072A
(40,7,42)
#230725
(35,7,37)
#1E0720
(30,7,32)
#19071B
(25,7,27)
#140716
(20,7,22)
#0F0711
(15,7,17)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #3C073E

#3C073E
(60,7,62)
#4D1D4F
(77,29,79)
#5E3360
(94,51,96)
#6F4971
(111,73,113)
#805F82
(128,95,130)
#917593
(145,117,147)
#A28BA4
(162,139,164)
#B3A1B5
(179,161,181)
#C4B7C6
(196,183,198)
#D5CDD7
(213,205,215)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C073E color. Also use rgb(60,7,62) instead hex code.

Text Font Color

.myTextColor { color: #3C073E; }

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

This text font color is #3C073E.


Background Color

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

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

This div background color is #3C073E.


Border color

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

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

This div border color is #3C073E.


Opacity

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

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

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

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

This text has shadow with #3C073E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C073E on black background.


Color preview on white background

This text has color #3C073E on white background.



Black color preview on #3C073E background

This text has black color on #3C073E background.


White color preview on #3C073E background

This text has white color on #3C073E background.