Color Hex Logo

#c3730d Color Hex

#C3730D
(195,115,13)
0 Favorites   0 Comments

Color spaces of #c3730d

RGB 19511513
HSL0.090.880.41
HSV34°93°76°
CMYK 0.000.410.93   0.24
XYZ28.709123.89263.4794
Yxy23.89260.51190.4260
Hunter Lab48.880119.299729.9956
CIE-Lab55.980125.218760.6371

#c3730d color RGB value is (195,115,13).

#c3730d hex color red value is 195, green value is 115 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c3730d hue: 0.09 , saturation: 0.88 and the lightness value of c3730d is 0.41.

The process color (four color CMYK) of #c3730d color hex is 0.00, 0.41, 0.93, 0.24. Web safe color of #c3730d is #cc6600. Color #c3730d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110011 00001101
Octal 303 163 15
Decimal 195 115 13
Hex C3 73 D

RGB Percentages of Color #c3730d

%60.37
%35.60
%4.02

CMYK Percentages of Color #c3730d

%0
%41
%93
%24

Triadic Colors of #c3730d

#c3730d #0dc373 #730dc3

Analogous Colors of #c3730d

#c3730d #b8c30d #c3180d

Monochromatic Colors of #c3730d

#c3730d

Complementary Color

#c3730d #0d5dc3

#c3730d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3730d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3730d Color CSS Codes

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

#c3730d Text Font Color

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

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


#c3730d Background Color

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

This div background color is #c3730d


#c3730d Border Color

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

This div border color is #c3730d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,115,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3730d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3730d;
  -webkit-box-shadow: 1px 1px 3px 2px #c3730d;
  box-shadow:         1px 1px 3px 2px #c3730d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,115,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3730d


Comments

No comments written yet.

Please login to write comment.