Color Hex Logo

#346844 Color Hex

#346844
(52,104,68)
0 Favorites   0 Comments

Color spaces of #346844

RGB 5210468
HSL0.380.330.31
HSV138°50°41°
CMYK 0.500.000.35   0.59
XYZ7.409911.04807.2108
Yxy11.04800.28870.4304
Hunter Lab33.2385-18.374210.4045
CIE-Lab39.6612-26.322215.0510

#346844 color RGB value is (52,104,68).

#346844 hex color red value is 52, green value is 104 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #346844 hue: 0.38 , saturation: 0.33 and the lightness value of 346844 is 0.31.

The process color (four color CMYK) of #346844 color hex is 0.50, 0.00, 0.35, 0.59. Web safe color of #346844 is #336633. Color #346844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101000 01000100
Octal 64 150 104
Decimal 52 104 68
Hex 34 68 44

RGB Percentages of Color #346844

%23.21
%46.43
%30.36

CMYK Percentages of Color #346844

%50
%0
%35
%59

Triadic Colors of #346844

#346844 #443468 #684434

Analogous Colors of #346844

#346844 #34685e #3e6834

Monochromatic Colors of #346844

#346844

Complementary Color

#346844 #683458

#346844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346844 Color CSS Codes

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

#346844 Text Font Color

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

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


#346844 Background Color

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

This div background color is #346844


#346844 Border Color

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

This div border color is #346844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346844


Comments

No comments written yet.

Please login to write comment.