COLOR #0C3541

HEX: #0C3541
RGB: (12,53,65)

Color info

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

RGB color model

#0C3541 color RGB value is (12,53,65).

  • red value is 12;
  • green value is 53;
  • blue value is 65.
RGB:
(12,53,65)
(5%,21%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 53 of 255 = 21%
B 65 of 255 = 25%

12
53
65

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

Portions of RGB colors in percentages

R + G + B =
12 + 53 + 65 = 130 (100%)
R 12 of 130 ~ 9.23%
G 53 of 130 ~ 40.77%
B 65 of 130 ~ 50%

%40.77
%50

CMYK color model

#0C3541 color CMYK value is (82,18,0,75).

  • cyan value is 81.54%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(82,18,0,75)
C82M18Y0K75 
(82%,18%,0%,75%)
(0.82/0.18/0.00/0.75)	

CMYK percentages

%81.54
%18.46
%0
%74.51

Codes

Color #0C3541 in popluar color models

0C3541
RGB125365
HSL194°68.83%15.10%
HSB/HSV194°81.54%25.49%
CMYK81.54%18.46%0.00%
74.51%

Color #0C3541 in popluar number systems.

HEX0C3541
Decimal125365
Binary11001101011000001
Octal1465101

Shades and tints

Shades of #0C3541

#0C3541
(12,53,65)
#0B313C
(11,49,60)
#0A2D37
(10,45,55)
#092932
(9,41,50)
#08252D
(8,37,45)
#072128
(7,33,40)
#061D23
(6,29,35)
#05191E
(5,25,30)
#041519
(4,21,25)
#031114
(3,17,20)
#020D0F
(2,13,15)
#000000
(0,0,0)

Tints of #0C3541

#0C3541
(12,53,65)
#224752
(34,71,82)
#385963
(56,89,99)
#4E6B74
(78,107,116)
#647D85
(100,125,133)
#7A8F96
(122,143,150)
#90A1A7
(144,161,167)
#A6B3B8
(166,179,184)
#BCC5C9
(188,197,201)
#D2D7DA
(210,215,218)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3541 color. Also use rgb(12,53,65) instead hex code.

Text Font Color

.myTextColor { color: #0C3541; }

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

This text font color is #0C3541.


Background Color

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

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

This div background color is #0C3541.


Border color

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

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

This div border color is #0C3541.


Opacity

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

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

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

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

This text has shadow with #0C3541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3541 on black background.


Color preview on white background

This text has color #0C3541 on white background.



Black color preview on #0C3541 background

This text has black color on #0C3541 background.


White color preview on #0C3541 background

This text has white color on #0C3541 background.