Color Hex Logo

#c3864d Color Hex

#C3864D
(195,134,77)
0 Favorites   0 Comments

Color spaces of #c3864d

RGB 19513477
HSL0.080.500.53
HSV29°61°76°
CMYK 0.000.310.61   0.24
XYZ32.370329.188110.9489
Yxy29.18810.44640.4026
Hunter Lab54.026012.404825.8025
CIE-Lab60.947317.502739.6640

#c3864d color RGB value is (195,134,77).

#c3864d hex color red value is 195, green value is 134 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c3864d hue: 0.08 , saturation: 0.50 and the lightness value of c3864d is 0.53.

The process color (four color CMYK) of #c3864d color hex is 0.00, 0.31, 0.61, 0.24. Web safe color of #c3864d is #cc9966. Color #c3864d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000110 01001101
Octal 303 206 115
Decimal 195 134 77
Hex C3 86 4D

RGB Percentages of Color #c3864d

%48.03
%33.00
%18.97

CMYK Percentages of Color #c3864d

%0
%31
%61
%24

Triadic Colors of #c3864d

#c3864d #4dc386 #864dc3

Analogous Colors of #c3864d

#c3864d #c3c14d #c34d4f

Monochromatic Colors of #c3864d

#c3864d

Complementary Color

#c3864d #4d8ac3

#c3864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3864d Color CSS Codes

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

#c3864d Text Font Color

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

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


#c3864d Background Color

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

This div background color is #c3864d


#c3864d Border Color

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

This div border color is #c3864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3864d


Comments

No comments written yet.

Please login to write comment.