Color Hex Logo

#25403e Color Hex

#25403E
(37,64,62)
0 Favorites   0 Comments

Color spaces of #25403e

RGB 376462
HSL0.490.270.20
HSV176°42°25°
CMYK 0.420.000.03   0.75
XYZ3.46584.40795.2256
Yxy4.40790.26460.3365
Hunter Lab20.9950-7.2749-0.0606
CIE-Lab24.9765-10.8203-2.0320

#25403e color RGB value is (37,64,62).

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

The process color (four color CMYK) of #25403e color hex is 0.42, 0.00, 0.03, 0.75. Web safe color of #25403e is #333333. Color #25403e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000000 00111110
Octal 45 100 76
Decimal 37 64 62
Hex 25 40 3E

RGB Percentages of Color #25403e

%22.70
%39.26
%38.04

CMYK Percentages of Color #25403e

%42
%0
%3
%75

Triadic Colors of #25403e

#25403e #3e2540 #403e25

Analogous Colors of #25403e

#25403e #253540 #254031

Monochromatic Colors of #25403e

#25403e

Complementary Color

#25403e #402527

#25403e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25403e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25403e Color CSS Codes

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

#25403e Text Font Color

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

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


#25403e Background Color

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

This div background color is #25403e


#25403e Border Color

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

This div border color is #25403e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25403e


Comments

No comments written yet.

Please login to write comment.