Color Hex Logo

#4c2807 Color Hex

#4C2807
(76,40,7)
0 Favorites   0 Comments

Color spaces of #4c2807

RGB 76407
HSL0.080.830.16
HSV29°91°30°
CMYK 0.000.470.91   0.70
XYZ3.77763.06940.5944
Yxy3.06940.50760.4125
Hunter Lab17.51977.828710.2522
CIE-Lab20.319714.082326.5320

#4c2807 color RGB value is (76,40,7).

#4c2807 hex color red value is 76, green value is 40 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #4c2807 hue: 0.08 , saturation: 0.83 and the lightness value of 4c2807 is 0.16.

The process color (four color CMYK) of #4c2807 color hex is 0.00, 0.47, 0.91, 0.70. Web safe color of #4c2807 is #333300. Color #4c2807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101000 00000111
Octal 114 50 7
Decimal 76 40 7
Hex 4C 28 7

RGB Percentages of Color #4c2807

%61.79
%32.52
%5.69

CMYK Percentages of Color #4c2807

%0
%47
%91
%70

Triadic Colors of #4c2807

#4c2807 #074c28 #28074c

Analogous Colors of #4c2807

#4c2807 #4c4b07 #4c0708

Monochromatic Colors of #4c2807

#4c2807

Complementary Color

#4c2807 #072b4c

#4c2807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2807 Color CSS Codes

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

#4c2807 Text Font Color

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

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


#4c2807 Background Color

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

This div background color is #4c2807


#4c2807 Border Color

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

This div border color is #4c2807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2807


Comments

No comments written yet.

Please login to write comment.