Color Hex Logo

#7c832a Color Hex

#7C832A
(124,131,42)
0 Favorites   0 Comments

Color spaces of #7c832a

RGB 12413142
HSL0.180.510.34
HSV65°68°51°
CMYK 0.050.000.68   0.49
XYZ16.846420.68495.2952
Yxy20.68490.39340.4830
Hunter Lab45.4807-13.473324.9335
CIE-Lab52.6029-14.840245.2784

#7c832a color RGB value is (124,131,42).

#7c832a hex color red value is 124, green value is 131 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7c832a hue: 0.18 , saturation: 0.51 and the lightness value of 7c832a is 0.34.

The process color (four color CMYK) of #7c832a color hex is 0.05, 0.00, 0.68, 0.49. Web safe color of #7c832a is #669933. Color #7c832a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000011 00101010
Octal 174 203 52
Decimal 124 131 42
Hex 7C 83 2A

RGB Percentages of Color #7c832a

%41.75
%44.11
%14.14

CMYK Percentages of Color #7c832a

%5
%0
%68
%49

Triadic Colors of #7c832a

#7c832a #2a7c83 #832a7c

Analogous Colors of #7c832a

#7c832a #50832a #835d2a

Monochromatic Colors of #7c832a

#7c832a

Complementary Color

#7c832a #312a83

#7c832a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c832a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c832a Color CSS Codes

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

#7c832a Text Font Color

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

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


#7c832a Background Color

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

This div background color is #7c832a


#7c832a Border Color

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

This div border color is #7c832a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c832a


Comments

No comments written yet.

Please login to write comment.