Color Hex Logo

#123317 Color Hex

#123317
(18,51,23)
0 Favorites   0 Comments

Color spaces of #123317

RGB 185123
HSL0.360.480.14
HSV129°65°20°
CMYK 0.650.000.55   0.80
XYZ1.58792.55811.2207
Yxy2.55810.29590.4767
Hunter Lab15.9941-10.26806.6707
CIE-Lab18.1794-19.505014.1676

#123317 color RGB value is (18,51,23).

#123317 hex color red value is 18, green value is 51 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #123317 hue: 0.36 , saturation: 0.48 and the lightness value of 123317 is 0.14.

The process color (four color CMYK) of #123317 color hex is 0.65, 0.00, 0.55, 0.80. Web safe color of #123317 is #003300. Color #123317 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110011 00010111
Octal 22 63 27
Decimal 18 51 23
Hex 12 33 17

RGB Percentages of Color #123317

%19.57
%55.43
%25.00

CMYK Percentages of Color #123317

%65
%0
%55
%80

Triadic Colors of #123317

#123317 #171233 #331712

Analogous Colors of #123317

#123317 #123328 #1e3312

Monochromatic Colors of #123317

#123317

Complementary Color

#123317 #33122e

#123317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#123317 Color CSS Codes

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

#123317 Text Font Color

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

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


#123317 Background Color

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

This div background color is #123317


#123317 Border Color

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

This div border color is #123317


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,51,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #123317; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #123317;
  -webkit-box-shadow: 1px 1px 3px 2px #123317;
  box-shadow:         1px 1px 3px 2px #123317; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,51,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123317


Comments

No comments written yet.

Please login to write comment.