Color Hex Logo

#c46104 Color Hex

#C46104
(196,97,4)
0 Favorites   0 Comments

Color spaces of #c46104

RGB 196974
HSL0.080.960.39
HSV29°98°77°
CMYK 0.000.510.98   0.23
XYZ27.061620.29392.6057
Yxy20.29390.54170.4062
Hunter Lab45.048828.392928.1047
CIE-Lab52.167935.106659.8960

#c46104 color RGB value is (196,97,4).

#c46104 hex color red value is 196, green value is 97 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c46104 hue: 0.08 , saturation: 0.96 and the lightness value of c46104 is 0.39.

The process color (four color CMYK) of #c46104 color hex is 0.00, 0.51, 0.98, 0.23. Web safe color of #c46104 is #cc6600. Color #c46104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 00000100
Octal 304 141 4
Decimal 196 97 4
Hex C4 61 4

RGB Percentages of Color #c46104

%65.99
%32.66
%1.35

CMYK Percentages of Color #c46104

%0
%51
%98
%23

Triadic Colors of #c46104

#c46104 #04c461 #6104c4

Analogous Colors of #c46104

#c46104 #c4c104 #c40407

Monochromatic Colors of #c46104

#c46104

Complementary Color

#c46104 #0467c4

#c46104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46104 Color CSS Codes

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

#c46104 Text Font Color

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

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


#c46104 Background Color

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

This div background color is #c46104


#c46104 Border Color

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

This div border color is #c46104


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,97,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c46104; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c46104;
  -webkit-box-shadow: 1px 1px 3px 2px #c46104;
  box-shadow:         1px 1px 3px 2px #c46104; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46104


Comments

No comments written yet.

Please login to write comment.