Color Hex Logo

#115048 Color Hex

#115048
(17,80,72)
0 Favorites   0 Comments

Color spaces of #115048

RGB 178072
HSL0.480.650.19
HSV172°79°31°
CMYK 0.790.000.10   0.69
XYZ4.26956.32447.1266
Yxy6.32440.24090.3569
Hunter Lab25.1484-13.70520.8021
CIE-Lab30.2166-21.4703-0.9167

#115048 color RGB value is (17,80,72).

#115048 hex color red value is 17, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #115048 hue: 0.48 , saturation: 0.65 and the lightness value of 115048 is 0.19.

The process color (four color CMYK) of #115048 color hex is 0.79, 0.00, 0.10, 0.69. Web safe color of #115048 is #006633. Color #115048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010000 01001000
Octal 21 120 110
Decimal 17 80 72
Hex 11 50 48

RGB Percentages of Color #115048

%10.06
%47.34
%42.60

CMYK Percentages of Color #115048

%79
%0
%10
%69

Triadic Colors of #115048

#115048 #481150 #504811

Analogous Colors of #115048

#115048 #113950 #115029

Monochromatic Colors of #115048

#115048

Complementary Color

#115048 #501119

#115048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115048 Color CSS Codes

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

#115048 Text Font Color

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

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


#115048 Background Color

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

This div background color is #115048


#115048 Border Color

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

This div border color is #115048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115048


Comments

No comments written yet.

Please login to write comment.