Color Hex Logo

#185946 Color Hex

#185946
(24,89,70)
0 Favorites   0 Comments

Color spaces of #185946

RGB 248970
HSL0.450.580.22
HSV162°73°35°
CMYK 0.730.000.21   0.65
XYZ5.05467.78117.0299
Yxy7.78110.25440.3917
Hunter Lab27.8946-16.47084.5842
CIE-Lab33.5228-25.43365.1499

#185946 color RGB value is (24,89,70).

#185946 hex color red value is 24, green value is 89 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #185946 hue: 0.45 , saturation: 0.58 and the lightness value of 185946 is 0.22.

The process color (four color CMYK) of #185946 color hex is 0.73, 0.00, 0.21, 0.65. Web safe color of #185946 is #006633. Color #185946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011001 01000110
Octal 30 131 106
Decimal 24 89 70
Hex 18 59 46

RGB Percentages of Color #185946

%13.11
%48.63
%38.25

CMYK Percentages of Color #185946

%73
%0
%21
%65

Triadic Colors of #185946

#185946 #461859 #594618

Analogous Colors of #185946

#185946 #184b59 #185926

Monochromatic Colors of #185946

#185946

Complementary Color

#185946 #59182b

#185946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#185946 Color CSS Codes

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

#185946 Text Font Color

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

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


#185946 Background Color

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

This div background color is #185946


#185946 Border Color

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

This div border color is #185946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185946


Comments

No comments written yet.

Please login to write comment.