Color Hex Logo

#15524b Color Hex

#15524B
(21,82,75)
0 Favorites   0 Comments

Color spaces of #15524b

RGB 218275
HSL0.480.590.20
HSV173°74°32°
CMYK 0.740.000.09   0.68
XYZ4.59666.70207.7080
Yxy6.70200.24180.3526
Hunter Lab25.8882-13.61070.4687
CIE-Lab31.1186-20.9307-1.4962

#15524b color RGB value is (21,82,75).

#15524b hex color red value is 21, green value is 82 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #15524b hue: 0.48 , saturation: 0.59 and the lightness value of 15524b is 0.20.

The process color (four color CMYK) of #15524b color hex is 0.74, 0.00, 0.09, 0.68. Web safe color of #15524b is #006633. Color #15524b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010010 01001011
Octal 25 122 113
Decimal 21 82 75
Hex 15 52 4B

RGB Percentages of Color #15524b

%11.80
%46.07
%42.13

CMYK Percentages of Color #15524b

%74
%0
%9
%68

Triadic Colors of #15524b

#15524b #4b1552 #524b15

Analogous Colors of #15524b

#15524b #153b52 #15522d

Monochromatic Colors of #15524b

#15524b

Complementary Color

#15524b #52151c

#15524b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15524b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15524b Color CSS Codes

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

#15524b Text Font Color

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

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


#15524b Background Color

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

This div background color is #15524b


#15524b Border Color

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

This div border color is #15524b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15524b


Comments

No comments written yet.

Please login to write comment.