Color Hex Logo

#185040 Color Hex

#185040
(24,80,64)
0 Favorites   0 Comments

Color spaces of #185040

RGB 248064
HSL0.450.540.20
HSV163°70°31°
CMYK 0.700.000.20   0.69
XYZ4.17086.30175.8470
Yxy6.30170.25560.3861
Hunter Lab25.1032-14.27353.7625
CIE-Lab30.1612-22.61204.1334

#185040 color RGB value is (24,80,64).

#185040 hex color red value is 24, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #185040 hue: 0.45 , saturation: 0.54 and the lightness value of 185040 is 0.20.

The process color (four color CMYK) of #185040 color hex is 0.70, 0.00, 0.20, 0.69. Web safe color of #185040 is #006633. Color #185040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010000 01000000
Octal 30 120 100
Decimal 24 80 64
Hex 18 50 40

RGB Percentages of Color #185040

%14.29
%47.62
%38.10

CMYK Percentages of Color #185040

%70
%0
%20
%69

Triadic Colors of #185040

#185040 #401850 #504018

Analogous Colors of #185040

#185040 #184450 #185024

Monochromatic Colors of #185040

#185040

Complementary Color

#185040 #501828

#185040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185040 Color CSS Codes

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

#185040 Text Font Color

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

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


#185040 Background Color

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

This div background color is #185040


#185040 Border Color

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

This div border color is #185040


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,80,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185040; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185040;
  -webkit-box-shadow: 1px 1px 3px 2px #185040;
  box-shadow:         1px 1px 3px 2px #185040; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185040


Comments

No comments written yet.

Please login to write comment.