Color Hex Logo

#c28340 Color Hex

#C28340
(194,131,64)
0 Favorites   0 Comments

Color spaces of #c28340

RGB 19413164
HSL0.090.520.51
HSV31°67°76°
CMYK 0.000.320.67   0.24
XYZ31.289828.07218.6198
Yxy28.07210.46030.4129
Hunter Lab52.983112.694827.4423
CIE-Lab59.953817.855845.0781

#c28340 color RGB value is (194,131,64).

#c28340 hex color red value is 194, green value is 131 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c28340 hue: 0.09 , saturation: 0.52 and the lightness value of c28340 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 01000000
Octal 302 203 100
Decimal 194 131 64
Hex C2 83 40

RGB Percentages of Color #c28340

%49.87
%33.68
%16.45

CMYK Percentages of Color #c28340

%0
%32
%67
%24

Triadic Colors of #c28340

#c28340 #40c283 #8340c2

Analogous Colors of #c28340

#c28340 #c0c240 #c24240

Monochromatic Colors of #c28340

#c28340

Complementary Color

#c28340 #407fc2

#c28340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28340 Color CSS Codes

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

#c28340 Text Font Color

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

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


#c28340 Background Color

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

This div background color is #c28340


#c28340 Border Color

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

This div border color is #c28340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28340


Comments

No comments written yet.

Please login to write comment.