Color Hex Logo

#c79431 Color Hex

#C79431
(199,148,49)
0 Favorites   0 Comments

Color spaces of #c79431

RGB 19914849
HSL0.110.600.49
HSV40°75°78°
CMYK 0.000.260.75   0.22
XYZ34.697533.54377.5516
Yxy33.54370.45780.4426
Hunter Lab57.91695.583132.8112
CIE-Lab64.59889.938456.7915

#c79431 color RGB value is (199,148,49).

#c79431 hex color red value is 199, green value is 148 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c79431 hue: 0.11 , saturation: 0.60 and the lightness value of c79431 is 0.49.

The process color (four color CMYK) of #c79431 color hex is 0.00, 0.26, 0.75, 0.22. Web safe color of #c79431 is #cc9933. Color #c79431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 00110001
Octal 307 224 61
Decimal 199 148 49
Hex C7 94 31

RGB Percentages of Color #c79431

%50.25
%37.37
%12.37

CMYK Percentages of Color #c79431

%0
%26
%75
%22

Triadic Colors of #c79431

#c79431 #31c794 #9431c7

Analogous Colors of #c79431

#c79431 #afc731 #c74931

Monochromatic Colors of #c79431

#c79431

Complementary Color

#c79431 #3164c7

#c79431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79431 Color CSS Codes

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

#c79431 Text Font Color

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

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


#c79431 Background Color

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

This div background color is #c79431


#c79431 Border Color

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

This div border color is #c79431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79431


Comments

No comments written yet.

Please login to write comment.