Color Hex Logo

#183231 Color Hex

#183231
(24,50,49)
0 Favorites   0 Comments

Color spaces of #183231

RGB 245049
HSL0.490.350.15
HSV178°52°20°
CMYK 0.520.000.02   0.80
XYZ2.07172.69713.3171
Yxy2.69710.25620.3336
Hunter Lab16.4228-6.2227-0.4794
CIE-Lab18.7875-10.2774-2.4854

#183231 color RGB value is (24,50,49).

#183231 hex color red value is 24, green value is 50 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #183231 hue: 0.49 , saturation: 0.35 and the lightness value of 183231 is 0.15.

The process color (four color CMYK) of #183231 color hex is 0.52, 0.00, 0.02, 0.80. Web safe color of #183231 is #003333. Color #183231 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110010 00110001
Octal 30 62 61
Decimal 24 50 49
Hex 18 32 31

RGB Percentages of Color #183231

%19.51
%40.65
%39.84

CMYK Percentages of Color #183231

%52
%0
%2
%80

Triadic Colors of #183231

#183231 #311832 #323118

Analogous Colors of #183231

#183231 #182632 #183224

Monochromatic Colors of #183231

#183231

Complementary Color

#183231 #321819

#183231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#183231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#183231 Color CSS Codes

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

#183231 Text Font Color

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

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


#183231 Background Color

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

This div background color is #183231


#183231 Border Color

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

This div border color is #183231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #183231


Comments

No comments written yet.

Please login to write comment.