Color Hex Logo

#398460 Color Hex

#398460
(57,132,96)
0 Favorites   0 Comments

Color spaces of #398460

RGB 5713296
HSL0.420.400.37
HSV151°57°52°
CMYK 0.570.000.27   0.48
XYZ12.049918.216913.9474
Yxy18.21690.27250.4120
Hunter Lab42.6813-24.297610.5021
CIE-Lab49.7581-32.260312.5574

#398460 color RGB value is (57,132,96).

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

The process color (four color CMYK) of #398460 color hex is 0.57, 0.00, 0.27, 0.48. Web safe color of #398460 is #339966. Color #398460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000100 01100000
Octal 71 204 140
Decimal 57 132 96
Hex 39 84 60

RGB Percentages of Color #398460

%20.00
%46.32
%33.68

CMYK Percentages of Color #398460

%57
%0
%27
%48

Triadic Colors of #398460

#398460 #603984 #846039

Analogous Colors of #398460

#398460 #398384 #39843b

Monochromatic Colors of #398460

#398460

Complementary Color

#398460 #84395d

#398460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398460 Color CSS Codes

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

#398460 Text Font Color

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

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


#398460 Background Color

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

This div background color is #398460


#398460 Border Color

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

This div border color is #398460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398460


Comments

No comments written yet.

Please login to write comment.