Color Hex Logo

#114628 Color Hex

#114628
(17,70,40)
0 Favorites   0 Comments

Color spaces of #114628

RGB 177040
HSL0.410.610.17
HSV146°76°27°
CMYK 0.760.000.43   0.73
XYZ2.80434.65272.7577
Yxy4.65270.27450.4555
Hunter Lab21.5701-14.54127.5190
CIE-Lab25.7215-25.332713.1992

#114628 color RGB value is (17,70,40).

#114628 hex color red value is 17, green value is 70 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #114628 hue: 0.41 , saturation: 0.61 and the lightness value of 114628 is 0.17.

The process color (four color CMYK) of #114628 color hex is 0.76, 0.00, 0.43, 0.73. Web safe color of #114628 is #003333. Color #114628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000110 00101000
Octal 21 106 50
Decimal 17 70 40
Hex 11 46 28

RGB Percentages of Color #114628

%13.39
%55.12
%31.50

CMYK Percentages of Color #114628

%76
%0
%43
%73

Triadic Colors of #114628

#114628 #281146 #462811

Analogous Colors of #114628

#114628 #114643 #154611

Monochromatic Colors of #114628

#114628

Complementary Color

#114628 #46112f

#114628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114628 Color CSS Codes

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

#114628 Text Font Color

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

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


#114628 Background Color

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

This div background color is #114628


#114628 Border Color

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

This div border color is #114628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114628


Comments

No comments written yet.

Please login to write comment.