Color Hex Logo

#4d7c30 Color Hex

#4D7C30
(77,124,48)
0 Favorites   0 Comments

Color spaces of #4d7c30

RGB 7712448
HSL0.270.440.34
HSV97°61°49°
CMYK 0.380.000.61   0.51
XYZ10.801716.20655.3552
Yxy16.20650.33380.5008
Hunter Lab40.2573-22.555820.2931
CIE-Lab47.2443-30.415535.7647

#4d7c30 color RGB value is (77,124,48).

#4d7c30 hex color red value is 77, green value is 124 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #4d7c30 hue: 0.27 , saturation: 0.44 and the lightness value of 4d7c30 is 0.34.

The process color (four color CMYK) of #4d7c30 color hex is 0.38, 0.00, 0.61, 0.51. Web safe color of #4d7c30 is #666633. Color #4d7c30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111100 00110000
Octal 115 174 60
Decimal 77 124 48
Hex 4D 7C 30

RGB Percentages of Color #4d7c30

%30.92
%49.80
%19.28

CMYK Percentages of Color #4d7c30

%38
%0
%61
%51

Triadic Colors of #4d7c30

#4d7c30 #304d7c #7c304d

Analogous Colors of #4d7c30

#4d7c30 #307c39 #737c30

Monochromatic Colors of #4d7c30

#4d7c30

Complementary Color

#4d7c30 #5f307c

#4d7c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d7c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d7c30 Color CSS Codes

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

#4d7c30 Text Font Color

<p style="color:#4d7c30">Text here</p>

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


#4d7c30 Background Color

<div style="background-color:#4d7c30">
Div content here</div>

This div background color is #4d7c30


#4d7c30 Border Color

<div style="border:3px solid #4d7c30">
Div here</div>

This div border color is #4d7c30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,124,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d7c30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d7c30;
  -webkit-box-shadow: 1px 1px 3px 2px #4d7c30;
  box-shadow:         1px 1px 3px 2px #4d7c30; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d7c30


Comments

No comments written yet.

Please login to write comment.