Color Hex Logo

#113730 Color Hex

#113730
(17,55,48)
0 Favorites   0 Comments

Color spaces of #113730

RGB 175548
HSL0.470.530.14
HSV169°69°22°
CMYK 0.690.000.13   0.78
XYZ2.13093.06493.2756
Yxy3.06490.25150.3618
Hunter Lab17.5069-8.91031.1614
CIE-Lab20.3020-15.48720.3872

#113730 color RGB value is (17,55,48).

#113730 hex color red value is 17, green value is 55 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #113730 hue: 0.47 , saturation: 0.53 and the lightness value of 113730 is 0.14.

The process color (four color CMYK) of #113730 color hex is 0.69, 0.00, 0.13, 0.78. Web safe color of #113730 is #003333. Color #113730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 00110000
Octal 21 67 60
Decimal 17 55 48
Hex 11 37 30

RGB Percentages of Color #113730

%14.17
%45.83
%40.00

CMYK Percentages of Color #113730

%69
%0
%13
%78

Triadic Colors of #113730

#113730 #301137 #373011

Analogous Colors of #113730

#113730 #112b37 #11371d

Monochromatic Colors of #113730

#113730

Complementary Color

#113730 #371118

#113730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113730 Color CSS Codes

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

#113730 Text Font Color

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

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


#113730 Background Color

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

This div background color is #113730


#113730 Border Color

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

This div border color is #113730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113730


Comments

No comments written yet.

Please login to write comment.