Color Hex Logo

#346751 Color Hex

#346751
(52,103,81)
0 Favorites   0 Comments

Color spaces of #346751

RGB 5210381
HSL0.430.330.30
HSV154°50°40°
CMYK 0.500.000.21   0.60
XYZ7.751611.02469.5040
Yxy11.02460.27410.3898
Hunter Lab33.2033-16.43346.2714
CIE-Lab39.6219-22.91867.1817

#346751 color RGB value is (52,103,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100111 01010001
Octal 64 147 121
Decimal 52 103 81
Hex 34 67 51

RGB Percentages of Color #346751

%22.03
%43.64
%34.32

CMYK Percentages of Color #346751

%50
%0
%21
%60

Triadic Colors of #346751

#346751 #513467 #675134

Analogous Colors of #346751

#346751 #346467 #346738

Monochromatic Colors of #346751

#346751

Complementary Color

#346751 #67344a

#346751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346751 Color CSS Codes

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

#346751 Text Font Color

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

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


#346751 Background Color

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

This div background color is #346751


#346751 Border Color

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

This div border color is #346751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346751

#346751 Color Palettes


Comments

No comments written yet.

Please login to write comment.