Color Hex Logo

#17530d Color Hex

#17530D
(23,83,13)
0 Favorites   0 Comments

Color spaces of #17530d

RGB 238313
HSL0.310.730.19
HSV111°84°33°
CMYK 0.720.000.84   0.67
XYZ3.51936.39771.4302
Yxy6.39770.31010.5638
Hunter Lab25.2937-19.427914.3531
CIE-Lab30.3944-33.324532.8013

#17530d color RGB value is (23,83,13).

#17530d hex color red value is 23, green value is 83 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #17530d hue: 0.31 , saturation: 0.73 and the lightness value of 17530d is 0.19.

The process color (four color CMYK) of #17530d color hex is 0.72, 0.00, 0.84, 0.67. Web safe color of #17530d is #006600. Color #17530d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010011 00001101
Octal 27 123 15
Decimal 23 83 13
Hex 17 53 D

RGB Percentages of Color #17530d

%19.33
%69.75
%10.92

CMYK Percentages of Color #17530d

%72
%0
%84
%67

Triadic Colors of #17530d

#17530d #0d1753 #530d17

Analogous Colors of #17530d

#17530d #0d5326 #3a530d

Monochromatic Colors of #17530d

#17530d

Complementary Color

#17530d #490d53

#17530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17530d Color CSS Codes

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

#17530d Text Font Color

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

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


#17530d Background Color

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

This div background color is #17530d


#17530d Border Color

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

This div border color is #17530d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,83,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17530d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17530d;
  -webkit-box-shadow: 1px 1px 3px 2px #17530d;
  box-shadow:         1px 1px 3px 2px #17530d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17530d


Comments

No comments written yet.

Please login to write comment.