Color Hex Logo

#257052 Color Hex

#257052
(37,112,82)
0 Favorites   0 Comments

Color spaces of #257052

RGB 3711282
HSL0.430.500.29
HSV156°67°44°
CMYK 0.670.000.27   0.56
XYZ8.080112.59099.9871
Yxy12.59090.26360.4107
Hunter Lab35.4837-21.44968.1510
CIE-Lab42.1403-30.753010.0453

#257052 color RGB value is (37,112,82).

#257052 hex color red value is 37, green value is 112 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #257052 hue: 0.43 , saturation: 0.50 and the lightness value of 257052 is 0.29.

The process color (four color CMYK) of #257052 color hex is 0.67, 0.00, 0.27, 0.56. Web safe color of #257052 is #336666. Color #257052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110000 01010010
Octal 45 160 122
Decimal 37 112 82
Hex 25 70 52

RGB Percentages of Color #257052

%16.02
%48.48
%35.50

CMYK Percentages of Color #257052

%67
%0
%27
%56

Triadic Colors of #257052

#257052 #522570 #705225

Analogous Colors of #257052

#257052 #256970 #25702d

Monochromatic Colors of #257052

#257052

Complementary Color

#257052 #702543

#257052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257052 Color CSS Codes

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

#257052 Text Font Color

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

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


#257052 Background Color

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

This div background color is #257052


#257052 Border Color

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

This div border color is #257052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257052


Comments

No comments written yet.

Please login to write comment.