Color Hex Logo

#114836 Color Hex

#114836
(17,72,54)
0 Favorites   0 Comments

Color spaces of #114836

RGB 177254
HSL0.450.620.17
HSV160°76°28°
CMYK 0.760.000.25   0.72
XYZ3.21445.02024.2896
Yxy5.02020.25670.4008
Hunter Lab22.4058-13.60204.3330
CIE-Lab26.7922-22.75665.7265

#114836 color RGB value is (17,72,54).

#114836 hex color red value is 17, green value is 72 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #114836 hue: 0.45 , saturation: 0.62 and the lightness value of 114836 is 0.17.

The process color (four color CMYK) of #114836 color hex is 0.76, 0.00, 0.25, 0.72. Web safe color of #114836 is #003333. Color #114836 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001000 00110110
Octal 21 110 66
Decimal 17 72 54
Hex 11 48 36

RGB Percentages of Color #114836

%11.89
%50.35
%37.76

CMYK Percentages of Color #114836

%76
%0
%25
%72

Triadic Colors of #114836

#114836 #361148 #483611

Analogous Colors of #114836

#114836 #113f48 #11481b

Monochromatic Colors of #114836

#114836

Complementary Color

#114836 #481123

#114836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114836 Color CSS Codes

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

#114836 Text Font Color

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

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


#114836 Background Color

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

This div background color is #114836


#114836 Border Color

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

This div border color is #114836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114836


Comments

No comments written yet.

Please login to write comment.