Color Hex Logo

#25341c Color Hex

#25341C
(37,52,28)
0 Favorites   0 Comments

Color spaces of #25341c

RGB 375228
HSL0.270.300.16
HSV98°46°20°
CMYK 0.290.000.46   0.80
XYZ2.20052.93311.5488
Yxy2.93310.32930.4389
Hunter Lab17.1263-7.03626.6266
CIE-Lab19.7740-11.692813.2202

#25341c color RGB value is (37,52,28).

#25341c hex color red value is 37, green value is 52 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #25341c hue: 0.27 , saturation: 0.30 and the lightness value of 25341c is 0.16.

The process color (four color CMYK) of #25341c color hex is 0.29, 0.00, 0.46, 0.80. Web safe color of #25341c is #333333. Color #25341c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110100 00011100
Octal 45 64 34
Decimal 37 52 28
Hex 25 34 1C

RGB Percentages of Color #25341c

%31.62
%44.44
%23.93

CMYK Percentages of Color #25341c

%29
%0
%46
%80

Triadic Colors of #25341c

#25341c #1c2534 #341c25

Analogous Colors of #25341c

#25341c #1c341f #31341c

Monochromatic Colors of #25341c

#25341c

Complementary Color

#25341c #2b1c34

#25341c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25341c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25341c Color CSS Codes

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

#25341c Text Font Color

<p style="color:#25341c">Text here</p>

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


#25341c Background Color

<div style="background-color:#25341c">
Div content here</div>

This div background color is #25341c


#25341c Border Color

<div style="border:3px solid #25341c">
Div here</div>

This div border color is #25341c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,52,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25341c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25341c;
  -webkit-box-shadow: 1px 1px 3px 2px #25341c;
  box-shadow:         1px 1px 3px 2px #25341c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25341c


Comments

No comments written yet.

Please login to write comment.