Color Hex Logo

#18412b Color Hex

#18412B
(24,65,43)
0 Favorites   0 Comments

Color spaces of #18412b

RGB 246543
HSL0.410.460.17
HSV148°63°25°
CMYK 0.630.000.34   0.75
XYZ2.70304.14922.9439
Yxy4.14920.27590.4236
Hunter Lab20.3696-11.96025.6899
CIE-Lab24.1587-20.47979.2115

#18412b color RGB value is (24,65,43).

#18412b hex color red value is 24, green value is 65 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #18412b hue: 0.41 , saturation: 0.46 and the lightness value of 18412b is 0.17.

The process color (four color CMYK) of #18412b color hex is 0.63, 0.00, 0.34, 0.75. Web safe color of #18412b is #003333. Color #18412b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000001 00101011
Octal 30 101 53
Decimal 24 65 43
Hex 18 41 2B

RGB Percentages of Color #18412b

%18.18
%49.24
%32.58

CMYK Percentages of Color #18412b

%63
%0
%34
%75

Triadic Colors of #18412b

#18412b #2b1841 #412b18

Analogous Colors of #18412b

#18412b #184140 #1a4118

Monochromatic Colors of #18412b

#18412b

Complementary Color

#18412b #41182e

#18412b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18412b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18412b Color CSS Codes

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

#18412b Text Font Color

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

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


#18412b Background Color

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

This div background color is #18412b


#18412b Border Color

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

This div border color is #18412b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,65,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18412b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18412b;
  -webkit-box-shadow: 1px 1px 3px 2px #18412b;
  box-shadow:         1px 1px 3px 2px #18412b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,65,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18412b


Comments

No comments written yet.

Please login to write comment.