COLOR #390C02

HEX: #390C02
RGB: (57,12,2)

Color info

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

RGB color model

#390C02 color RGB value is (57,12,2).

  • red value is 57;
  • green value is 12;
  • blue value is 2.
RGB:
(57,12,2)
(22%,5%,1%)

RGB channels and saturation

R 57 of 255 = 22%
G 12 of 255 = 5%
B 2 of 255 = 1%

57
12
2

R + G + B ~ 9%. #390C02 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 12 + 2 = 71 (100%)
R 57 of 71 ~ 80.28%
G 12 of 71 ~ 16.9%
B 2 of 71 ~ 2.82%

%80.28
%16.9

CMYK color model

#390C02 color CMYK value is (0,79,96,78).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 96.49%
  • key color value is 77.65%
CMYK:
(0,79,96,78)
C0M79Y96K78 
(0%,79%,96%,78%)
(0.00/0.79/0.96/0.78)	

CMYK percentages

%0
%78.95
%96.49
%77.65

Codes

Color #390C02 in popluar color models

390C02
RGB57122
HSL11°93.22%11.57%
HSB/HSV11°96.49%22.35%
CMYK0.00%78.95%96.49%
77.65%

Color #390C02 in popluar number systems.

HEX390C02
Decimal57122
Binary111001110010
Octal71142

Shades and tints

Shades of #390C02

#390C02
(57,12,2)
#340B02
(52,11,2)
#2F0A02
(47,10,2)
#2A0902
(42,9,2)
#250802
(37,8,2)
#200702
(32,7,2)
#1B0602
(27,6,2)
#160502
(22,5,2)
#110402
(17,4,2)
#0C0302
(12,3,2)
#070202
(7,2,2)
#000000
(0,0,0)

Tints of #390C02

#390C02
(57,12,2)
#4B2219
(75,34,25)
#5D3830
(93,56,48)
#6F4E47
(111,78,71)
#81645E
(129,100,94)
#937A75
(147,122,117)
#A5908C
(165,144,140)
#B7A6A3
(183,166,163)
#C9BCBA
(201,188,186)
#DBD2D1
(219,210,209)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390C02 color. Also use rgb(57,12,2) instead hex code.

Text Font Color

.myTextColor { color: #390C02; }

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

This text font color is #390C02.


Background Color

.myBgColor { background-color: #390C02; }

<div style="background-color:#390C02">Inner text</div>

This div background color is #390C02.


Border color

.myBorderColor { border: 1px solid #390C02; }

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

This div border color is #390C02.


Opacity

.myOpacity80 { color: #390C02; opacity: 0.8; }

<p style="color:#390C02;opacity:0.8;">80%</p>

Text with #390C02 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 #390C02;}

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

This text has shadow with #390C02 color.

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

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

This text has shadow with #390C02 primary color and red secondary color.


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

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

This text has shadow with #390C02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390C02 on black background.


Color preview on white background

This text has color #390C02 on white background.



Black color preview on #390C02 background

This text has black color on #390C02 background.


White color preview on #390C02 background

This text has white color on #390C02 background.