Color Hex Logo

#25323d Color Hex

#25323D
(37,50,61)
0 Favorites   0 Comments

Color spaces of #25323d

RGB 375061
HSL0.580.240.19
HSV208°39°24°
CMYK 0.390.180.00   0.76
XYZ2.74593.01144.8514
Yxy3.01140.25880.2839
Hunter Lab17.3534-2.1236-4.4280
CIE-Lab20.0895-2.1369-8.6799

#25323d color RGB value is (37,50,61).

#25323d hex color red value is 37, green value is 50 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #25323d hue: 0.58 , saturation: 0.24 and the lightness value of 25323d is 0.19.

The process color (four color CMYK) of #25323d color hex is 0.39, 0.18, 0.00, 0.76. Web safe color of #25323d is #333333. Color #25323d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110010 00111101
Octal 45 62 75
Decimal 37 50 61
Hex 25 32 3D

RGB Percentages of Color #25323d

%25.00
%33.78
%41.22

CMYK Percentages of Color #25323d

%39
%18
%0
%76

Triadic Colors of #25323d

#25323d #3d2532 #323d25

Analogous Colors of #25323d

#25323d #25263d #253d3c

Monochromatic Colors of #25323d

#25323d

Complementary Color

#25323d #3d3025

#25323d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25323d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25323d Color CSS Codes

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

#25323d Text Font Color

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

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


#25323d Background Color

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

This div background color is #25323d


#25323d Border Color

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

This div border color is #25323d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25323d


Comments

No comments written yet.

Please login to write comment.