Color Hex Logo

#366267 Color Hex

#366267
(54,98,103)
0 Favorites   0 Comments

Color spaces of #366267

RGB 5498103
HSL0.520.310.31
HSV186°48°40°
CMYK 0.480.050.00   0.60
XYZ8.337210.498914.4190
Yxy10.49890.25070.3157
Hunter Lab32.4020-10.7746-3.7028
CIE-Lab38.7233-13.7174-7.5919

#366267 color RGB value is (54,98,103).

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

The process color (four color CMYK) of #366267 color hex is 0.48, 0.05, 0.00, 0.60. Web safe color of #366267 is #336666. Color #366267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100010 01100111
Octal 66 142 147
Decimal 54 98 103
Hex 36 62 67

RGB Percentages of Color #366267

%21.18
%38.43
%40.39

CMYK Percentages of Color #366267

%48
%5
%0
%60

Triadic Colors of #366267

#366267 #673662 #626736

Analogous Colors of #366267

#366267 #364a67 #366754

Monochromatic Colors of #366267

#366267

Complementary Color

#366267 #673b36

#366267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366267 Color CSS Codes

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

#366267 Text Font Color

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

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


#366267 Background Color

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

This div background color is #366267


#366267 Border Color

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

This div border color is #366267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366267


Comments

No comments written yet.

Please login to write comment.