Color Hex Logo

#255241 Color Hex

#255241
(37,82,65)
0 Favorites   0 Comments

Color spaces of #255241

RGB 378265
HSL0.440.380.23
HSV157°55°32°
CMYK 0.550.000.21   0.68
XYZ4.73446.80966.0659
Yxy6.80960.26880.3867
Hunter Lab26.0952-13.28174.4845
CIE-Lab31.3695-20.20945.2864

#255241 color RGB value is (37,82,65).

#255241 hex color red value is 37, green value is 82 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #255241 hue: 0.44 , saturation: 0.38 and the lightness value of 255241 is 0.23.

The process color (four color CMYK) of #255241 color hex is 0.55, 0.00, 0.21, 0.68. Web safe color of #255241 is #336633. Color #255241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010010 01000001
Octal 45 122 101
Decimal 37 82 65
Hex 25 52 41

RGB Percentages of Color #255241

%20.11
%44.57
%35.33

CMYK Percentages of Color #255241

%55
%0
%21
%68

Triadic Colors of #255241

#255241 #412552 #524125

Analogous Colors of #255241

#255241 #254d52 #25522b

Monochromatic Colors of #255241

#255241

Complementary Color

#255241 #522536

#255241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255241 Color CSS Codes

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

#255241 Text Font Color

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

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


#255241 Background Color

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

This div background color is #255241


#255241 Border Color

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

This div border color is #255241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255241


Comments

No comments written yet.

Please login to write comment.