Color Hex Logo

#255849 Color Hex

#255849
(37,88,73)
0 Favorites   0 Comments

Color spaces of #255849

RGB 378873
HSL0.450.410.25
HSV162°58°35°
CMYK 0.580.000.17   0.65
XYZ5.45537.85387.5317
Yxy7.85380.26180.3768
Hunter Lab28.0246-14.29613.6829
CIE-Lab33.6765-21.25353.5496

#255849 color RGB value is (37,88,73).

#255849 hex color red value is 37, green value is 88 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #255849 hue: 0.45 , saturation: 0.41 and the lightness value of 255849 is 0.25.

The process color (four color CMYK) of #255849 color hex is 0.58, 0.00, 0.17, 0.65. Web safe color of #255849 is #336633. Color #255849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011000 01001001
Octal 45 130 111
Decimal 37 88 73
Hex 25 58 49

RGB Percentages of Color #255849

%18.69
%44.44
%36.87

CMYK Percentages of Color #255849

%58
%0
%17
%65

Triadic Colors of #255849

#255849 #492558 #584925

Analogous Colors of #255849

#255849 #254e58 #255830

Monochromatic Colors of #255849

#255849

Complementary Color

#255849 #582534

#255849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255849 Color CSS Codes

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

#255849 Text Font Color

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

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


#255849 Background Color

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

This div background color is #255849


#255849 Border Color

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

This div border color is #255849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255849


Comments

No comments written yet.

Please login to write comment.