COLOR #0C393A

HEX: #0C393A RGB: (12,57,58)

Color info

#0C393A contains red, green and blue colors in about the same proportion. Web safe color of #0C393A is #003333 (or #033).

RGB color model

#0C393A color RGB value is (12,57,58).

RGB: (12,57,58) (5%, 22%, 23%)

RGB channels and saturation

R 12 of 255 = 5%
G 57 of 255 = 22%
B 58 of 255 = 23%

12
57
58

R + G + B ~ 17%. #0C393A is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 57 + 58 = 127 (100%)
R 12 of 127 ~ 9.45%
G 57 of 127 ~ 44.88%
B 58 of 127 ~ 45.67'%

%44.88
%45.67

CMYK color model

#0C393A color CMYK value is (79,2,0,77).

  • cyan value is 79.31%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (79,2,0,77)
C79M2Y0K77 (79%, 2%, 0%, 77%)
(0.79 / 0.02 / 0.00 / 0.77)

CMYK percentages

%79.31
%1.72
%0
%77.25

Codes

Color #0C393A in popluar color models

0C 39 3A
RGB 12 57 58
HSL 181° 65.71% 13.73%
HSB/HSV 181° 79.31% 22.75%
CMYK 79.31% 1.72% 0.00%
77.25%

Color #0C393A in popluar number systems.

HEX 0C 39 3A
Decimal 12 57 58
Binary 1100 111001 111010
Octal 14 71 72

Shades and tints

Shades of #0C393A

#0C393A
(12,57,58)
#0B3435
(11,52,53)
#0A2F30
(10,47,48)
#092A2B
(9,42,43)
#082526
(8,37,38)
#072021
(7,32,33)
#061B1C
(6,27,28)
#051617
(5,22,23)
#041112
(4,17,18)
#030C0D
(3,12,13)
#020708
(2,7,8)
#000000
(0,0,0)

Tints of #0C393A

#0C393A
(12,57,58)
#224B4B
(34,75,75)
#385D5C
(56,93,92)
#4E6F6D
(78,111,109)
#64817E
(100,129,126)
#7A938F
(122,147,143)
#90A5A0
(144,165,160)
#A6B7B1
(166,183,177)
#BCC9C2
(188,201,194)
#D2DBD3
(210,219,211)
#E8EDE4
(232,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C393A color. Also use rgb(12,57,58) instead hex code.

Text Font Color

.myTextColor { color: #0C393A; }

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

This text font color is #0C393A.

Background Color

.myBgColor { background-color: #0C393A; }

<div style="background-color:#0C393A">Inner text</div>

This div background color is #0C393A.

Border color

.myBorderColor { border: 1px solid #0C393A; }

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

This div border color is #0C393A.

Opacity

.myOpacity80 { color: #0C393A; opacity: 0.8; }

<p style="color:#0C393A;opacity:0.8;">80%</p>

Text with #0C393A 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 #0C393A;}

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

This text has shadow with #0C393A color.


.textShadow {text-shadow: 3px 3px 1px #0C393A', 3px 3px 1px red;}

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

This text has shadow with #0C393A primary color and red secondary color.


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

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

This text has shadow with #0C393A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0C393A; -webkit-box-shadow: 1px 1px 3px 2px #0C393A; box-shadow:1px 1px 3px 2px #0C393A;">
Div content here
</div>

This div box has shadow with color #0C393A.

Preview

Color preview on black background

This text has color #0C393A on black background.


Color preview on white background

This text has color #0C393A on white background.


Black color preview on #0C393A background

This text has black color on #0C393A background.


White color preview on #0C393A background

This text has white color on #0C393A background.


Related colors

Complementary color

Complementary color for #hex is #F3C6C5.


I love getcolorcode.com

Triadic colors

1 #3A0C39 and #393A0C with #0C393A are triadic colors.

2 #3A390C and #390C3A with #0C393A are triadic colors.