Color Hex Logo

#7ca32d Color Hex

#7CA32D
(124,163,45)
0 Favorites   0 Comments

Color spaces of #7ca32d

RGB 12416345
HSL0.220.570.41
HSV80°72°64°
CMYK 0.240.000.72   0.36
XYZ21.883030.66897.2490
Yxy30.66890.36590.5129
Hunter Lab55.3795-26.380631.0048
CIE-Lab62.2271-30.736053.8151

#7ca32d color RGB value is (124,163,45).

#7ca32d hex color red value is 124, green value is 163 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #7ca32d hue: 0.22 , saturation: 0.57 and the lightness value of 7ca32d is 0.41.

The process color (four color CMYK) of #7ca32d color hex is 0.24, 0.00, 0.72, 0.36. Web safe color of #7ca32d is #669933. Color #7ca32d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100011 00101101
Octal 174 243 55
Decimal 124 163 45
Hex 7C A3 2D

RGB Percentages of Color #7ca32d

%37.35
%49.10
%13.55

CMYK Percentages of Color #7ca32d

%24
%0
%72
%36

Triadic Colors of #7ca32d

#7ca32d #2d7ca3 #a32d7c

Analogous Colors of #7ca32d

#7ca32d #41a32d #a38f2d

Monochromatic Colors of #7ca32d

#7ca32d

Complementary Color

#7ca32d #542da3

#7ca32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca32d Color CSS Codes

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

#7ca32d Text Font Color

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

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


#7ca32d Background Color

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

This div background color is #7ca32d


#7ca32d Border Color

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

This div border color is #7ca32d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,163,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ca32d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ca32d;
  -webkit-box-shadow: 1px 1px 3px 2px #7ca32d;
  box-shadow:         1px 1px 3px 2px #7ca32d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,163,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca32d


Comments

No comments written yet.

Please login to write comment.