Color Hex Logo

#113f33 Color Hex

#113F33
(17,63,51)
0 Favorites   0 Comments

Color spaces of #113f33

RGB 176351
HSL0.460.580.16
HSV164°73°25°
CMYK 0.730.000.19   0.75
XYZ2.60623.91323.7499
Yxy3.91320.25380.3811
Hunter Lab19.7818-11.10132.6081
CIE-Lab23.3824-18.97772.8303

#113f33 color RGB value is (17,63,51).

#113f33 hex color red value is 17, green value is 63 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #113f33 hue: 0.46 , saturation: 0.58 and the lightness value of 113f33 is 0.16.

The process color (four color CMYK) of #113f33 color hex is 0.73, 0.00, 0.19, 0.75. Web safe color of #113f33 is #003333. Color #113f33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 00110011
Octal 21 77 63
Decimal 17 63 51
Hex 11 3F 33

RGB Percentages of Color #113f33

%12.98
%48.09
%38.93

CMYK Percentages of Color #113f33

%73
%0
%19
%75

Triadic Colors of #113f33

#113f33 #33113f #3f3311

Analogous Colors of #113f33

#113f33 #11343f #113f1c

Monochromatic Colors of #113f33

#113f33

Complementary Color

#113f33 #3f111d

#113f33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113f33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113f33 Color CSS Codes

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

#113f33 Text Font Color

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

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


#113f33 Background Color

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

This div background color is #113f33


#113f33 Border Color

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

This div border color is #113f33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,63,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113f33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113f33;
  -webkit-box-shadow: 1px 1px 3px 2px #113f33;
  box-shadow:         1px 1px 3px 2px #113f33; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113f33


Comments

No comments written yet.

Please login to write comment.