Color Hex Logo

#346123 Color Hex

#346123
(52,97,35)
0 Favorites   0 Comments

Color spaces of #346123

RGB 529735
HSL0.290.470.26
HSV104°64°38°
CMYK 0.460.000.64   0.62
XYZ5.99429.40083.0887
Yxy9.40080.32430.5086
Hunter Lab30.6607-18.759415.4898
CIE-Lab36.7448-28.326329.9432

#346123 color RGB value is (52,97,35).

#346123 hex color red value is 52, green value is 97 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #346123 hue: 0.29 , saturation: 0.47 and the lightness value of 346123 is 0.26.

The process color (four color CMYK) of #346123 color hex is 0.46, 0.00, 0.64, 0.62. Web safe color of #346123 is #336633. Color #346123 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100001 00100011
Octal 64 141 43
Decimal 52 97 35
Hex 34 61 23

RGB Percentages of Color #346123

%28.26
%52.72
%19.02

CMYK Percentages of Color #346123

%46
%0
%64
%62

Triadic Colors of #346123

#346123 #233461 #612334

Analogous Colors of #346123

#346123 #236131 #536123

Monochromatic Colors of #346123

#346123

Complementary Color

#346123 #502361

#346123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346123 Color CSS Codes

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

#346123 Text Font Color

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

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


#346123 Background Color

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

This div background color is #346123


#346123 Border Color

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

This div border color is #346123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346123

#346123 Color Palettes


Comments

No comments written yet.

Please login to write comment.