COLOR #0C482E

HEX: #0C482E RGB: (12,72,46)

Color info

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

RGB color model

#0C482E color RGB value is (12,72,46).

RGB: (12,72,46) (5%, 28%, 18%)

RGB channels and saturation

R 12 of 255 = 5%
G 72 of 255 = 28%
B 46 of 255 = 18%

12
72
46

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

Portions of RGB colors in percentages

R + G + B = 12 + 72 + 46 = 130 (100%)
R 12 of 130 ~ 9.23%
G 72 of 130 ~ 55.38%
B 46 of 130 ~ 35.38'%

%55.38
%35.38

CMYK color model

#0C482E color CMYK value is (83,0,36,72).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 71.76%
CMYK: (83,0,36,72) C83M0Y36K72 (83%,0%,36%,72%) (0.83/0.00/0.36/0.72) 

CMYK percentages

%83.33
%0
%36.11
%71.76

Codes

Color #0C482E in popluar color models

0C 48 2E
RGB 12 72 46
HSL 154° 71.43% 16.47%
HSB/HSV 154° 83.33% 28.24%
CMYK 83.33% 0.00% 36.11%
71.76%

Color #0C482E in popluar number systems.

HEX 0C 48 2E
Decimal 12 72 46
Binary 1100 1001000 101110
Octal 14 110 56

Shades and tints

Shades of #0C482E

#0C482E
(12,72,46)
#0B422A
(11,66,42)
#0A3C26
(10,60,38)
#093622
(9,54,34)
#08301E
(8,48,30)
#072A1A
(7,42,26)
#062416
(6,36,22)
#051E12
(5,30,18)
#04180E
(4,24,14)
#03120A
(3,18,10)
#020C06
(2,12,6)
#000000
(0,0,0)

Tints of #0C482E

#0C482E
(12,72,46)
#225841
(34,88,65)
#386854
(56,104,84)
#4E7867
(78,120,103)
#64887A
(100,136,122)
#7A988D
(122,152,141)
#90A8A0
(144,168,160)
#A6B8B3
(166,184,179)
#BCC8C6
(188,200,198)
#D2D8D9
(210,216,217)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C482E; }

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

This text font color is #0C482E.

Background Color

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

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

This div background color is #0C482E.

Border color

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

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

This div border color is #0C482E.

Opacity

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

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

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

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

This text has shadow with #0C482E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C482E.

Preview

Color preview on black background

This text has color #0C482E on black background.


Color preview on white background

This text has color #0C482E on white background.


Black color preview on #0C482E background

This text has black color on #0C482E background.


White color preview on #0C482E background

This text has white color on #0C482E background.


Related colors

Complementary color

Complementary color for #hex is #F3B7D1.


I love getcolorcode.com

Triadic colors

1 #2E0C48 and #482E0C with #0C482E are triadic colors.

2 #2E480C and #480C2E with #0C482E are triadic colors.