Color Hex Logo

#c3641f Color Hex

#C3641F
(195,100,31)
0 Favorites   0 Comments

Color spaces of #c3641f

RGB 19510031
HSL0.070.730.44
HSV25°84°76°
CMYK 0.000.490.84   0.24
XYZ27.310220.81543.8747
Yxy20.81540.52520.4003
Hunter Lab45.623927.007226.9014
CIE-Lab52.746933.615252.7447

#c3641f color RGB value is (195,100,31).

#c3641f hex color red value is 195, green value is 100 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c3641f hue: 0.07 , saturation: 0.73 and the lightness value of c3641f is 0.44.

The process color (four color CMYK) of #c3641f color hex is 0.00, 0.49, 0.84, 0.24. Web safe color of #c3641f is #cc6633. Color #c3641f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100100 00011111
Octal 303 144 37
Decimal 195 100 31
Hex C3 64 1F

RGB Percentages of Color #c3641f

%59.82
%30.67
%9.51

CMYK Percentages of Color #c3641f

%0
%49
%84
%24

Triadic Colors of #c3641f

#c3641f #1fc364 #641fc3

Analogous Colors of #c3641f

#c3641f #c3b61f #c31f2c

Monochromatic Colors of #c3641f

#c3641f

Complementary Color

#c3641f #1f7ec3

#c3641f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3641f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3641f Color CSS Codes

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

#c3641f Text Font Color

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

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


#c3641f Background Color

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

This div background color is #c3641f


#c3641f Border Color

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

This div border color is #c3641f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3641f


Comments

No comments written yet.

Please login to write comment.