COLOR #0C302E

HEX: #0C302E RGB: (12,48,46)

Color info

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

RGB color model

#0C302E color RGB value is (12,48,46).

RGB: (12,48,46) (5%, 19%, 18%)

RGB channels and saturation

R 12 of 255 = 5%
G 48 of 255 = 19%
B 46 of 255 = 18%

12
48
46

R + G + B ~ 14%. #0C302E is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 48 + 46 = 106 (100%)
R 12 of 106 ~ 11.32%
G 48 of 106 ~ 45.28%
B 46 of 106 ~ 43.4'%

%11.32
%45.28
%43.4

CMYK color model

#0C302E color CMYK value is (75,0,4,81).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 81.18%

CMYK: (75,0,4,81)
C75M0Y4K81 (75%, 0%, 4%, 81%)
(0.75 / 0.00 / 0.04 / 0.81)

CMYK percentages

%75
%0
%4.17
%81.18

Codes

Color #0C302E in popluar color models

0C 30 2E
RGB 12 48 46
HSL 177° 60.00% 11.76%
HSB/HSV 177° 75.00% 18.82%
CMYK 75.00% 0.00% 4.17%
81.18%

Color #0C302E in popluar number systems.

HEX 0C 30 2E
Decimal 12 48 46
Binary 1100 110000 101110
Octal 14 60 56

Shades and tints

Shades of #0C302E

#0C302E
(12,48,46)
#0B2C2A
(11,44,42)
#0A2826
(10,40,38)
#092422
(9,36,34)
#08201E
(8,32,30)
#071C1A
(7,28,26)
#061816
(6,24,22)
#051412
(5,20,18)
#04100E
(4,16,14)
#030C0A
(3,12,10)
#020806
(2,8,6)
#000000
(0,0,0)

Tints of #0C302E

#0C302E
(12,48,46)
#224241
(34,66,65)
#385454
(56,84,84)
#4E6667
(78,102,103)
#64787A
(100,120,122)
#7A8A8D
(122,138,141)
#909CA0
(144,156,160)
#A6AEB3
(166,174,179)
#BCC0C6
(188,192,198)
#D2D2D9
(210,210,217)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C302E color. Also use rgb(12,48,46) instead hex code.

Text Font Color

.myTextColor { color: #0C302E; }

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

This text font color is #0C302E.

Background Color

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

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

This div background color is #0C302E.

Border color

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

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

This div border color is #0C302E.

Opacity

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

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

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

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

This text has shadow with #0C302E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C302E.

Preview

Color preview on black background

This text has color #0C302E on black background.


Color preview on white background

This text has color #0C302E on white background.


Black color preview on #0C302E background

This text has black color on #0C302E background.


White color preview on #0C302E background

This text has white color on #0C302E background.


Related colors

Complementary color

Complementary color for #hex is #F3CFD1.


I love getcolorcode.com

Triadic colors

1 #2E0C30 and #302E0C with #0C302E are triadic colors.

2 #2E300C and #300C2E with #0C302E are triadic colors.