Color Hex Logo

#252300 Color Hex

#252300
(37,35,0)
0 Favorites   0 Comments

Color spaces of #252300

RGB 37350
HSL0.161.000.07
HSV57°100°15°
CMYK 0.000.051.00   0.85
XYZ1.36401.59540.2360
Yxy1.59540.42690.4993
Hunter Lab12.6309-2.82817.7338
CIE-Lab13.2021-4.365919.3867

#252300 color RGB value is (37,35,0).

#252300 hex color red value is 37, green value is 35 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #252300 hue: 0.16 , saturation: 1.00 and the lightness value of 252300 is 0.07.

The process color (four color CMYK) of #252300 color hex is 0.00, 0.05, 1.00, 0.85. Web safe color of #252300 is #333300. Color #252300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 00000000
Octal 45 43 0
Decimal 37 35 0
Hex 25 23 0

RGB Percentages of Color #252300

%51.39
%48.61
%0.00

CMYK Percentages of Color #252300

%0
%5
%100
%85

Triadic Colors of #252300

#252300 #002523 #230025

Analogous Colors of #252300

#252300 #152500 #251100

Monochromatic Colors of #252300

#252300

Complementary Color

#252300 #000225

#252300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252300 Color CSS Codes

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

#252300 Text Font Color

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

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


#252300 Background Color

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

This div background color is #252300


#252300 Border Color

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

This div border color is #252300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252300


Comments

No comments written yet.

Please login to write comment.