Color Hex Logo

#346510 Color Hex

#346510
(52,101,16)
0 Favorites   0 Comments

Color spaces of #346510

RGB 5210116
HSL0.260.730.23
HSV95°84°40°
CMYK 0.490.000.84   0.60
XYZ6.163410.07482.1100
Yxy10.07480.33590.5491
Hunter Lab31.7408-20.885518.2772
CIE-Lab37.9763-31.779539.3425

#346510 color RGB value is (52,101,16).

#346510 hex color red value is 52, green value is 101 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #346510 hue: 0.26 , saturation: 0.73 and the lightness value of 346510 is 0.23.

The process color (four color CMYK) of #346510 color hex is 0.49, 0.00, 0.84, 0.60. Web safe color of #346510 is #336600. Color #346510 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100101 00010000
Octal 64 145 20
Decimal 52 101 16
Hex 34 65 10

RGB Percentages of Color #346510

%30.77
%59.76
%9.47

CMYK Percentages of Color #346510

%49
%0
%84
%60

Triadic Colors of #346510

#346510 #103465 #651034

Analogous Colors of #346510

#346510 #106517 #5e6510

Monochromatic Colors of #346510

#346510

Complementary Color

#346510 #411065

#346510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346510 Color CSS Codes

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

#346510 Text Font Color

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

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


#346510 Background Color

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

This div background color is #346510


#346510 Border Color

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

This div border color is #346510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346510


Comments

No comments written yet.

Please login to write comment.