Color Hex Logo

#c3840f Color Hex

#C3840F
(195,132,15)
0 Favorites   0 Comments

Color spaces of #c3840f

RGB 19513215
HSL0.110.860.41
HSV39°92°76°
CMYK 0.000.320.92   0.24
XYZ30.843228.13914.2577
Yxy28.13910.48770.4450
Hunter Lab53.046310.955932.3736
CIE-Lab60.014215.945163.1748

#c3840f color RGB value is (195,132,15).

#c3840f hex color red value is 195, green value is 132 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c3840f hue: 0.11 , saturation: 0.86 and the lightness value of c3840f is 0.41.

The process color (four color CMYK) of #c3840f color hex is 0.00, 0.32, 0.92, 0.24. Web safe color of #c3840f is #cc9900. Color #c3840f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 00001111
Octal 303 204 17
Decimal 195 132 15
Hex C3 84 F

RGB Percentages of Color #c3840f

%57.02
%38.60
%4.39

CMYK Percentages of Color #c3840f

%0
%32
%92
%24

Triadic Colors of #c3840f

#c3840f #0fc384 #840fc3

Analogous Colors of #c3840f

#c3840f #a8c30f #c32a0f

Monochromatic Colors of #c3840f

#c3840f

Complementary Color

#c3840f #0f4ec3

#c3840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3840f Color CSS Codes

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

#c3840f Text Font Color

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

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


#c3840f Background Color

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

This div background color is #c3840f


#c3840f Border Color

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

This div border color is #c3840f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3840f


Comments

No comments written yet.

Please login to write comment.