Color Hex Logo

#25280d Color Hex

#25280D
(37,40,13)
0 Favorites   0 Comments

Color spaces of #25280d

RGB 374013
HSL0.190.510.10
HSV67°68°16°
CMYK 0.070.000.68   0.84
XYZ1.59441.94000.6712
Yxy1.94000.37910.4613
Hunter Lab13.9284-3.94166.8927
CIE-Lab15.1692-6.355916.5533

#25280d color RGB value is (37,40,13).

#25280d hex color red value is 37, green value is 40 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #25280d hue: 0.19 , saturation: 0.51 and the lightness value of 25280d is 0.10.

The process color (four color CMYK) of #25280d color hex is 0.07, 0.00, 0.68, 0.84. Web safe color of #25280d is #333300. Color #25280d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101000 00001101
Octal 45 50 15
Decimal 37 40 13
Hex 25 28 D

RGB Percentages of Color #25280d

%41.11
%44.44
%14.44

CMYK Percentages of Color #25280d

%7
%0
%68
%84

Triadic Colors of #25280d

#25280d #0d2528 #280d25

Analogous Colors of #25280d

#25280d #18280d #281e0d

Monochromatic Colors of #25280d

#25280d

Complementary Color

#25280d #100d28

#25280d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25280d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25280d Color CSS Codes

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

#25280d Text Font Color

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

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


#25280d Background Color

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

This div background color is #25280d


#25280d Border Color

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

This div border color is #25280d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,40,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 #25280d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25280d


Comments

No comments written yet.

Please login to write comment.