Color Hex Logo

#17503f Color Hex

#17503F
(23,80,63)
0 Favorites   0 Comments

Color spaces of #17503f

RGB 238063
HSL0.450.550.20
HSV162°71°31°
CMYK 0.710.000.21   0.69
XYZ4.11926.27845.6974
Yxy6.27840.25590.3901
Hunter Lab25.0567-14.50484.0584
CIE-Lab30.1043-23.09684.6842

#17503f color RGB value is (23,80,63).

#17503f hex color red value is 23, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #17503f hue: 0.45 , saturation: 0.55 and the lightness value of 17503f is 0.20.

The process color (four color CMYK) of #17503f color hex is 0.71, 0.00, 0.21, 0.69. Web safe color of #17503f is #006633. Color #17503f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 00111111
Octal 27 120 77
Decimal 23 80 63
Hex 17 50 3F

RGB Percentages of Color #17503f

%13.86
%48.19
%37.95

CMYK Percentages of Color #17503f

%71
%0
%21
%69

Triadic Colors of #17503f

#17503f #3f1750 #503f17

Analogous Colors of #17503f

#17503f #174550 #175023

Monochromatic Colors of #17503f

#17503f

Complementary Color

#17503f #501728

#17503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#17503f Color CSS Codes

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

#17503f Text Font Color

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

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


#17503f Background Color

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

This div background color is #17503f


#17503f Border Color

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

This div border color is #17503f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,80,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17503f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17503f;
  -webkit-box-shadow: 1px 1px 3px 2px #17503f;
  box-shadow:         1px 1px 3px 2px #17503f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17503f


Comments

No comments written yet.

Please login to write comment.