Color Hex Logo

#114a3b Color Hex

#114A3B
(17,74,59)
0 Favorites   0 Comments

Color spaces of #114a3b

RGB 177459
HSL0.460.630.18
HSV164°77°29°
CMYK 0.770.000.20   0.71
XYZ3.46945.33254.9841
Yxy5.33250.25170.3868
Hunter Lab23.0922-13.59333.3677
CIE-Lab27.6618-22.33733.7351

#114a3b color RGB value is (17,74,59).

#114a3b hex color red value is 17, green value is 74 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #114a3b hue: 0.46 , saturation: 0.63 and the lightness value of 114a3b is 0.18.

The process color (four color CMYK) of #114a3b color hex is 0.77, 0.00, 0.20, 0.71. Web safe color of #114a3b is #003333. Color #114a3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001010 00111011
Octal 21 112 73
Decimal 17 74 59
Hex 11 4A 3B

RGB Percentages of Color #114a3b

%11.33
%49.33
%39.33

CMYK Percentages of Color #114a3b

%77
%0
%20
%71

Triadic Colors of #114a3b

#114a3b #3b114a #4a3b11

Analogous Colors of #114a3b

#114a3b #113d4a #114a1f

Monochromatic Colors of #114a3b

#114a3b

Complementary Color

#114a3b #4a1120

#114a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#114a3b Color CSS Codes

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

#114a3b Text Font Color

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

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


#114a3b Background Color

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

This div background color is #114a3b


#114a3b Border Color

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

This div border color is #114a3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,74,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114a3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114a3b;
  -webkit-box-shadow: 1px 1px 3px 2px #114a3b;
  box-shadow:         1px 1px 3px 2px #114a3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114a3b


Comments

No comments written yet.

Please login to write comment.