Color Hex Logo

#12321b Color Hex

#12321B
(18,50,27)
0 Favorites   0 Comments

Color spaces of #12321b

RGB 185027
HSL0.380.470.13
HSV137°64°20°
CMYK 0.640.000.46   0.80
XYZ1.58792.48891.4336
Yxy2.48890.28820.4517
Hunter Lab15.7762-9.64225.6556
CIE-Lab17.8683-18.164411.1672

#12321b color RGB value is (18,50,27).

#12321b hex color red value is 18, green value is 50 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #12321b hue: 0.38 , saturation: 0.47 and the lightness value of 12321b is 0.13.

The process color (four color CMYK) of #12321b color hex is 0.64, 0.00, 0.46, 0.80. Web safe color of #12321b is #003333. Color #12321b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110010 00011011
Octal 22 62 33
Decimal 18 50 27
Hex 12 32 1B

RGB Percentages of Color #12321b

%18.95
%52.63
%28.42

CMYK Percentages of Color #12321b

%64
%0
%46
%80

Triadic Colors of #12321b

#12321b #1b1232 #321b12

Analogous Colors of #12321b

#12321b #12322b #193212

Monochromatic Colors of #12321b

#12321b

Complementary Color

#12321b #321229

#12321b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12321b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12321b Color CSS Codes

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

#12321b Text Font Color

<p style="color:#12321b">Text here</p>

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


#12321b Background Color

<div style="background-color:#12321b">
Div content here</div>

This div background color is #12321b


#12321b Border Color

<div style="border:3px solid #12321b">
Div here</div>

This div border color is #12321b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,50,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12321b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12321b;
  -webkit-box-shadow: 1px 1px 3px 2px #12321b;
  box-shadow:         1px 1px 3px 2px #12321b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,50,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 #12321b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12321b


Comments

No comments written yet.

Please login to write comment.