Color Hex Logo

#0c481d Color Hex

#0C481D
(12,72,29)
0 Favorites   0 Comments

Color spaces of #0c481d

RGB 127229
HSL0.380.710.16
HSV137°83°28°
CMYK 0.830.000.60   0.72
XYZ2.69084.80161.9474
Yxy4.80160.28500.5087
Hunter Lab21.9126-16.427710.0696
CIE-Lab26.1619-29.344220.3897

#0c481d color RGB value is (12,72,29).

#0c481d hex color red value is 12, green value is 72 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0c481d hue: 0.38 , saturation: 0.71 and the lightness value of 0c481d is 0.16.

The process color (four color CMYK) of #0c481d color hex is 0.83, 0.00, 0.60, 0.72. Web safe color of #0c481d is #003333. Color #0c481d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01001000 00011101
Octal 14 110 35
Decimal 12 72 29
Hex C 48 1D

RGB Percentages of Color #0c481d

%10.62
%63.72
%25.66

CMYK Percentages of Color #0c481d

%83
%0
%60
%72

Triadic Colors of #0c481d

#0c481d #1d0c48 #481d0c

Analogous Colors of #0c481d

#0c481d #0c483b #19480c

Monochromatic Colors of #0c481d

#0c481d

Complementary Color

#0c481d #480c37

#0c481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c481d Color CSS Codes

.mybgcolor {background-color:#0c481d; } 
.myforecolor {color:#0c481d; }
.mybordercolor {border:3px solid #0c481d; }

#0c481d Text Font Color

<p style="color:#0c481d">Text here</p>

This sample text font color is #0c481d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0c481d Background Color

<div style="background-color:#0c481d">
Div content here</div>

This div background color is #0c481d


#0c481d Border Color

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

This div border color is #0c481d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,72,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c481d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c481d;
  -webkit-box-shadow: 1px 1px 3px 2px #0c481d;
  box-shadow:         1px 1px 3px 2px #0c481d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,72,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0c481d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0c481d;
  -webkit-box-shadow: 1px 1px 3px 2px #0c481d;
  box-shadow:         1px 1px 3px 2px #0c481d;">
Div content here</div>

This div box has shadow with color #0c481d


Comments

No comments written yet.

Please login to write comment.