Color Hex Logo

#346550 Color Hex

#346550
(52,101,80)
0 Favorites   0 Comments

Color spaces of #346550

RGB 5210180
HSL0.430.320.30
HSV154°49°40°
CMYK 0.490.000.21   0.60
XYZ7.517810.61669.2424
Yxy10.61660.27460.3878
Hunter Lab32.5831-15.83575.9902
CIE-Lab38.9271-22.12616.8054

#346550 color RGB value is (52,101,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100101 01010000
Octal 64 145 120
Decimal 52 101 80
Hex 34 65 50

RGB Percentages of Color #346550

%22.32
%43.35
%34.33

CMYK Percentages of Color #346550

%49
%0
%21
%60

Triadic Colors of #346550

#346550 #503465 #655034

Analogous Colors of #346550

#346550 #346265 #346538

Monochromatic Colors of #346550

#346550

Complementary Color

#346550 #653449

#346550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346550 Color CSS Codes

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

#346550 Text Font Color

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

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


#346550 Background Color

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

This div background color is #346550


#346550 Border Color

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

This div border color is #346550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346550


Comments

No comments written yet.

Please login to write comment.