Color Hex Logo

#c18328 Color Hex

#C18328
(193,131,40)
0 Favorites   0 Comments

Color spaces of #c18328

RGB 19313140
HSL0.100.660.46
HSV36°79°76°
CMYK 0.000.320.79   0.24
XYZ30.491627.72335.7515
Yxy27.72330.47670.4334
Hunter Lab52.652911.227730.3805
CIE-Lab59.637916.256355.3683

#c18328 color RGB value is (193,131,40).

#c18328 hex color red value is 193, green value is 131 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c18328 hue: 0.10 , saturation: 0.66 and the lightness value of c18328 is 0.46.

The process color (four color CMYK) of #c18328 color hex is 0.00, 0.32, 0.79, 0.24. Web safe color of #c18328 is #cc9933. Color #c18328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000011 00101000
Octal 301 203 50
Decimal 193 131 40
Hex C1 83 28

RGB Percentages of Color #c18328

%53.02
%35.99
%10.99

CMYK Percentages of Color #c18328

%0
%32
%79
%24

Triadic Colors of #c18328

#c18328 #28c183 #8328c1

Analogous Colors of #c18328

#c18328 #b3c128 #c13728

Monochromatic Colors of #c18328

#c18328

Complementary Color

#c18328 #2866c1

#c18328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18328 Color CSS Codes

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

#c18328 Text Font Color

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

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


#c18328 Background Color

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

This div background color is #c18328


#c18328 Border Color

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

This div border color is #c18328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,131,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c18328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c18328;
  -webkit-box-shadow: 1px 1px 3px 2px #c18328;
  box-shadow:         1px 1px 3px 2px #c18328; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18328


Comments

No comments written yet.

Please login to write comment.