Color Hex Logo

#25390e Color Hex

#25390E
(37,57,14)
0 Favorites   0 Comments

Color spaces of #25390e

RGB 375714
HSL0.240.610.14
HSV88°75°22°
CMYK 0.350.000.75   0.78
XYZ2.30533.35130.9408
Yxy3.35130.34940.5080
Hunter Lab18.3066-9.55849.7676
CIE-Lab21.3992-16.470923.4385

#25390e color RGB value is (37,57,14).

#25390e hex color red value is 37, green value is 57 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #25390e hue: 0.24 , saturation: 0.61 and the lightness value of 25390e is 0.14.

The process color (four color CMYK) of #25390e color hex is 0.35, 0.00, 0.75, 0.78. Web safe color of #25390e is #333300. Color #25390e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111001 00001110
Octal 45 71 16
Decimal 37 57 14
Hex 25 39 E

RGB Percentages of Color #25390e

%34.26
%52.78
%12.96

CMYK Percentages of Color #25390e

%35
%0
%75
%78

Triadic Colors of #25390e

#25390e #0e2539 #390e25

Analogous Colors of #25390e

#25390e #10390e #39380e

Monochromatic Colors of #25390e

#25390e

Complementary Color

#25390e #220e39

#25390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25390e Color CSS Codes

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

#25390e Text Font Color

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

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


#25390e Background Color

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

This div background color is #25390e


#25390e Border Color

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

This div border color is #25390e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25390e


Comments

No comments written yet.

Please login to write comment.