Color Hex Logo

#252f39 Color Hex

#252F39
(37,47,57)
1 Favorites   0 Comments

Color spaces of #252f39

RGB 374757
HSL0.580.210.18
HSV210°35°22°
CMYK 0.350.180.00   0.78
XYZ2.51802.72184.2635
Yxy2.72180.26500.2864
Hunter Lab16.4979-1.6276-3.7736
CIE-Lab18.8934-1.3490-7.7539

#252f39 color RGB value is (37,47,57).

#252f39 hex color red value is 37, green value is 47 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #252f39 hue: 0.58 , saturation: 0.21 and the lightness value of 252f39 is 0.18.

The process color (four color CMYK) of #252f39 color hex is 0.35, 0.18, 0.00, 0.78. Web safe color of #252f39 is #333333. Color #252f39 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101111 00111001
Octal 45 57 71
Decimal 37 47 57
Hex 25 2F 39

RGB Percentages of Color #252f39

%26.24
%33.33
%40.43

CMYK Percentages of Color #252f39

%35
%18
%0
%78

Triadic Colors of #252f39

#252f39 #39252f #2f3925

Analogous Colors of #252f39

#252f39 #252539 #253939

Monochromatic Colors of #252f39

#252f39

Complementary Color

#252f39 #392f25

#252f39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252f39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252f39 Color CSS Codes

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

#252f39 Text Font Color

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

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


#252f39 Background Color

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

This div background color is #252f39


#252f39 Border Color

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

This div border color is #252f39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,47,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252f39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252f39;
  -webkit-box-shadow: 1px 1px 3px 2px #252f39;
  box-shadow:         1px 1px 3px 2px #252f39; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252f39


Comments

No comments written yet.

Please login to write comment.