Color Hex Logo

#25512e Color Hex

#25512E
(37,81,46)
0 Favorites   0 Comments

Color spaces of #25512e

RGB 378146
HSL0.370.370.23
HSV132°54°32°
CMYK 0.540.000.43   0.68
XYZ4.19856.47543.6134
Yxy6.47540.29390.4532
Hunter Lab25.4468-15.08109.3937
CIE-Lab30.5815-24.034016.0419

#25512e color RGB value is (37,81,46).

#25512e hex color red value is 37, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #25512e hue: 0.37 , saturation: 0.37 and the lightness value of 25512e is 0.23.

The process color (four color CMYK) of #25512e color hex is 0.54, 0.00, 0.43, 0.68. Web safe color of #25512e is #336633. Color #25512e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010001 00101110
Octal 45 121 56
Decimal 37 81 46
Hex 25 51 2E

RGB Percentages of Color #25512e

%22.56
%49.39
%28.05

CMYK Percentages of Color #25512e

%54
%0
%43
%68

Triadic Colors of #25512e

#25512e #2e2551 #512e25

Analogous Colors of #25512e

#25512e #255144 #325125

Monochromatic Colors of #25512e

#25512e

Complementary Color

#25512e #512548

#25512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25512e Color CSS Codes

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

#25512e Text Font Color

<p style="color:#25512e">Text here</p>

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


#25512e Background Color

<div style="background-color:#25512e">
Div content here</div>

This div background color is #25512e


#25512e Border Color

<div style="border:3px solid #25512e">
Div here</div>

This div border color is #25512e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,81,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25512e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25512e;
  -webkit-box-shadow: 1px 1px 3px 2px #25512e;
  box-shadow:         1px 1px 3px 2px #25512e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25512e

#25512e Color Palettes


Comments

No comments written yet.

Please login to write comment.