Color Hex Logo

#18352e Color Hex

#18352E
(24,53,46)
0 Favorites   0 Comments

Color spaces of #18352e

RGB 245346
HSL0.460.380.15
HSV166°55°21°
CMYK 0.550.000.13   0.79
XYZ2.14292.93773.0388
Yxy2.93770.26390.3618
Hunter Lab17.1397-7.67751.4859
CIE-Lab19.7926-13.02781.0456

#18352e color RGB value is (24,53,46).

#18352e hex color red value is 24, green value is 53 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #18352e hue: 0.46 , saturation: 0.38 and the lightness value of 18352e is 0.15.

The process color (four color CMYK) of #18352e color hex is 0.55, 0.00, 0.13, 0.79. Web safe color of #18352e is #003333. Color #18352e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110101 00101110
Octal 30 65 56
Decimal 24 53 46
Hex 18 35 2E

RGB Percentages of Color #18352e

%19.51
%43.09
%37.40

CMYK Percentages of Color #18352e

%55
%0
%13
%79

Triadic Colors of #18352e

#18352e #2e1835 #352e18

Analogous Colors of #18352e

#18352e #182e35 #183520

Monochromatic Colors of #18352e

#18352e

Complementary Color

#18352e #35181f

#18352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18352e Color CSS Codes

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

#18352e Text Font Color

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

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


#18352e Background Color

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

This div background color is #18352e


#18352e Border Color

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

This div border color is #18352e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,53,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 #18352e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18352e


Comments

No comments written yet.

Please login to write comment.