Color Hex Logo

#368458 Color Hex

#368458
(54,132,88)
0 Favorites   0 Comments

Color spaces of #368458

RGB 5413288
HSL0.410.420.36
HSV146°59°52°
CMYK 0.590.000.33   0.48
XYZ11.534017.991412.0973
Yxy17.99140.27710.4322
Hunter Lab42.4163-25.690012.7816
CIE-Lab49.4857-34.722916.7585

#368458 color RGB value is (54,132,88).

#368458 hex color red value is 54, green value is 132 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #368458 hue: 0.41 , saturation: 0.42 and the lightness value of 368458 is 0.36.

The process color (four color CMYK) of #368458 color hex is 0.59, 0.00, 0.33, 0.48. Web safe color of #368458 is #339966. Color #368458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000100 01011000
Octal 66 204 130
Decimal 54 132 88
Hex 36 84 58

RGB Percentages of Color #368458

%19.71
%48.18
%32.12

CMYK Percentages of Color #368458

%59
%0
%33
%48

Triadic Colors of #368458

#368458 #583684 #845836

Analogous Colors of #368458

#368458 #36847f #3b8436

Monochromatic Colors of #368458

#368458

Complementary Color

#368458 #843662

#368458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368458 Color CSS Codes

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

#368458 Text Font Color

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

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


#368458 Background Color

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

This div background color is #368458


#368458 Border Color

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

This div border color is #368458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368458


Comments

No comments written yet.

Please login to write comment.