Color Hex Logo

#25401d Color Hex

#25401D
(37,64,29)
0 Favorites   0 Comments

Color spaces of #25401d

RGB 376429
HSL0.300.380.18
HSV106°55°25°
CMYK 0.420.000.55   0.75
XYZ2.81814.14881.8147
Yxy4.14880.32090.4724
Hunter Lab20.3686-10.94878.9757
CIE-Lab24.1574-18.337918.1497

#25401d color RGB value is (37,64,29).

#25401d hex color red value is 37, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #25401d hue: 0.30 , saturation: 0.38 and the lightness value of 25401d is 0.18.

The process color (four color CMYK) of #25401d color hex is 0.42, 0.00, 0.55, 0.75. Web safe color of #25401d is #333333. Color #25401d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000000 00011101
Octal 45 100 35
Decimal 37 64 29
Hex 25 40 1D

RGB Percentages of Color #25401d

%28.46
%49.23
%22.31

CMYK Percentages of Color #25401d

%42
%0
%55
%75

Triadic Colors of #25401d

#25401d #1d2540 #401d25

Analogous Colors of #25401d

#25401d #1d4027 #37401d

Monochromatic Colors of #25401d

#25401d

Complementary Color

#25401d #381d40

#25401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25401d Color CSS Codes

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

#25401d Text Font Color

<p style="color:#25401d">Text here</p>

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


#25401d Background Color

<div style="background-color:#25401d">
Div content here</div>

This div background color is #25401d


#25401d Border Color

<div style="border:3px solid #25401d">
Div here</div>

This div border color is #25401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25401d


Comments

No comments written yet.

Please login to write comment.