Color Hex Logo

#c74706 Color Hex

#C74706
(199,71,6)
0 Favorites   0 Comments

Color spaces of #c74706

RGB 199716
HSL0.060.940.40
HSV20°97°78°
CMYK 0.000.640.97   0.22
XYZ25.839316.66172.0265
Yxy16.66170.58030.3742
Hunter Lab40.818741.562225.6296
CIE-Lab47.830948.771657.0513

#c74706 color RGB value is (199,71,6).

#c74706 hex color red value is 199, green value is 71 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c74706 hue: 0.06 , saturation: 0.94 and the lightness value of c74706 is 0.40.

The process color (four color CMYK) of #c74706 color hex is 0.00, 0.64, 0.97, 0.22. Web safe color of #c74706 is #cc3300. Color #c74706 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000111 00000110
Octal 307 107 6
Decimal 199 71 6
Hex C7 47 6

RGB Percentages of Color #c74706

%72.10
%25.72
%2.17

CMYK Percentages of Color #c74706

%0
%64
%97
%22

Triadic Colors of #c74706

#c74706 #06c747 #4706c7

Analogous Colors of #c74706

#c74706 #c7a806 #c70626

Monochromatic Colors of #c74706

#c74706

Complementary Color

#c74706 #0686c7

#c74706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74706 Color CSS Codes

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

#c74706 Text Font Color

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

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


#c74706 Background Color

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

This div background color is #c74706


#c74706 Border Color

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

This div border color is #c74706


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,71,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c74706; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c74706;
  -webkit-box-shadow: 1px 1px 3px 2px #c74706;
  box-shadow:         1px 1px 3px 2px #c74706; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,71,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74706


Comments

No comments written yet.

Please login to write comment.