Color Hex Logo

#c47407 Color Hex

#C47407
(196,116,7)
0 Favorites   0 Comments

Color spaces of #c47407

RGB 1961167
HSL0.100.930.40
HSV35°96°77°
CMYK 0.000.410.96   0.23
XYZ29.048724.24193.3491
Yxy24.24190.51290.4280
Hunter Lab49.236119.149830.4323
CIE-Lab56.329225.031762.0413

#c47407 color RGB value is (196,116,7).

#c47407 hex color red value is 196, green value is 116 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c47407 hue: 0.10 , saturation: 0.93 and the lightness value of c47407 is 0.40.

The process color (four color CMYK) of #c47407 color hex is 0.00, 0.41, 0.96, 0.23. Web safe color of #c47407 is #cc6600. Color #c47407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 00000111
Octal 304 164 7
Decimal 196 116 7
Hex C4 74 7

RGB Percentages of Color #c47407

%61.44
%36.36
%2.19

CMYK Percentages of Color #c47407

%0
%41
%96
%23

Triadic Colors of #c47407

#c47407 #07c474 #7407c4

Analogous Colors of #c47407

#c47407 #b6c407 #c41607

Monochromatic Colors of #c47407

#c47407

Complementary Color

#c47407 #0757c4

#c47407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47407 Color CSS Codes

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

#c47407 Text Font Color

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

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


#c47407 Background Color

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

This div background color is #c47407


#c47407 Border Color

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

This div border color is #c47407


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,116,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 #c47407">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47407


Comments

No comments written yet.

Please login to write comment.