COLOR #0C482D

HEX: #0C482D RGB: (12,72,45)

Color info

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

RGB color model

#0C482D color RGB value is (12,72,45).

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

RGB channels and saturation

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

12
72
45

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

Portions of RGB colors in percentages

R + G + B = 12 + 72 + 45 = 129 (100%)
R 12 of 129 ~ 9.3%
G 72 of 129 ~ 55.81%
B 45 of 129 ~ 34.88'%

%55.81
%34.88

CMYK color model

#0C482D color CMYK value is (83,0,38,72).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 71.76%

CMYK: (83,0,38,72)
C83M0Y38K72 (83%, 0%, 38%, 72%)
(0.83 / 0.00 / 0.38 / 0.72)

CMYK percentages

%83.33
%0
%37.5
%71.76

Codes

Color #0C482D in popluar color models

0C 48 2D
RGB 12 72 45
HSL 153° 71.43% 16.47%
HSB/HSV 153° 83.33% 28.24%
CMYK 83.33% 0.00% 37.50%
71.76%

Color #0C482D in popluar number systems.

HEX 0C 48 2D
Decimal 12 72 45
Binary 1100 1001000 101101
Octal 14 110 55

Shades and tints

Shades of #0C482D

#0C482D
(12,72,45)
#0B4229
(11,66,41)
#0A3C25
(10,60,37)
#093621
(9,54,33)
#08301D
(8,48,29)
#072A19
(7,42,25)
#062415
(6,36,21)
#051E11
(5,30,17)
#04180D
(4,24,13)
#031209
(3,18,9)
#020C05
(2,12,5)
#000000
(0,0,0)

Tints of #0C482D

#0C482D
(12,72,45)
#225840
(34,88,64)
#386853
(56,104,83)
#4E7866
(78,120,102)
#648879
(100,136,121)
#7A988C
(122,152,140)
#90A89F
(144,168,159)
#A6B8B2
(166,184,178)
#BCC8C5
(188,200,197)
#D2D8D8
(210,216,216)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C482D; }

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

This text font color is #0C482D.

Background Color

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

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

This div background color is #0C482D.

Border color

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

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

This div border color is #0C482D.

Opacity

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

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

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

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

This text has shadow with #0C482D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C482D.

Preview

Color preview on black background

This text has color #0C482D on black background.


Color preview on white background

This text has color #0C482D on white background.


Black color preview on #0C482D background

This text has black color on #0C482D background.


White color preview on #0C482D background

This text has white color on #0C482D background.


Related colors

Complementary color

Complementary color for #hex is #F3B7D2.


I love getcolorcode.com

Triadic colors

1 #2D0C48 and #482D0C with #0C482D are triadic colors.

2 #2D480C and #480C2D with #0C482D are triadic colors.