Color Hex Logo

#25412e Color Hex

#25412E
(37,65,46)
0 Favorites   0 Comments

Color spaces of #25412e

RGB 376546
HSL0.390.270.20
HSV139°43°25°
CMYK 0.430.000.29   0.75
XYZ3.14644.37123.2627
Yxy4.37120.29190.4055
Hunter Lab20.9074-9.72515.3827
CIE-Lab24.8625-15.58708.3320

#25412e color RGB value is (37,65,46).

#25412e hex color red value is 37, green value is 65 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #25412e hue: 0.39 , saturation: 0.27 and the lightness value of 25412e is 0.20.

The process color (four color CMYK) of #25412e color hex is 0.43, 0.00, 0.29, 0.75. Web safe color of #25412e is #333333. Color #25412e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000001 00101110
Octal 45 101 56
Decimal 37 65 46
Hex 25 41 2E

RGB Percentages of Color #25412e

%25.00
%43.92
%31.08

CMYK Percentages of Color #25412e

%43
%0
%29
%75

Triadic Colors of #25412e

#25412e #2e2541 #412e25

Analogous Colors of #25412e

#25412e #25413c #2a4125

Monochromatic Colors of #25412e

#25412e

Complementary Color

#25412e #412538

#25412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25412e Color CSS Codes

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

#25412e Text Font Color

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

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


#25412e Background Color

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

This div background color is #25412e


#25412e Border Color

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

This div border color is #25412e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,65,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 #25412e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25412e


Comments

No comments written yet.

Please login to write comment.