Color Hex Logo

#c3771f Color Hex

#C3771F
(195,119,31)
0 Favorites   0 Comments

Color spaces of #c3771f

RGB 19511931
HSL0.090.730.44
HSV32°84°76°
CMYK 0.000.390.84   0.24
XYZ29.349824.89474.5546
Yxy24.89470.49920.4234
Hunter Lab49.894617.684629.5140
CIE-Lab56.972723.417656.3882

#c3771f color RGB value is (195,119,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 00011111
Octal 303 167 37
Decimal 195 119 31
Hex C3 77 1F

RGB Percentages of Color #c3771f

%56.52
%34.49
%8.99

CMYK Percentages of Color #c3771f

%0
%39
%84
%24

Triadic Colors of #c3771f

#c3771f #1fc377 #771fc3

Analogous Colors of #c3771f

#c3771f #bdc31f #c3251f

Monochromatic Colors of #c3771f

#c3771f

Complementary Color

#c3771f #1f6bc3

#c3771f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3771f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3771f Color CSS Codes

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

#c3771f Text Font Color

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

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


#c3771f Background Color

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

This div background color is #c3771f


#c3771f Border Color

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

This div border color is #c3771f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3771f


Comments

No comments written yet.

Please login to write comment.