Color Hex Logo

#18272f Color Hex

#18272F
(24,39,47)
0 Favorites   0 Comments

Color spaces of #18272f

RGB 243947
HSL0.560.320.14
HSV201°49°18°
CMYK 0.490.170.00   0.82
XYZ1.61531.85052.9614
Yxy1.85050.25130.2879
Hunter Lab13.6033-2.6101-3.3849
CIE-Lab14.6823-3.7004-7.2458

#18272f color RGB value is (24,39,47).

#18272f hex color red value is 24, green value is 39 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #18272f hue: 0.56 , saturation: 0.32 and the lightness value of 18272f is 0.14.

The process color (four color CMYK) of #18272f color hex is 0.49, 0.17, 0.00, 0.82. Web safe color of #18272f is #003333. Color #18272f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00100111 00101111
Octal 30 47 57
Decimal 24 39 47
Hex 18 27 2F

RGB Percentages of Color #18272f

%21.82
%35.45
%42.73

CMYK Percentages of Color #18272f

%49
%17
%0
%82

Triadic Colors of #18272f

#18272f #2f1827 #272f18

Analogous Colors of #18272f

#18272f #181c2f #182f2c

Monochromatic Colors of #18272f

#18272f

Complementary Color

#18272f #2f2018

#18272f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18272f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18272f Color CSS Codes

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

#18272f Text Font Color

<p style="color:#18272f">Text here</p>

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


#18272f Background Color

<div style="background-color:#18272f">
Div content here</div>

This div background color is #18272f


#18272f Border Color

<div style="border:3px solid #18272f">
Div here</div>

This div border color is #18272f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,39,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18272f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18272f;
  -webkit-box-shadow: 1px 1px 3px 2px #18272f;
  box-shadow:         1px 1px 3px 2px #18272f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18272f


Comments

No comments written yet.

Please login to write comment.