Color Hex Logo

#25842d Color Hex

#25842D
(37,132,45)
0 Favorites   0 Comments

Color spaces of #25842d

RGB 3713245
HSL0.350.560.33
HSV125°72°52°
CMYK 0.720.000.66   0.48
XYZ9.487917.08535.2804
Yxy17.08530.29790.5364
Hunter Lab41.3344-31.362221.3599
CIE-Lab48.3673-45.502838.0438

#25842d color RGB value is (37,132,45).

#25842d hex color red value is 37, green value is 132 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #25842d hue: 0.35 , saturation: 0.56 and the lightness value of 25842d is 0.33.

The process color (four color CMYK) of #25842d color hex is 0.72, 0.00, 0.66, 0.48. Web safe color of #25842d is #339933. Color #25842d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000100 00101101
Octal 45 204 55
Decimal 37 132 45
Hex 25 84 2D

RGB Percentages of Color #25842d

%17.29
%61.68
%21.03

CMYK Percentages of Color #25842d

%72
%0
%66
%48

Triadic Colors of #25842d

#25842d #2d2584 #842d25

Analogous Colors of #25842d

#25842d #25845d #4d8425

Monochromatic Colors of #25842d

#25842d

Complementary Color

#25842d #84257c

#25842d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25842d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25842d Color CSS Codes

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

#25842d Text Font Color

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

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


#25842d Background Color

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

This div background color is #25842d


#25842d Border Color

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

This div border color is #25842d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25842d


Comments

No comments written yet.

Please login to write comment.