Color Hex Logo

#257955 Color Hex

#257955
(37,121,85)
0 Favorites   0 Comments

Color spaces of #257955

RGB 3712185
HSL0.430.530.31
HSV154°69°47°
CMYK 0.690.000.30   0.53
XYZ9.240014.723910.9493
Yxy14.72390.26470.4217
Hunter Lab38.3717-24.16739.9419
CIE-Lab45.2537-34.119812.6050

#257955 color RGB value is (37,121,85).

#257955 hex color red value is 37, green value is 121 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #257955 hue: 0.43 , saturation: 0.53 and the lightness value of 257955 is 0.31.

The process color (four color CMYK) of #257955 color hex is 0.69, 0.00, 0.30, 0.53. Web safe color of #257955 is #336666. Color #257955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111001 01010101
Octal 45 171 125
Decimal 37 121 85
Hex 25 79 55

RGB Percentages of Color #257955

%15.23
%49.79
%34.98

CMYK Percentages of Color #257955

%69
%0
%30
%53

Triadic Colors of #257955

#257955 #552579 #795525

Analogous Colors of #257955

#257955 #257379 #25792b

Monochromatic Colors of #257955

#257955

Complementary Color

#257955 #792549

#257955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257955 Color CSS Codes

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

#257955 Text Font Color

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

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


#257955 Background Color

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

This div background color is #257955


#257955 Border Color

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

This div border color is #257955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257955


Comments

No comments written yet.

Please login to write comment.