Color Hex Logo

#7ca473 Color Hex

#7CA473
(124,164,115)
0 Favorites   0 Comments

Color spaces of #7ca473

RGB 124164115
HSL0.300.210.55
HSV109°30°64°
CMYK 0.240.000.30   0.36
XYZ24.682232.073821.1096
Yxy32.07380.31700.4119
Hunter Lab56.6337-21.314917.5439
CIE-Lab63.4038-23.262021.1490

#7ca473 color RGB value is (124,164,115).

#7ca473 hex color red value is 124, green value is 164 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #7ca473 hue: 0.30 , saturation: 0.21 and the lightness value of 7ca473 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100100 01110011
Octal 174 244 163
Decimal 124 164 115
Hex 7C A4 73

RGB Percentages of Color #7ca473

%30.77
%40.69
%28.54

CMYK Percentages of Color #7ca473

%24
%0
%30
%36

Triadic Colors of #7ca473

#7ca473 #737ca4 #a4737c

Analogous Colors of #7ca473

#7ca473 #73a483 #95a473

Monochromatic Colors of #7ca473

#7ca473

Complementary Color

#7ca473 #9b73a4

#7ca473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca473 Color CSS Codes

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

#7ca473 Text Font Color

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

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


#7ca473 Background Color

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

This div background color is #7ca473


#7ca473 Border Color

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

This div border color is #7ca473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca473


Comments

No comments written yet.

Please login to write comment.