Color Hex Logo

#366249 Color Hex

#366249
(54,98,73)
0 Favorites   0 Comments

Color spaces of #366249

RGB 549873
HSL0.410.290.30
HSV146°45°38°
CMYK 0.450.000.26   0.62
XYZ7.091610.00077.8599
Yxy10.00070.28420.4008
Hunter Lab31.6239-15.31357.4006
CIE-Lab37.8437-21.59149.5588

#366249 color RGB value is (54,98,73).

#366249 hex color red value is 54, green value is 98 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #366249 hue: 0.41 , saturation: 0.29 and the lightness value of 366249 is 0.30.

The process color (four color CMYK) of #366249 color hex is 0.45, 0.00, 0.26, 0.62. Web safe color of #366249 is #336633. Color #366249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100010 01001001
Octal 66 142 111
Decimal 54 98 73
Hex 36 62 49

RGB Percentages of Color #366249

%24.00
%43.56
%32.44

CMYK Percentages of Color #366249

%45
%0
%26
%62

Triadic Colors of #366249

#366249 #493662 #624936

Analogous Colors of #366249

#366249 #36625f #396236

Monochromatic Colors of #366249

#366249

Complementary Color

#366249 #62364f

#366249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366249 Color CSS Codes

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

#366249 Text Font Color

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

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


#366249 Background Color

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

This div background color is #366249


#366249 Border Color

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

This div border color is #366249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366249


Comments

No comments written yet.

Please login to write comment.