Color Hex Logo

#c7501e Color Hex

#C7501E
(199,80,30)
0 Favorites   0 Comments

Color spaces of #c7501e

RGB 1998030
HSL0.050.740.45
HSV18°85°78°
CMYK 0.000.600.85   0.22
XYZ26.656217.97323.2925
Yxy17.97320.55620.3751
Hunter Lab42.394838.042925.0717
CIE-Lab49.463645.112250.5591

#c7501e color RGB value is (199,80,30).

#c7501e hex color red value is 199, green value is 80 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c7501e hue: 0.05 , saturation: 0.74 and the lightness value of c7501e is 0.45.

The process color (four color CMYK) of #c7501e color hex is 0.00, 0.60, 0.85, 0.22. Web safe color of #c7501e is #cc6633. Color #c7501e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 00011110
Octal 307 120 36
Decimal 199 80 30
Hex C7 50 1E

RGB Percentages of Color #c7501e

%64.40
%25.89
%9.71

CMYK Percentages of Color #c7501e

%0
%60
%85
%22

Triadic Colors of #c7501e

#c7501e #1ec750 #501ec7

Analogous Colors of #c7501e

#c7501e #c7a51e #c71e41

Monochromatic Colors of #c7501e

#c7501e

Complementary Color

#c7501e #1e95c7

#c7501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7501e Color CSS Codes

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

#c7501e Text Font Color

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

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


#c7501e Background Color

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

This div background color is #c7501e


#c7501e Border Color

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

This div border color is #c7501e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7501e


Comments

No comments written yet.

Please login to write comment.