Color Hex Logo

#25480d Color Hex

#25480D
(37,72,13)
0 Favorites   0 Comments

Color spaces of #25480d

RGB 377213
HSL0.270.690.17
HSV96°82°28°
CMYK 0.490.000.82   0.72
XYZ3.15305.05711.1907
Yxy5.05710.33540.5379
Hunter Lab22.4880-14.326812.6023
CIE-Lab26.8968-24.243529.5674

#25480d color RGB value is (37,72,13).

#25480d hex color red value is 37, green value is 72 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #25480d hue: 0.27 , saturation: 0.69 and the lightness value of 25480d is 0.17.

The process color (four color CMYK) of #25480d color hex is 0.49, 0.00, 0.82, 0.72. Web safe color of #25480d is #333300. Color #25480d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001000 00001101
Octal 45 110 15
Decimal 37 72 13
Hex 25 48 D

RGB Percentages of Color #25480d

%30.33
%59.02
%10.66

CMYK Percentages of Color #25480d

%49
%0
%82
%72

Triadic Colors of #25480d

#25480d #0d2548 #480d25

Analogous Colors of #25480d

#25480d #0d4813 #43480d

Monochromatic Colors of #25480d

#25480d

Complementary Color

#25480d #300d48

#25480d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25480d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25480d Color CSS Codes

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

#25480d Text Font Color

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

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


#25480d Background Color

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

This div background color is #25480d


#25480d Border Color

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

This div border color is #25480d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25480d


Comments

No comments written yet.

Please login to write comment.