Color Hex Logo

#c34309 Color Hex

#C34309
(195,67,9)
0 Favorites   0 Comments

Color spaces of #c34309

RGB 195679
HSL0.050.910.40
HSV19°95°76°
CMYK 0.000.660.95   0.24
XYZ24.562115.63611.9820
Yxy15.63610.58230.3707
Hunter Lab39.542541.677124.7079
CIE-Lab46.493449.109655.1361

#c34309 color RGB value is (195,67,9).

#c34309 hex color red value is 195, green value is 67 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c34309 hue: 0.05 , saturation: 0.91 and the lightness value of c34309 is 0.40.

The process color (four color CMYK) of #c34309 color hex is 0.00, 0.66, 0.95, 0.24. Web safe color of #c34309 is #cc3300. Color #c34309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000011 00001001
Octal 303 103 11
Decimal 195 67 9
Hex C3 43 9

RGB Percentages of Color #c34309

%71.96
%24.72
%3.32

CMYK Percentages of Color #c34309

%0
%66
%95
%24

Triadic Colors of #c34309

#c34309 #09c343 #4309c3

Analogous Colors of #c34309

#c34309 #c3a009 #c3092c

Monochromatic Colors of #c34309

#c34309

Complementary Color

#c34309 #0989c3

#c34309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34309 Color CSS Codes

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

#c34309 Text Font Color

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

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


#c34309 Background Color

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

This div background color is #c34309


#c34309 Border Color

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

This div border color is #c34309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34309


Comments

No comments written yet.

Please login to write comment.