Color Hex Logo

#c3971d Color Hex

#C3971D
(195,151,29)
0 Favorites   0 Comments

Color spaces of #c3971d

RGB 19515129
HSL0.120.740.44
HSV44°85°76°
CMYK 0.000.230.85   0.24
XYZ33.794133.82405.9099
Yxy33.82400.45960.4600
Hunter Lab58.15841.943834.6860
CIE-Lab64.82265.844863.6248

#c3971d color RGB value is (195,151,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010111 00011101
Octal 303 227 35
Decimal 195 151 29
Hex C3 97 1D

RGB Percentages of Color #c3971d

%52.00
%40.27
%7.73

CMYK Percentages of Color #c3971d

%0
%23
%85
%24

Triadic Colors of #c3971d

#c3971d #1dc397 #971dc3

Analogous Colors of #c3971d

#c3971d #9cc31d #c3441d

Monochromatic Colors of #c3971d

#c3971d

Complementary Color

#c3971d #1d49c3

#c3971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3971d Color CSS Codes

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

#c3971d Text Font Color

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

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


#c3971d Background Color

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

This div background color is #c3971d


#c3971d Border Color

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

This div border color is #c3971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3971d


Comments

No comments written yet.

Please login to write comment.