Color Hex Logo

#368979 Color Hex

#368979
(54,137,121)
0 Favorites   0 Comments

Color spaces of #368979

RGB 54137121
HSL0.470.430.37
HSV168°61°54°
CMYK 0.610.000.12   0.46
XYZ13.918220.056121.2268
Yxy20.05610.25210.3633
Hunter Lab44.7840-22.89703.2465
CIE-Lab51.9006-29.13191.1020

#368979 color RGB value is (54,137,121).

#368979 hex color red value is 54, green value is 137 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #368979 hue: 0.47 , saturation: 0.43 and the lightness value of 368979 is 0.37.

The process color (four color CMYK) of #368979 color hex is 0.61, 0.00, 0.12, 0.46. Web safe color of #368979 is #339966. Color #368979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001001 01111001
Octal 66 211 171
Decimal 54 137 121
Hex 36 89 79

RGB Percentages of Color #368979

%17.31
%43.91
%38.78

CMYK Percentages of Color #368979

%61
%0
%12
%46

Triadic Colors of #368979

#368979 #793689 #897936

Analogous Colors of #368979

#368979 #367089 #368950

Monochromatic Colors of #368979

#368979

Complementary Color

#368979 #893646

#368979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368979 Color CSS Codes

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

#368979 Text Font Color

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

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


#368979 Background Color

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

This div background color is #368979


#368979 Border Color

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

This div border color is #368979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368979


Comments

No comments written yet.

Please login to write comment.