Color Hex Logo

#398256 Color Hex

#398256
(57,130,86)
0 Favorites   0 Comments

Color spaces of #398256

RGB 5713086
HSL0.400.390.37
HSV144°56°51°
CMYK 0.560.000.34   0.49
XYZ11.349717.507011.5851
Yxy17.50700.28060.4329
Hunter Lab41.8414-24.803312.8727
CIE-Lab48.8926-33.492217.1126

#398256 color RGB value is (57,130,86).

#398256 hex color red value is 57, green value is 130 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #398256 hue: 0.40 , saturation: 0.39 and the lightness value of 398256 is 0.37.

The process color (four color CMYK) of #398256 color hex is 0.56, 0.00, 0.34, 0.49. Web safe color of #398256 is #339966. Color #398256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000010 01010110
Octal 71 202 126
Decimal 57 130 86
Hex 39 82 56

RGB Percentages of Color #398256

%20.88
%47.62
%31.50

CMYK Percentages of Color #398256

%56
%0
%34
%49

Triadic Colors of #398256

#398256 #563982 #825639

Analogous Colors of #398256

#398256 #39827b #418239

Monochromatic Colors of #398256

#398256

Complementary Color

#398256 #823965

#398256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398256 Color CSS Codes

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

#398256 Text Font Color

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

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


#398256 Background Color

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

This div background color is #398256


#398256 Border Color

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

This div border color is #398256


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,130,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398256; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398256;
  -webkit-box-shadow: 1px 1px 3px 2px #398256;
  box-shadow:         1px 1px 3px 2px #398256; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,130,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398256


Comments

No comments written yet.

Please login to write comment.