COLOR #0C2730

HEX: #0C2730 RGB: (12,39,48)

Color info

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

RGB color model

#0C2730 color RGB value is (12,39,48).

RGB: (12,39,48) (5%, 15%, 19%)

RGB channels and saturation

R 12 of 255 = 5%
G 39 of 255 = 15%
B 48 of 255 = 19%

12
39
48

R + G + B ~ 13%. #0C2730 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 39 + 48 = 99 (100%)
R 12 of 99 ~ 12.12%
G 39 of 99 ~ 39.39%
B 48 of 99 ~ 48.48'%

%12.12
%39.39
%48.48

CMYK color model

#0C2730 color CMYK value is (75,19,0,81).

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

CMYK: (75,19,0,81)
C75M19Y0K81 (75%, 19%, 0%, 81%)
(0.75 / 0.19 / 0.00 / 0.81)

CMYK percentages

%75
%18.75
%0
%81.18

Codes

Color #0C2730 in popluar color models

0C 27 30
RGB 12 39 48
HSL 195° 60.00% 11.76%
HSB/HSV 195° 75.00% 18.82%
CMYK 75.00% 18.75% 0.00%
81.18%

Color #0C2730 in popluar number systems.

HEX 0C 27 30
Decimal 12 39 48
Binary 1100 100111 110000
Octal 14 47 60

Shades and tints

Shades of #0C2730

#0C2730
(12,39,48)
#0B242C
(11,36,44)
#0A2128
(10,33,40)
#091E24
(9,30,36)
#081B20
(8,27,32)
#07181C
(7,24,28)
#061518
(6,21,24)
#051214
(5,18,20)
#040F10
(4,15,16)
#030C0C
(3,12,12)
#020908
(2,9,8)
#000000
(0,0,0)

Tints of #0C2730

#0C2730
(12,39,48)
#223A42
(34,58,66)
#384D54
(56,77,84)
#4E6066
(78,96,102)
#647378
(100,115,120)
#7A868A
(122,134,138)
#90999C
(144,153,156)
#A6ACAE
(166,172,174)
#BCBFC0
(188,191,192)
#D2D2D2
(210,210,210)
#E8E5E4
(232,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2730; }

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

This text font color is #0C2730.

Background Color

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

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

This div background color is #0C2730.

Border color

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

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

This div border color is #0C2730.

Opacity

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

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

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

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

This text has shadow with #0C2730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C2730.

Preview

Color preview on black background

This text has color #0C2730 on black background.


Color preview on white background

This text has color #0C2730 on white background.


Black color preview on #0C2730 background

This text has black color on #0C2730 background.


White color preview on #0C2730 background

This text has white color on #0C2730 background.


Related colors

Complementary color

Complementary color for #hex is #F3D8CF.


I love getcolorcode.com

Triadic colors

1 #300C27 and #27300C with #0C2730 are triadic colors.

2 #30270C and #270C30 with #0C2730 are triadic colors.