Color Hex Logo

#c74518 Color Hex

#C74518
(199,69,24)
0 Favorites   0 Comments

Color spaces of #c74518

RGB 1996924
HSL0.040.780.44
HSV15°88°78°
CMYK 0.000.650.88   0.22
XYZ25.846216.46432.6798
Yxy16.46430.57450.3660
Hunter Lab40.576242.692324.4876
CIE-Lab47.577849.891351.4409

#c74518 color RGB value is (199,69,24).

#c74518 hex color red value is 199, green value is 69 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c74518 hue: 0.04 , saturation: 0.78 and the lightness value of c74518 is 0.44.

The process color (four color CMYK) of #c74518 color hex is 0.00, 0.65, 0.88, 0.22. Web safe color of #c74518 is #cc3300. Color #c74518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000101 00011000
Octal 307 105 30
Decimal 199 69 24
Hex C7 45 18

RGB Percentages of Color #c74518

%68.15
%23.63
%8.22

CMYK Percentages of Color #c74518

%0
%65
%88
%22

Triadic Colors of #c74518

#c74518 #18c745 #4518c7

Analogous Colors of #c74518

#c74518 #c79d18 #c71843

Monochromatic Colors of #c74518

#c74518

Complementary Color

#c74518 #189ac7

#c74518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74518 Color CSS Codes

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

#c74518 Text Font Color

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

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


#c74518 Background Color

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

This div background color is #c74518


#c74518 Border Color

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

This div border color is #c74518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74518


Comments

No comments written yet.

Please login to write comment.