Color Hex Logo

#114643 Color Hex

#114643
(17,70,67)
0 Favorites   0 Comments

Color spaces of #114643

RGB 177067
HSL0.490.610.17
HSV177°76°27°
CMYK 0.760.000.04   0.73
XYZ3.43444.90476.0759
Yxy4.90470.23830.3402
Hunter Lab22.1466-11.0754-0.7636
CIE-Lab26.4615-17.7233-3.2175

#114643 color RGB value is (17,70,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000110 01000011
Octal 21 106 103
Decimal 17 70 67
Hex 11 46 43

RGB Percentages of Color #114643

%11.04
%45.45
%43.51

CMYK Percentages of Color #114643

%76
%0
%4
%73

Triadic Colors of #114643

#114643 #431146 #464311

Analogous Colors of #114643

#114643 #112f46 #114629

Monochromatic Colors of #114643

#114643

Complementary Color

#114643 #461114

#114643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114643 Color CSS Codes

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

#114643 Text Font Color

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

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


#114643 Background Color

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

This div background color is #114643


#114643 Border Color

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

This div border color is #114643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114643


Comments

No comments written yet.

Please login to write comment.