Color Hex Logo

#12371d Color Hex

#12371D
(18,55,29)
0 Favorites   0 Comments

Color spaces of #12371d

RGB 185529
HSL0.380.510.14
HSV138°67°22°
CMYK 0.670.000.47   0.78
XYZ1.83742.94971.6349
Yxy2.94970.28610.4593
Hunter Lab17.1747-10.95926.3783
CIE-Lab19.8413-20.296912.4545

#12371d color RGB value is (18,55,29).

#12371d hex color red value is 18, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #12371d hue: 0.38 , saturation: 0.51 and the lightness value of 12371d is 0.14.

The process color (four color CMYK) of #12371d color hex is 0.67, 0.00, 0.47, 0.78. Web safe color of #12371d is #003333. Color #12371d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110111 00011101
Octal 22 67 35
Decimal 18 55 29
Hex 12 37 1D

RGB Percentages of Color #12371d

%17.65
%53.92
%28.43

CMYK Percentages of Color #12371d

%67
%0
%47
%78

Triadic Colors of #12371d

#12371d #1d1237 #371d12

Analogous Colors of #12371d

#12371d #123730 #1a3712

Monochromatic Colors of #12371d

#12371d

Complementary Color

#12371d #37122c

#12371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12371d Color CSS Codes

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

#12371d Text Font Color

<p style="color:#12371d">Text here</p>

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


#12371d Background Color

<div style="background-color:#12371d">
Div content here</div>

This div background color is #12371d


#12371d Border Color

<div style="border:3px solid #12371d">
Div here</div>

This div border color is #12371d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,55,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12371d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12371d;
  -webkit-box-shadow: 1px 1px 3px 2px #12371d;
  box-shadow:         1px 1px 3px 2px #12371d; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12371d


Comments

No comments written yet.

Please login to write comment.