Color Hex Logo

#255113 Color Hex

#255113
(37,81,19)
0 Favorites   0 Comments

Color spaces of #255113

RGB 378119
HSL0.280.620.20
HSV103°77°32°
CMYK 0.540.000.77   0.68
XYZ3.82296.32521.6355
Yxy6.32520.32440.5368
Hunter Lab25.1500-16.879613.7493
CIE-Lab30.2185-27.905630.3402

#255113 color RGB value is (37,81,19).

#255113 hex color red value is 37, green value is 81 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #255113 hue: 0.28 , saturation: 0.62 and the lightness value of 255113 is 0.20.

The process color (four color CMYK) of #255113 color hex is 0.54, 0.00, 0.77, 0.68. Web safe color of #255113 is #336600. Color #255113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010001 00010011
Octal 45 121 23
Decimal 37 81 19
Hex 25 51 13

RGB Percentages of Color #255113

%27.01
%59.12
%13.87

CMYK Percentages of Color #255113

%54
%0
%77
%68

Triadic Colors of #255113

#255113 #132551 #511325

Analogous Colors of #255113

#255113 #135120 #445113

Monochromatic Colors of #255113

#255113

Complementary Color

#255113 #3f1351

#255113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255113 Color CSS Codes

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

#255113 Text Font Color

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

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


#255113 Background Color

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

This div background color is #255113


#255113 Border Color

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

This div border color is #255113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255113


Comments

No comments written yet.

Please login to write comment.