Color Hex Logo

#6a724a Color Hex

#6A724A
(106,114,74)
0 Favorites   0 Comments

Color spaces of #6a724a

RGB 10611474
HSL0.200.210.37
HSV72°35°45°
CMYK 0.070.000.35   0.55
XYZ13.197215.59328.7928
Yxy15.59320.35110.4149
Hunter Lab39.4882-9.448614.4397
CIE-Lab46.4362-10.210121.2011

#6a724a color RGB value is (106,114,74).

#6a724a hex color red value is 106, green value is 114 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6a724a hue: 0.20 , saturation: 0.21 and the lightness value of 6a724a is 0.37.

The process color (four color CMYK) of #6a724a color hex is 0.07, 0.00, 0.35, 0.55. Web safe color of #6a724a is #666633. Color #6a724a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110010 01001010
Octal 152 162 112
Decimal 106 114 74
Hex 6A 72 4A

RGB Percentages of Color #6a724a

%36.05
%38.78
%25.17

CMYK Percentages of Color #6a724a

%7
%0
%35
%55

Triadic Colors of #6a724a

#6a724a #4a6a72 #724a6a

Analogous Colors of #6a724a

#6a724a #56724a #72664a

Monochromatic Colors of #6a724a

#6a724a

Complementary Color

#6a724a #524a72

#6a724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a724a Color CSS Codes

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

#6a724a Text Font Color

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

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


#6a724a Background Color

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

This div background color is #6a724a


#6a724a Border Color

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

This div border color is #6a724a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,114,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a724a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a724a;
  -webkit-box-shadow: 1px 1px 3px 2px #6a724a;
  box-shadow:         1px 1px 3px 2px #6a724a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,114,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a724a


Comments

No comments written yet.

Please login to write comment.