Color Hex Logo

#346555 Color Hex

#346555
(52,101,85)
0 Favorites   0 Comments

Color spaces of #346555

RGB 5210185
HSL0.450.320.30
HSV160°49°40°
CMYK 0.490.000.16   0.60
XYZ7.709510.693310.2520
Yxy10.69330.26900.3732
Hunter Lab32.7006-15.14294.3024
CIE-Lab39.0590-20.88593.9423

#346555 color RGB value is (52,101,85).

#346555 hex color red value is 52, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #346555 hue: 0.45 , saturation: 0.32 and the lightness value of 346555 is 0.30.

The process color (four color CMYK) of #346555 color hex is 0.49, 0.00, 0.16, 0.60. Web safe color of #346555 is #336666. Color #346555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100101 01010101
Octal 64 145 125
Decimal 52 101 85
Hex 34 65 55

RGB Percentages of Color #346555

%21.85
%42.44
%35.71

CMYK Percentages of Color #346555

%49
%0
%16
%60

Triadic Colors of #346555

#346555 #553465 #655534

Analogous Colors of #346555

#346555 #345d65 #34653d

Monochromatic Colors of #346555

#346555

Complementary Color

#346555 #653444

#346555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346555 Color CSS Codes

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

#346555 Text Font Color

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

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


#346555 Background Color

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

This div background color is #346555


#346555 Border Color

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

This div border color is #346555


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,101,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346555; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346555;
  -webkit-box-shadow: 1px 1px 3px 2px #346555;
  box-shadow:         1px 1px 3px 2px #346555; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,101,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346555


Comments

No comments written yet.

Please login to write comment.