Color Hex Logo

#c46134 Color Hex

#C46134
(196,97,52)
0 Favorites   0 Comments

Color spaces of #c46134

RGB 1969752
HSL0.050.580.49
HSV19°73°77°
CMYK 0.000.510.73   0.23
XYZ27.659520.53315.7543
Yxy20.53310.51270.3806
Hunter Lab45.313529.658524.1903
CIE-Lab52.434736.361542.9368

#c46134 color RGB value is (196,97,52).

#c46134 hex color red value is 196, green value is 97 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c46134 hue: 0.05 , saturation: 0.58 and the lightness value of c46134 is 0.49.

The process color (four color CMYK) of #c46134 color hex is 0.00, 0.51, 0.73, 0.23. Web safe color of #c46134 is #cc6633. Color #c46134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 00110100
Octal 304 141 64
Decimal 196 97 52
Hex C4 61 34

RGB Percentages of Color #c46134

%56.81
%28.12
%15.07

CMYK Percentages of Color #c46134

%0
%51
%73
%23

Triadic Colors of #c46134

#c46134 #34c461 #6134c4

Analogous Colors of #c46134

#c46134 #c4a934 #c4344f

Monochromatic Colors of #c46134

#c46134

Complementary Color

#c46134 #3497c4

#c46134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46134 Color CSS Codes

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

#c46134 Text Font Color

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

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


#c46134 Background Color

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

This div background color is #c46134


#c46134 Border Color

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

This div border color is #c46134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46134


Comments

No comments written yet.

Please login to write comment.