Color Hex Logo

#18532c Color Hex

#18532C
(24,83,44)
0 Favorites   0 Comments

Color spaces of #18532c

RGB 248344
HSL0.390.550.21
HSV140°71°33°
CMYK 0.710.000.47   0.67
XYZ3.92466.56263.4427
Yxy6.56260.28170.4711
Hunter Lab25.6176-17.48469.9644
CIE-Lab30.7897-28.861617.4292

#18532c color RGB value is (24,83,44).

#18532c hex color red value is 24, green value is 83 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #18532c hue: 0.39 , saturation: 0.55 and the lightness value of 18532c is 0.21.

The process color (four color CMYK) of #18532c color hex is 0.71, 0.00, 0.47, 0.67. Web safe color of #18532c is #006633. Color #18532c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010011 00101100
Octal 30 123 54
Decimal 24 83 44
Hex 18 53 2C

RGB Percentages of Color #18532c

%15.89
%54.97
%29.14

CMYK Percentages of Color #18532c

%71
%0
%47
%67

Triadic Colors of #18532c

#18532c #2c1853 #532c18

Analogous Colors of #18532c

#18532c #18534a #225318

Monochromatic Colors of #18532c

#18532c

Complementary Color

#18532c #53183f

#18532c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18532c Color Preview on White Background

Lorem ipsum dolor sit amet.

#18532c Color CSS Codes

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

#18532c Text Font Color

<p style="color:#18532c">Text here</p>

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


#18532c Background Color

<div style="background-color:#18532c">
Div content here</div>

This div background color is #18532c


#18532c Border Color

<div style="border:3px solid #18532c">
Div here</div>

This div border color is #18532c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,83,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18532c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18532c;
  -webkit-box-shadow: 1px 1px 3px 2px #18532c;
  box-shadow:         1px 1px 3px 2px #18532c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18532c


Comments

No comments written yet.

Please login to write comment.