Color Hex Logo

#366269 Color Hex

#366269
(54,98,105)
0 Favorites   0 Comments

Color spaces of #366269

RGB 5498105
HSL0.520.320.31
HSV188°49°41°
CMYK 0.490.070.00   0.59
XYZ8.438810.539614.9542
Yxy10.53960.24870.3106
Hunter Lab32.4648-10.4145-4.5854
CIE-Lab38.7940-13.1231-8.7161

#366269 color RGB value is (54,98,105).

#366269 hex color red value is 54, green value is 98 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #366269 hue: 0.52 , saturation: 0.32 and the lightness value of 366269 is 0.31.

The process color (four color CMYK) of #366269 color hex is 0.49, 0.07, 0.00, 0.59. Web safe color of #366269 is #336666. Color #366269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100010 01101001
Octal 66 142 151
Decimal 54 98 105
Hex 36 62 69

RGB Percentages of Color #366269

%21.01
%38.13
%40.86

CMYK Percentages of Color #366269

%49
%7
%0
%59

Triadic Colors of #366269

#366269 #693662 #626936

Analogous Colors of #366269

#366269 #364969 #366957

Monochromatic Colors of #366269

#366269

Complementary Color

#366269 #693d36

#366269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366269 Color CSS Codes

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

#366269 Text Font Color

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

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


#366269 Background Color

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

This div background color is #366269


#366269 Border Color

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

This div border color is #366269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366269


Comments

No comments written yet.

Please login to write comment.