Color Hex Logo

#18553b Color Hex

#18553B
(24,85,59)
0 Favorites   0 Comments

Color spaces of #18553b

RGB 248559
HSL0.430.560.21
HSV154°72°33°
CMYK 0.720.000.31   0.67
XYZ4.41467.00705.2575
Yxy7.00700.26470.4201
Hunter Lab26.4707-16.55486.7536
CIE-Lab31.8228-26.40289.6244

#18553b color RGB value is (24,85,59).

#18553b hex color red value is 24, green value is 85 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #18553b hue: 0.43 , saturation: 0.56 and the lightness value of 18553b is 0.21.

The process color (four color CMYK) of #18553b color hex is 0.72, 0.00, 0.31, 0.67. Web safe color of #18553b is #006633. Color #18553b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010101 00111011
Octal 30 125 73
Decimal 24 85 59
Hex 18 55 3B

RGB Percentages of Color #18553b

%14.29
%50.60
%35.12

CMYK Percentages of Color #18553b

%72
%0
%31
%67

Triadic Colors of #18553b

#18553b #3b1855 #553b18

Analogous Colors of #18553b

#18553b #185155 #18551d

Monochromatic Colors of #18553b

#18553b

Complementary Color

#18553b #551832

#18553b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18553b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18553b Color CSS Codes

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

#18553b Text Font Color

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

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


#18553b Background Color

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

This div background color is #18553b


#18553b Border Color

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

This div border color is #18553b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18553b


Comments

No comments written yet.

Please login to write comment.