Color Hex Logo

#18493d Color Hex

#18493D
(24,73,61)
0 Favorites   0 Comments

Color spaces of #18493d

RGB 247361
HSL0.460.510.19
HSV165°67°29°
CMYK 0.670.000.16   0.71
XYZ3.60155.29625.2473
Yxy5.29620.25460.3744
Hunter Lab23.0135-12.33922.5907
CIE-Lab27.5625-19.83032.3261

#18493d color RGB value is (24,73,61).

#18493d hex color red value is 24, green value is 73 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #18493d hue: 0.46 , saturation: 0.51 and the lightness value of 18493d is 0.19.

The process color (four color CMYK) of #18493d color hex is 0.67, 0.00, 0.16, 0.71. Web safe color of #18493d is #003333. Color #18493d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001001 00111101
Octal 30 111 75
Decimal 24 73 61
Hex 18 49 3D

RGB Percentages of Color #18493d

%15.19
%46.20
%38.61

CMYK Percentages of Color #18493d

%67
%0
%16
%71

Triadic Colors of #18493d

#18493d #3d1849 #493d18

Analogous Colors of #18493d

#18493d #183d49 #184925

Monochromatic Colors of #18493d

#18493d

Complementary Color

#18493d #491824

#18493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18493d Color CSS Codes

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

#18493d Text Font Color

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

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


#18493d Background Color

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

This div background color is #18493d


#18493d Border Color

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

This div border color is #18493d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,73,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18493d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18493d;
  -webkit-box-shadow: 1px 1px 3px 2px #18493d;
  box-shadow:         1px 1px 3px 2px #18493d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18493d


Comments

No comments written yet.

Please login to write comment.