Color Hex Logo

#c48632 Color Hex

#C48632
(196,134,50)
0 Favorites   0 Comments

Color spaces of #c48632

RGB 19613450
HSL0.100.590.48
HSV35°74°77°
CMYK 0.000.320.74   0.23
XYZ31.865829.01626.9388
Yxy29.01620.46990.4278
Hunter Lab53.866711.328230.0693
CIE-Lab60.795916.331652.5206

#c48632 color RGB value is (196,134,50).

#c48632 hex color red value is 196, green value is 134 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c48632 hue: 0.10 , saturation: 0.59 and the lightness value of c48632 is 0.48.

The process color (four color CMYK) of #c48632 color hex is 0.00, 0.32, 0.74, 0.23. Web safe color of #c48632 is #cc9933. Color #c48632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 00110010
Octal 304 206 62
Decimal 196 134 50
Hex C4 86 32

RGB Percentages of Color #c48632

%51.58
%35.26
%13.16

CMYK Percentages of Color #c48632

%0
%32
%74
%23

Triadic Colors of #c48632

#c48632 #32c486 #8632c4

Analogous Colors of #c48632

#c48632 #b9c432 #c43d32

Monochromatic Colors of #c48632

#c48632

Complementary Color

#c48632 #3270c4

#c48632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48632 Color CSS Codes

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

#c48632 Text Font Color

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

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


#c48632 Background Color

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

This div background color is #c48632


#c48632 Border Color

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

This div border color is #c48632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48632


Comments

No comments written yet.

Please login to write comment.