Color Hex Logo

#113230 Color Hex

#113230
(17,50,48)
0 Favorites   0 Comments

Color spaces of #113230

RGB 175048
HSL0.490.490.13
HSV176°66°20°
CMYK 0.660.000.04   0.80
XYZ1.90532.61383.2004
Yxy2.61380.24680.3386
Hunter Lab16.1673-7.2566-0.4197
CIE-Lab18.4256-12.5618-2.3681

#113230 color RGB value is (17,50,48).

#113230 hex color red value is 17, green value is 50 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #113230 hue: 0.49 , saturation: 0.49 and the lightness value of 113230 is 0.13.

The process color (four color CMYK) of #113230 color hex is 0.66, 0.00, 0.04, 0.80. Web safe color of #113230 is #003333. Color #113230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 00110000
Octal 21 62 60
Decimal 17 50 48
Hex 11 32 30

RGB Percentages of Color #113230

%14.78
%43.48
%41.74

CMYK Percentages of Color #113230

%66
%0
%4
%80

Triadic Colors of #113230

#113230 #301132 #323011

Analogous Colors of #113230

#113230 #112432 #113220

Monochromatic Colors of #113230

#113230

Complementary Color

#113230 #321113

#113230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113230 Color CSS Codes

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

#113230 Text Font Color

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

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


#113230 Background Color

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

This div background color is #113230


#113230 Border Color

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

This div border color is #113230


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,50,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 #113230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113230


Comments

No comments written yet.

Please login to write comment.