COLOR #0C384C

HEX: #0C384C
RGB: (12,56,76)

Color info

#0C384C contains mainly green and blue colors. Web safe color of #0C384C is #003333 (or #033).

RGB color model

#0C384C color RGB value is (12,56,76).

  • red value is 12;
  • green value is 56;
  • blue value is 76.
RGB: (12,56,76) (5%,22%,30%)

RGB channels and saturation

R 12 of 255 = 5%
G 56 of 255 = 22%
B 76 of 255 = 30%

12
56
76

R + G + B ~ 19%. #0C384C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 56 + 76 = 144 (100%)
R 12 of 144 ~ 8.33%
G 56 of 144 ~ 38.89%
B 76 of 144 ~ 52.78%

%38.89
%52.78

CMYK color model

#0C384C color CMYK value is (84,26,0,70).

  • cyan value is 84.21%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK: (84,26,0,70) C84M26Y0K70 (84%,26%,0%,70%) (0.84/0.26/0.00/0.70)

CMYK percentages

%84.21
%26.32
%0
%70.2

Codes

Color #0C384C in popluar color models

0C384C
RGB125676
HSL199°72.73%17.25%
HSB/HSV199°84.21%29.80%
CMYK84.21%26.32%0.00%
70.20%

Color #0C384C in popluar number systems.

HEX0C384C
Decimal125676
Binary11001110001001100
Octal1470114

Shades and tints

Shades of #0C384C

#0C384C
(12,56,76)
#0B3346
(11,51,70)
#0A2E40
(10,46,64)
#09293A
(9,41,58)
#082434
(8,36,52)
#071F2E
(7,31,46)
#061A28
(6,26,40)
#051522
(5,21,34)
#04101C
(4,16,28)
#030B16
(3,11,22)
#020610
(2,6,16)
#000000
(0,0,0)

Tints of #0C384C

#0C384C
(12,56,76)
#224A5C
(34,74,92)
#385C6C
(56,92,108)
#4E6E7C
(78,110,124)
#64808C
(100,128,140)
#7A929C
(122,146,156)
#90A4AC
(144,164,172)
#A6B6BC
(166,182,188)
#BCC8CC
(188,200,204)
#D2DADC
(210,218,220)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C384C color. Also use rgb(12,56,76) instead hex code.

Text Font Color

.myTextColor { color: #0C384C; }

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

This text font color is #0C384C.


Background Color

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

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

This div background color is #0C384C.


Border color

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

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

This div border color is #0C384C.


Opacity

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

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

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

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

This text has shadow with #0C384C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0C384C on black background.


Color preview on white background

This text has color #0C384C on white background.



Black color preview on #0C384C background

This text has black color on #0C384C background.


White color preview on #0C384C background

This text has white color on #0C384C background.