Color Hex Logo

#4c683b Color Hex

#4C683B
(76,104,59)
0 Favorites   0 Comments

Color spaces of #4c683b

RGB 7610459
HSL0.270.280.32
HSV97°43°41°
CMYK 0.270.000.43   0.59
XYZ8.720211.75295.9466
Yxy11.75290.33010.4449
Hunter Lab34.2825-14.590613.7134
CIE-Lab40.8207-19.406622.0857

#4c683b color RGB value is (76,104,59).

#4c683b hex color red value is 76, green value is 104 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #4c683b hue: 0.27 , saturation: 0.28 and the lightness value of 4c683b is 0.32.

The process color (four color CMYK) of #4c683b color hex is 0.27, 0.00, 0.43, 0.59. Web safe color of #4c683b is #336633. Color #4c683b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101000 00111011
Octal 114 150 73
Decimal 76 104 59
Hex 4C 68 3B

RGB Percentages of Color #4c683b

%31.80
%43.51
%24.69

CMYK Percentages of Color #4c683b

%27
%0
%43
%59

Triadic Colors of #4c683b

#4c683b #3b4c68 #683b4c

Analogous Colors of #4c683b

#4c683b #3b6841 #62683b

Monochromatic Colors of #4c683b

#4c683b

Complementary Color

#4c683b #573b68

#4c683b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c683b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c683b Color CSS Codes

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

#4c683b Text Font Color

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

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


#4c683b Background Color

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

This div background color is #4c683b


#4c683b Border Color

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

This div border color is #4c683b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,104,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c683b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c683b;
  -webkit-box-shadow: 1px 1px 3px 2px #4c683b;
  box-shadow:         1px 1px 3px 2px #4c683b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,104,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c683b


Comments

No comments written yet.

Please login to write comment.