Color Hex Logo

#c39345 Color Hex

#C39345
(195,147,69)
0 Favorites   0 Comments

Color spaces of #c39345

RGB 19514769
HSL0.100.510.52
HSV37°65°76°
CMYK 0.000.250.65   0.24
XYZ34.013632.899210.1877
Yxy32.89920.44120.4267
Hunter Lab57.35785.475629.6196
CIE-Lab64.07929.814447.2712

#c39345 color RGB value is (195,147,69).

#c39345 hex color red value is 195, green value is 147 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c39345 hue: 0.10 , saturation: 0.51 and the lightness value of c39345 is 0.52.

The process color (four color CMYK) of #c39345 color hex is 0.00, 0.25, 0.65, 0.24. Web safe color of #c39345 is #cc9933. Color #c39345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010011 01000101
Octal 303 223 105
Decimal 195 147 69
Hex C3 93 45

RGB Percentages of Color #c39345

%47.45
%35.77
%16.79

CMYK Percentages of Color #c39345

%0
%25
%65
%24

Triadic Colors of #c39345

#c39345 #45c393 #9345c3

Analogous Colors of #c39345

#c39345 #b4c345 #c35445

Monochromatic Colors of #c39345

#c39345

Complementary Color

#c39345 #4575c3

#c39345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39345 Color CSS Codes

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

#c39345 Text Font Color

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

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


#c39345 Background Color

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

This div background color is #c39345


#c39345 Border Color

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

This div border color is #c39345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39345


Comments

No comments written yet.

Please login to write comment.