Color Hex Logo

#11813d Color Hex

#11813D
(17,129,61)
0 Favorites   0 Comments

Color spaces of #11813d

RGB 1712961
HSL0.400.770.29
HSV144°87°51°
CMYK 0.870.000.53   0.49
XYZ8.923716.15667.0631
Yxy16.15660.27760.5026
Hunter Lab40.1953-30.713217.7183
CIE-Lab47.1793-45.073628.5694

#11813d color RGB value is (17,129,61).

#11813d hex color red value is 17, green value is 129 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #11813d hue: 0.40 , saturation: 0.77 and the lightness value of 11813d is 0.29.

The process color (four color CMYK) of #11813d color hex is 0.87, 0.00, 0.53, 0.49. Web safe color of #11813d is #009933. Color #11813d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000001 00111101
Octal 21 201 75
Decimal 17 129 61
Hex 11 81 3D

RGB Percentages of Color #11813d

%8.21
%62.32
%29.47

CMYK Percentages of Color #11813d

%87
%0
%53
%49

Triadic Colors of #11813d

#11813d #3d1181 #813d11

Analogous Colors of #11813d

#11813d #118175 #1d8111

Monochromatic Colors of #11813d

#11813d

Complementary Color

#11813d #811155

#11813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11813d Color CSS Codes

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

#11813d Text Font Color

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

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


#11813d Background Color

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

This div background color is #11813d


#11813d Border Color

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

This div border color is #11813d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,129,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11813d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11813d;
  -webkit-box-shadow: 1px 1px 3px 2px #11813d;
  box-shadow:         1px 1px 3px 2px #11813d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11813d


Comments

No comments written yet.

Please login to write comment.