Color Hex Logo

#255047 Color Hex

#255047
(37,80,71)
0 Favorites   0 Comments

Color spaces of #255047

RGB 378071
HSL0.470.370.23
HSV167°54°31°
CMYK 0.540.000.11   0.69
XYZ4.76896.58566.9810
Yxy6.58560.26010.3592
Hunter Lab25.6624-11.73821.8349
CIE-Lab30.8443-17.49980.7182

#255047 color RGB value is (37,80,71).

#255047 hex color red value is 37, green value is 80 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #255047 hue: 0.47 , saturation: 0.37 and the lightness value of 255047 is 0.23.

The process color (four color CMYK) of #255047 color hex is 0.54, 0.00, 0.11, 0.69. Web safe color of #255047 is #336633. Color #255047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010000 01000111
Octal 45 120 107
Decimal 37 80 71
Hex 25 50 47

RGB Percentages of Color #255047

%19.68
%42.55
%37.77

CMYK Percentages of Color #255047

%54
%0
%11
%69

Triadic Colors of #255047

#255047 #472550 #504725

Analogous Colors of #255047

#255047 #254450 #255032

Monochromatic Colors of #255047

#255047

Complementary Color

#255047 #50252e

#255047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255047 Color CSS Codes

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

#255047 Text Font Color

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

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


#255047 Background Color

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

This div background color is #255047


#255047 Border Color

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

This div border color is #255047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255047


Comments

No comments written yet.

Please login to write comment.