Color Hex Logo

#112819 Color Hex

#112819
(17,40,25)
0 Favorites   0 Comments

Color spaces of #112819

RGB 174025
HSL0.390.400.11
HSV141°58°16°
CMYK 0.580.000.38   0.84
XYZ1.16541.70691.1878
Yxy1.70690.28700.4204
Hunter Lab13.0648-6.94103.7550
CIE-Lab13.8672-13.44147.1386

#112819 color RGB value is (17,40,25).

#112819 hex color red value is 17, green value is 40 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #112819 hue: 0.39 , saturation: 0.40 and the lightness value of 112819 is 0.11.

The process color (four color CMYK) of #112819 color hex is 0.58, 0.00, 0.38, 0.84. Web safe color of #112819 is #003300. Color #112819 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101000 00011001
Octal 21 50 31
Decimal 17 40 25
Hex 11 28 19

RGB Percentages of Color #112819

%20.73
%48.78
%30.49

CMYK Percentages of Color #112819

%58
%0
%38
%84

Triadic Colors of #112819

#112819 #191128 #281911

Analogous Colors of #112819

#112819 #112825 #152811

Monochromatic Colors of #112819

#112819

Complementary Color

#112819 #281120

#112819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112819 Color CSS Codes

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

#112819 Text Font Color

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

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


#112819 Background Color

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

This div background color is #112819


#112819 Border Color

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

This div border color is #112819


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,40,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112819; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112819;
  -webkit-box-shadow: 1px 1px 3px 2px #112819;
  box-shadow:         1px 1px 3px 2px #112819; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,40,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112819


Comments

No comments written yet.

Please login to write comment.