Color Hex Logo

#25343d Color Hex

#25343D
(37,52,61)
0 Favorites   0 Comments

Color spaces of #25343d

RGB 375261
HSL0.560.240.19
HSV203°39°24°
CMYK 0.390.150.00   0.76
XYZ2.83323.18624.8806
Yxy3.18620.25990.2923
Hunter Lab17.8499-2.9053-3.7164
CIE-Lab20.7747-3.4814-7.6405

#25343d color RGB value is (37,52,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110100 00111101
Octal 45 64 75
Decimal 37 52 61
Hex 25 34 3D

RGB Percentages of Color #25343d

%24.67
%34.67
%40.67

CMYK Percentages of Color #25343d

%39
%15
%0
%76

Triadic Colors of #25343d

#25343d #3d2534 #343d25

Analogous Colors of #25343d

#25343d #25283d #253d3a

Monochromatic Colors of #25343d

#25343d

Complementary Color

#25343d #3d2e25

#25343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25343d Color CSS Codes

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

#25343d Text Font Color

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

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


#25343d Background Color

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

This div background color is #25343d


#25343d Border Color

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

This div border color is #25343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25343d


Comments

No comments written yet.

Please login to write comment.