Color Hex Logo

#115338 Color Hex

#115338
(17,83,56)
0 Favorites   0 Comments

Color spaces of #115338

RGB 178356
HSL0.430.660.20
HSV155°80°33°
CMYK 0.800.000.33   0.67
XYZ4.03826.59124.8008
Yxy6.59120.26170.4272
Hunter Lab25.6733-16.85186.8844
CIE-Lab30.8575-27.502510.1331

#115338 color RGB value is (17,83,56).

#115338 hex color red value is 17, green value is 83 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #115338 hue: 0.43 , saturation: 0.66 and the lightness value of 115338 is 0.20.

The process color (four color CMYK) of #115338 color hex is 0.80, 0.00, 0.33, 0.67. Web safe color of #115338 is #006633. Color #115338 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010011 00111000
Octal 21 123 70
Decimal 17 83 56
Hex 11 53 38

RGB Percentages of Color #115338

%10.90
%53.21
%35.90

CMYK Percentages of Color #115338

%80
%0
%33
%67

Triadic Colors of #115338

#115338 #381153 #533811

Analogous Colors of #115338

#115338 #114d53 #115317

Monochromatic Colors of #115338

#115338

Complementary Color

#115338 #53112c

#115338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115338 Color CSS Codes

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

#115338 Text Font Color

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

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


#115338 Background Color

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

This div background color is #115338


#115338 Border Color

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

This div border color is #115338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115338


Comments

No comments written yet.

Please login to write comment.