Color Hex Logo

#18472e Color Hex

#18472E
(24,71,46)
0 Favorites   0 Comments

Color spaces of #18472e

RGB 247146
HSL0.410.490.19
HSV148°66°28°
CMYK 0.660.000.35   0.72
XYZ3.12314.89793.3656
Yxy4.89790.27430.4301
Hunter Lab22.1312-13.54016.4753
CIE-Lab26.4419-22.792010.4087

#18472e color RGB value is (24,71,46).

#18472e hex color red value is 24, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #18472e hue: 0.41 , saturation: 0.49 and the lightness value of 18472e is 0.19.

The process color (four color CMYK) of #18472e color hex is 0.66, 0.00, 0.35, 0.72. Web safe color of #18472e is #003333. Color #18472e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000111 00101110
Octal 30 107 56
Decimal 24 71 46
Hex 18 47 2E

RGB Percentages of Color #18472e

%17.02
%50.35
%32.62

CMYK Percentages of Color #18472e

%66
%0
%35
%72

Triadic Colors of #18472e

#18472e #2e1847 #472e18

Analogous Colors of #18472e

#18472e #184746 #1a4718

Monochromatic Colors of #18472e

#18472e

Complementary Color

#18472e #471831

#18472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18472e Color CSS Codes

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

#18472e Text Font Color

<p style="color:#18472e">Text here</p>

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


#18472e Background Color

<div style="background-color:#18472e">
Div content here</div>

This div background color is #18472e


#18472e Border Color

<div style="border:3px solid #18472e">
Div here</div>

This div border color is #18472e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,71,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18472e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18472e;
  -webkit-box-shadow: 1px 1px 3px 2px #18472e;
  box-shadow:         1px 1px 3px 2px #18472e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18472e


Comments

No comments written yet.

Please login to write comment.