Color Hex Logo

#25472f Color Hex

#25472F
(37,71,47)
0 Favorites   0 Comments

Color spaces of #25472f

RGB 377147
HSL0.380.310.21
HSV138°48°28°
CMYK 0.480.000.34   0.72
XYZ3.52935.10503.4887
Yxy5.10500.29110.4211
Hunter Lab22.5942-11.65766.6612
CIE-Lab27.0318-18.672810.6698

#25472f color RGB value is (37,71,47).

#25472f hex color red value is 37, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #25472f hue: 0.38 , saturation: 0.31 and the lightness value of 25472f is 0.21.

The process color (four color CMYK) of #25472f color hex is 0.48, 0.00, 0.34, 0.72. Web safe color of #25472f is #333333. Color #25472f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000111 00101111
Octal 45 107 57
Decimal 37 71 47
Hex 25 47 2F

RGB Percentages of Color #25472f

%23.87
%45.81
%30.32

CMYK Percentages of Color #25472f

%48
%0
%34
%72

Triadic Colors of #25472f

#25472f #2f2547 #472f25

Analogous Colors of #25472f

#25472f #254740 #2c4725

Monochromatic Colors of #25472f

#25472f

Complementary Color

#25472f #47253d

#25472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25472f Color CSS Codes

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

#25472f Text Font Color

<p style="color:#25472f">Text here</p>

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


#25472f Background Color

<div style="background-color:#25472f">
Div content here</div>

This div background color is #25472f


#25472f Border Color

<div style="border:3px solid #25472f">
Div here</div>

This div border color is #25472f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,71,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25472f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25472f;
  -webkit-box-shadow: 1px 1px 3px 2px #25472f;
  box-shadow:         1px 1px 3px 2px #25472f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25472f


Comments

No comments written yet.

Please login to write comment.