Color Hex Logo

#25552a Color Hex

#25552A
(37,85,42)
0 Favorites   0 Comments

Color spaces of #25552a

RGB 378542
HSL0.350.390.24
HSV126°56°33°
CMYK 0.560.000.51   0.67
XYZ4.42947.05753.3193
Yxy7.05750.29920.4767
Hunter Lab26.5660-16.728711.1881
CIE-Lab31.9375-26.696220.1730

#25552a color RGB value is (37,85,42).

#25552a hex color red value is 37, green value is 85 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #25552a hue: 0.35 , saturation: 0.39 and the lightness value of 25552a is 0.24.

The process color (four color CMYK) of #25552a color hex is 0.56, 0.00, 0.51, 0.67. Web safe color of #25552a is #336633. Color #25552a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010101 00101010
Octal 45 125 52
Decimal 37 85 42
Hex 25 55 2A

RGB Percentages of Color #25552a

%22.56
%51.83
%25.61

CMYK Percentages of Color #25552a

%56
%0
%51
%67

Triadic Colors of #25552a

#25552a #2a2555 #552a25

Analogous Colors of #25552a

#25552a #255542 #385525

Monochromatic Colors of #25552a

#25552a

Complementary Color

#25552a #552550

#25552a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25552a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25552a Color CSS Codes

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

#25552a Text Font Color

<p style="color:#25552a">Text here</p>

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


#25552a Background Color

<div style="background-color:#25552a">
Div content here</div>

This div background color is #25552a


#25552a Border Color

<div style="border:3px solid #25552a">
Div here</div>

This div border color is #25552a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,85,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25552a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25552a;
  -webkit-box-shadow: 1px 1px 3px 2px #25552a;
  box-shadow:         1px 1px 3px 2px #25552a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,85,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25552a


Comments

No comments written yet.

Please login to write comment.