Color Hex Logo

#11601b Color Hex

#11601B
(17,96,27)
0 Favorites   0 Comments

Color spaces of #11601b

RGB 179627
HSL0.350.700.22
HSV128°82°38°
CMYK 0.820.000.72   0.62
XYZ4.61198.56402.4469
Yxy8.56400.29520.5482
Hunter Lab29.2643-23.081915.5276
CIE-Lab35.1309-38.023131.7174

#11601b color RGB value is (17,96,27).

#11601b hex color red value is 17, green value is 96 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #11601b hue: 0.35 , saturation: 0.70 and the lightness value of 11601b is 0.22.

The process color (four color CMYK) of #11601b color hex is 0.82, 0.00, 0.72, 0.62. Web safe color of #11601b is #006633. Color #11601b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100000 00011011
Octal 21 140 33
Decimal 17 96 27
Hex 11 60 1B

RGB Percentages of Color #11601b

%12.14
%68.57
%19.29

CMYK Percentages of Color #11601b

%82
%0
%72
%62

Triadic Colors of #11601b

#11601b #1b1160 #601b11

Analogous Colors of #11601b

#11601b #116043 #2f6011

Monochromatic Colors of #11601b

#11601b

Complementary Color

#11601b #601156

#11601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11601b Color CSS Codes

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

#11601b Text Font Color

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

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


#11601b Background Color

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

This div background color is #11601b


#11601b Border Color

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

This div border color is #11601b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,96,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11601b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11601b;
  -webkit-box-shadow: 1px 1px 3px 2px #11601b;
  box-shadow:         1px 1px 3px 2px #11601b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11601b


Comments

No comments written yet.

Please login to write comment.