Color Hex Logo

#7da46d Color Hex

#7DA46D
(125,164,109)
0 Favorites   0 Comments

Color spaces of #7da46d

RGB 125164109
HSL0.280.230.54
HSV103°34°64°
CMYK 0.240.000.34   0.36
XYZ24.493232.015019.3566
Yxy32.01500.32290.4220
Hunter Lab56.5818-21.748819.3242
CIE-Lab63.3553-23.869024.3625

#7da46d color RGB value is (125,164,109).

#7da46d hex color red value is 125, green value is 164 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #7da46d hue: 0.28 , saturation: 0.23 and the lightness value of 7da46d is 0.54.

The process color (four color CMYK) of #7da46d color hex is 0.24, 0.00, 0.34, 0.36. Web safe color of #7da46d is #669966. Color #7da46d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100100 01101101
Octal 175 244 155
Decimal 125 164 109
Hex 7D A4 6D

RGB Percentages of Color #7da46d

%31.41
%41.21
%27.39

CMYK Percentages of Color #7da46d

%24
%0
%34
%36

Triadic Colors of #7da46d

#7da46d #6d7da4 #a46d7d

Analogous Colors of #7da46d

#7da46d #6da479 #99a46d

Monochromatic Colors of #7da46d

#7da46d

Complementary Color

#7da46d #946da4

#7da46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da46d Color CSS Codes

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

#7da46d Text Font Color

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

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


#7da46d Background Color

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

This div background color is #7da46d


#7da46d Border Color

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

This div border color is #7da46d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,164,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7da46d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7da46d;
  -webkit-box-shadow: 1px 1px 3px 2px #7da46d;
  box-shadow:         1px 1px 3px 2px #7da46d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,164,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da46d


Comments

No comments written yet.

Please login to write comment.