Color Hex Logo

#c28328 Color Hex

#C28328
(194,131,40)
0 Favorites   0 Comments

Color spaces of #c28328

RGB 19413140
HSL0.100.660.46
HSV35°79°76°
CMYK 0.000.320.79   0.24
XYZ30.747427.85515.7635
Yxy27.85510.47770.4328
Hunter Lab52.777911.629330.4699
CIE-Lab59.757616.695055.5225

#c28328 color RGB value is (194,131,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 00101000
Octal 302 203 50
Decimal 194 131 40
Hex C2 83 28

RGB Percentages of Color #c28328

%53.15
%35.89
%10.96

CMYK Percentages of Color #c28328

%0
%32
%79
%24

Triadic Colors of #c28328

#c28328 #28c283 #8328c2

Analogous Colors of #c28328

#c28328 #b4c228 #c23628

Monochromatic Colors of #c28328

#c28328

Complementary Color

#c28328 #2867c2

#c28328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28328 Color CSS Codes

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

#c28328 Text Font Color

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

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


#c28328 Background Color

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

This div background color is #c28328


#c28328 Border Color

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

This div border color is #c28328


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c28328">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28328


Comments

No comments written yet.

Please login to write comment.