Color Hex Logo

#c3640d Color Hex

#C3640D
(195,100,13)
0 Favorites   0 Comments

Color spaces of #c3640d

RGB 19510013
HSL0.080.880.41
HSV29°93°76°
CMYK 0.000.490.93   0.24
XYZ27.135520.74552.9549
Yxy20.74550.53380.4081
Hunter Lab45.547226.636628.0366
CIE-Lab52.669833.242258.2940

#c3640d color RGB value is (195,100,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100100 00001101
Octal 303 144 15
Decimal 195 100 13
Hex C3 64 D

RGB Percentages of Color #c3640d

%63.31
%32.47
%4.22

CMYK Percentages of Color #c3640d

%0
%49
%93
%24

Triadic Colors of #c3640d

#c3640d #0dc364 #640dc3

Analogous Colors of #c3640d

#c3640d #c3bf0d #c30d11

Monochromatic Colors of #c3640d

#c3640d

Complementary Color

#c3640d #0d6cc3

#c3640d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3640d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3640d Color CSS Codes

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

#c3640d Text Font Color

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

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


#c3640d Background Color

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

This div background color is #c3640d


#c3640d Border Color

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

This div border color is #c3640d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,100,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 #c3640d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3640d


Comments

No comments written yet.

Please login to write comment.