Color Hex Logo

#17522b Color Hex

#17522B
(23,82,43)
0 Favorites   0 Comments

Color spaces of #17522b

RGB 238243
HSL0.390.560.21
HSV140°72°32°
CMYK 0.720.000.48   0.68
XYZ3.80676.39123.3185
Yxy6.39120.28160.4728
Hunter Lab25.2808-17.36359.9138
CIE-Lab30.3787-28.838517.4906

#17522b color RGB value is (23,82,43).

#17522b hex color red value is 23, green value is 82 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #17522b hue: 0.39 , saturation: 0.56 and the lightness value of 17522b is 0.21.

The process color (four color CMYK) of #17522b color hex is 0.72, 0.00, 0.48, 0.68. Web safe color of #17522b is #006633. Color #17522b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010010 00101011
Octal 27 122 53
Decimal 23 82 43
Hex 17 52 2B

RGB Percentages of Color #17522b

%15.54
%55.41
%29.05

CMYK Percentages of Color #17522b

%72
%0
%48
%68

Triadic Colors of #17522b

#17522b #2b1752 #522b17

Analogous Colors of #17522b

#17522b #175249 #215217

Monochromatic Colors of #17522b

#17522b

Complementary Color

#17522b #52173e

#17522b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17522b Color Preview on White Background

Lorem ipsum dolor sit amet.

#17522b Color CSS Codes

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

#17522b Text Font Color

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

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


#17522b Background Color

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

This div background color is #17522b


#17522b Border Color

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

This div border color is #17522b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,82,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17522b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17522b;
  -webkit-box-shadow: 1px 1px 3px 2px #17522b;
  box-shadow:         1px 1px 3px 2px #17522b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17522b


Comments

No comments written yet.

Please login to write comment.