Color Hex Logo

#11492b Color Hex

#11492B
(17,73,43)
0 Favorites   0 Comments

Color spaces of #11492b

RGB 177343
HSL0.410.620.18
HSV148°77°29°
CMYK 0.770.000.41   0.71
XYZ3.04985.05873.1012
Yxy5.05870.27210.4513
Hunter Lab22.4916-15.15617.5690
CIE-Lab26.9014-26.035312.8896

#11492b color RGB value is (17,73,43).

#11492b hex color red value is 17, green value is 73 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #11492b hue: 0.41 , saturation: 0.62 and the lightness value of 11492b is 0.18.

The process color (four color CMYK) of #11492b color hex is 0.77, 0.00, 0.41, 0.71. Web safe color of #11492b is #003333. Color #11492b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00101011
Octal 21 111 53
Decimal 17 73 43
Hex 11 49 2B

RGB Percentages of Color #11492b

%12.78
%54.89
%32.33

CMYK Percentages of Color #11492b

%77
%0
%41
%71

Triadic Colors of #11492b

#11492b #2b1149 #492b11

Analogous Colors of #11492b

#11492b #114947 #134911

Monochromatic Colors of #11492b

#11492b

Complementary Color

#11492b #49112f

#11492b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11492b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11492b Color CSS Codes

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

#11492b Text Font Color

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

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


#11492b Background Color

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

This div background color is #11492b


#11492b Border Color

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

This div border color is #11492b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11492b


Comments

No comments written yet.

Please login to write comment.