Color Hex Logo

#25231c Color Hex

#25231C
(37,35,28)
0 Favorites   0 Comments

Color spaces of #25231c

RGB 373528
HSL0.130.140.13
HSV47°24°15°
CMYK 0.000.050.24   0.85
XYZ1.57361.67921.3398
Yxy1.67920.34260.3656
Hunter Lab12.9584-1.00112.9407
CIE-Lab13.7047-0.60265.0418

#25231c color RGB value is (37,35,28).

#25231c hex color red value is 37, green value is 35 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #25231c hue: 0.13 , saturation: 0.14 and the lightness value of 25231c is 0.13.

The process color (four color CMYK) of #25231c color hex is 0.00, 0.05, 0.24, 0.85. Web safe color of #25231c is #333333. Color #25231c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 00011100
Octal 45 43 34
Decimal 37 35 28
Hex 25 23 1C

RGB Percentages of Color #25231c

%37.00
%35.00
%28.00

CMYK Percentages of Color #25231c

%0
%5
%24
%85

Triadic Colors of #25231c

#25231c #1c2523 #231c25

Analogous Colors of #25231c

#25231c #23251c #251f1c

Monochromatic Colors of #25231c

#25231c

Complementary Color

#25231c #1c1e25

#25231c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25231c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25231c Color CSS Codes

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

#25231c Text Font Color

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

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


#25231c Background Color

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

This div background color is #25231c


#25231c Border Color

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

This div border color is #25231c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25231c


Comments

No comments written yet.

Please login to write comment.