Color Hex Logo

#c3801d Color Hex

#C3801D
(195,128,29)
0 Favorites   0 Comments

Color spaces of #c3801d

RGB 19512829
HSL0.100.740.44
HSV36°85°76°
CMYK 0.000.340.85   0.24
XYZ30.446627.12924.7941
Yxy27.12920.48820.4350
Hunter Lab52.085713.191931.0028
CIE-Lab59.093718.433658.8490

#c3801d color RGB value is (195,128,29).

#c3801d hex color red value is 195, green value is 128 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c3801d hue: 0.10 , saturation: 0.74 and the lightness value of c3801d is 0.44.

The process color (four color CMYK) of #c3801d color hex is 0.00, 0.34, 0.85, 0.24. Web safe color of #c3801d is #cc9933. Color #c3801d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000000 00011101
Octal 303 200 35
Decimal 195 128 29
Hex C3 80 1D

RGB Percentages of Color #c3801d

%55.40
%36.36
%8.24

CMYK Percentages of Color #c3801d

%0
%34
%85
%24

Triadic Colors of #c3801d

#c3801d #1dc380 #801dc3

Analogous Colors of #c3801d

#c3801d #b3c31d #c32d1d

Monochromatic Colors of #c3801d

#c3801d

Complementary Color

#c3801d #1d60c3

#c3801d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3801d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3801d Color CSS Codes

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

#c3801d Text Font Color

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

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


#c3801d Background Color

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

This div background color is #c3801d


#c3801d Border Color

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

This div border color is #c3801d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3801d


Comments

No comments written yet.

Please login to write comment.