Color Hex Logo

#11271d Color Hex

#11271D
(17,39,29)
0 Favorites   0 Comments

Color spaces of #11271d

RGB 173929
HSL0.420.390.11
HSV153°56°15°
CMYK 0.560.000.26   0.85
XYZ1.17851.65891.4205
Yxy1.65890.27680.3896
Hunter Lab12.8798-6.20702.4769
CIE-Lab13.5845-11.79283.9256

#11271d color RGB value is (17,39,29).

#11271d hex color red value is 17, green value is 39 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #11271d hue: 0.42 , saturation: 0.39 and the lightness value of 11271d is 0.11.

The process color (four color CMYK) of #11271d color hex is 0.56, 0.00, 0.26, 0.85. Web safe color of #11271d is #003333. Color #11271d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100111 00011101
Octal 21 47 35
Decimal 17 39 29
Hex 11 27 1D

RGB Percentages of Color #11271d

%20.00
%45.88
%34.12

CMYK Percentages of Color #11271d

%56
%0
%26
%85

Triadic Colors of #11271d

#11271d #1d1127 #271d11

Analogous Colors of #11271d

#11271d #112627 #112712

Monochromatic Colors of #11271d

#11271d

Complementary Color

#11271d #27111b

#11271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11271d Color CSS Codes

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

#11271d Text Font Color

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

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


#11271d Background Color

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

This div background color is #11271d


#11271d Border Color

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

This div border color is #11271d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11271d


Comments

No comments written yet.

Please login to write comment.