Color Hex Logo

#626e34 Color Hex

#626E34
(98,110,52)
0 Favorites   0 Comments

Color spaces of #626e34

RGB 9811052
HSL0.200.360.32
HSV72°53°43°
CMYK 0.110.000.53   0.57
XYZ11.232813.99655.3584
Yxy13.99650.36720.4576
Hunter Lab37.4119-11.876817.6964
CIE-Lab44.2279-14.234030.5495

#626e34 color RGB value is (98,110,52).

#626e34 hex color red value is 98, green value is 110 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #626e34 hue: 0.20 , saturation: 0.36 and the lightness value of 626e34 is 0.32.

The process color (four color CMYK) of #626e34 color hex is 0.11, 0.00, 0.53, 0.57. Web safe color of #626e34 is #666633. Color #626e34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 00110100
Octal 142 156 64
Decimal 98 110 52
Hex 62 6E 34

RGB Percentages of Color #626e34

%37.69
%42.31
%20.00

CMYK Percentages of Color #626e34

%11
%0
%53
%57

Triadic Colors of #626e34

#626e34 #34626e #6e3462

Analogous Colors of #626e34

#626e34 #456e34 #6e5d34

Monochromatic Colors of #626e34

#626e34

Complementary Color

#626e34 #40346e

#626e34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626e34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626e34 Color CSS Codes

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

#626e34 Text Font Color

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

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


#626e34 Background Color

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

This div background color is #626e34


#626e34 Border Color

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

This div border color is #626e34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,110,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #626e34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #626e34;
  -webkit-box-shadow: 1px 1px 3px 2px #626e34;
  box-shadow:         1px 1px 3px 2px #626e34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626e34


Comments

No comments written yet.

Please login to write comment.