Color Hex Logo

#25481e Color Hex

#25481E
(37,72,30)
0 Favorites   0 Comments

Color spaces of #25481e

RGB 377230
HSL0.310.410.20
HSV110°58°28°
CMYK 0.490.000.58   0.72
XYZ3.31475.12182.0422
Yxy5.12180.31630.4888
Hunter Lab22.6314-13.461010.4918
CIE-Lab27.0790-22.328021.1356

#25481e color RGB value is (37,72,30).

#25481e hex color red value is 37, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #25481e hue: 0.31 , saturation: 0.41 and the lightness value of 25481e is 0.20.

The process color (four color CMYK) of #25481e color hex is 0.49, 0.00, 0.58, 0.72. Web safe color of #25481e is #333333. Color #25481e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001000 00011110
Octal 45 110 36
Decimal 37 72 30
Hex 25 48 1E

RGB Percentages of Color #25481e

%26.62
%51.80
%21.58

CMYK Percentages of Color #25481e

%49
%0
%58
%72

Triadic Colors of #25481e

#25481e #1e2548 #481e25

Analogous Colors of #25481e

#25481e #1e482c #3a481e

Monochromatic Colors of #25481e

#25481e

Complementary Color

#25481e #411e48

#25481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25481e Color CSS Codes

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

#25481e Text Font Color

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

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


#25481e Background Color

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

This div background color is #25481e


#25481e Border Color

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

This div border color is #25481e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25481e


Comments

No comments written yet.

Please login to write comment.