Color Hex Logo

#368774 Color Hex

#368774
(54,135,116)
0 Favorites   0 Comments

Color spaces of #368774

RGB 54135116
HSL0.460.430.37
HSV166°60°53°
CMYK 0.600.000.14   0.47
XYZ13.337719.373219.5594
Yxy19.37320.25520.3706
Hunter Lab44.0150-22.93614.4632
CIE-Lab51.1210-29.48772.8775

#368774 color RGB value is (54,135,116).

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

The process color (four color CMYK) of #368774 color hex is 0.60, 0.00, 0.14, 0.47. Web safe color of #368774 is #339966. Color #368774 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000111 01110100
Octal 66 207 164
Decimal 54 135 116
Hex 36 87 74

RGB Percentages of Color #368774

%17.70
%44.26
%38.03

CMYK Percentages of Color #368774

%60
%0
%14
%47

Triadic Colors of #368774

#368774 #743687 #877436

Analogous Colors of #368774

#368774 #367287 #36874c

Monochromatic Colors of #368774

#368774

Complementary Color

#368774 #873649

#368774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368774 Color CSS Codes

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

#368774 Text Font Color

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

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


#368774 Background Color

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

This div background color is #368774


#368774 Border Color

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

This div border color is #368774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368774


Comments

No comments written yet.

Please login to write comment.