Color Hex Logo

#c04310 Color Hex

#C04310
(192,67,16)
0 Favorites   0 Comments

Color spaces of #c04310

RGB 1926716
HSL0.050.850.41
HSV17°92°75°
CMYK 0.000.650.92   0.25
XYZ23.838915.25822.1789
Yxy15.25820.57750.3697
Hunter Lab39.061740.578324.0360
CIE-Lab45.985848.140552.5735

#c04310 color RGB value is (192,67,16).

#c04310 hex color red value is 192, green value is 67 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c04310 hue: 0.05 , saturation: 0.85 and the lightness value of c04310 is 0.41.

The process color (four color CMYK) of #c04310 color hex is 0.00, 0.65, 0.92, 0.25. Web safe color of #c04310 is #cc3300. Color #c04310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 00010000
Octal 300 103 20
Decimal 192 67 16
Hex C0 43 10

RGB Percentages of Color #c04310

%69.82
%24.36
%5.82

CMYK Percentages of Color #c04310

%0
%65
%92
%25

Triadic Colors of #c04310

#c04310 #10c043 #4310c0

Analogous Colors of #c04310

#c04310 #c09b10 #c01035

Monochromatic Colors of #c04310

#c04310

Complementary Color

#c04310 #108dc0

#c04310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04310 Color CSS Codes

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

#c04310 Text Font Color

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

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


#c04310 Background Color

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

This div background color is #c04310


#c04310 Border Color

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

This div border color is #c04310


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,67,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c04310; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c04310;
  -webkit-box-shadow: 1px 1px 3px 2px #c04310;
  box-shadow:         1px 1px 3px 2px #c04310; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,67,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04310


Comments

No comments written yet.

Please login to write comment.