Color Hex Logo

#256340 Color Hex

#256340
(37,99,64)
0 Favorites   0 Comments

Color spaces of #256340

RGB 379964
HSL0.410.460.27
HSV146°63°39°
CMYK 0.630.000.35   0.61
XYZ6.15029.68726.3961
Yxy9.68720.27660.4357
Hunter Lab31.1243-19.19569.6028
CIE-Lab37.2751-28.900314.1069

#256340 color RGB value is (37,99,64).

#256340 hex color red value is 37, green value is 99 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #256340 hue: 0.41 , saturation: 0.46 and the lightness value of 256340 is 0.27.

The process color (four color CMYK) of #256340 color hex is 0.63, 0.00, 0.35, 0.61. Web safe color of #256340 is #336633. Color #256340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100011 01000000
Octal 45 143 100
Decimal 37 99 64
Hex 25 63 40

RGB Percentages of Color #256340

%18.50
%49.50
%32.00

CMYK Percentages of Color #256340

%63
%0
%35
%61

Triadic Colors of #256340

#256340 #402563 #634025

Analogous Colors of #256340

#256340 #25635f #296325

Monochromatic Colors of #256340

#256340

Complementary Color

#256340 #632548

#256340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256340 Color CSS Codes

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

#256340 Text Font Color

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

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


#256340 Background Color

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

This div background color is #256340


#256340 Border Color

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

This div border color is #256340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256340


Comments

No comments written yet.

Please login to write comment.