Color Hex Logo

#0c281b Color Hex

#0C281B
(12,40,27)
0 Favorites   0 Comments

Color spaces of #0c281b

RGB 124027
HSL0.420.540.10
HSV152°70°16°
CMYK 0.700.000.33   0.84
XYZ1.10821.67491.3018
Yxy1.67490.27130.4100
Hunter Lab12.9418-7.36333.0953
CIE-Lab13.6793-14.54995.4388

#0c281b color RGB value is (12,40,27).

#0c281b hex color red value is 12, green value is 40 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #0c281b hue: 0.42 , saturation: 0.54 and the lightness value of 0c281b is 0.10.

The process color (four color CMYK) of #0c281b color hex is 0.70, 0.00, 0.33, 0.84. Web safe color of #0c281b is #003333. Color #0c281b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00101000 00011011
Octal 14 50 33
Decimal 12 40 27
Hex C 28 1B

RGB Percentages of Color #0c281b

%15.19
%50.63
%34.18

CMYK Percentages of Color #0c281b

%70
%0
%33
%84

Triadic Colors of #0c281b

#0c281b #1b0c28 #281b0c

Analogous Colors of #0c281b

#0c281b #0c2728 #0c280d

Monochromatic Colors of #0c281b

#0c281b

Complementary Color

#0c281b #280c19

#0c281b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c281b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c281b Color CSS Codes

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

#0c281b Text Font Color

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

This sample text font color is #0c281b
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.


#0c281b Background Color

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

This div background color is #0c281b


#0c281b Border Color

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

This div border color is #0c281b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c281b


Comments

No comments written yet.

Please login to write comment.