Color Hex Logo

#c28317 Color Hex

#C28317
(194,131,23)
0 Favorites   0 Comments

Color spaces of #c28317

RGB 19413123
HSL0.110.790.43
HSV38°88°76°
CMYK 0.000.320.88   0.24
XYZ30.519127.76384.5610
Yxy27.76380.48560.4418
Hunter Lab52.691411.178231.7518
CIE-Lab59.674716.200561.0145

#c28317 color RGB value is (194,131,23).

#c28317 hex color red value is 194, green value is 131 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c28317 hue: 0.11 , saturation: 0.79 and the lightness value of c28317 is 0.43.

The process color (four color CMYK) of #c28317 color hex is 0.00, 0.32, 0.88, 0.24. Web safe color of #c28317 is #cc9900. Color #c28317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 00010111
Octal 302 203 27
Decimal 194 131 23
Hex C2 83 17

RGB Percentages of Color #c28317

%55.75
%37.64
%6.61

CMYK Percentages of Color #c28317

%0
%32
%88
%24

Triadic Colors of #c28317

#c28317 #17c283 #8317c2

Analogous Colors of #c28317

#c28317 #acc217 #c22d17

Monochromatic Colors of #c28317

#c28317

Complementary Color

#c28317 #1756c2

#c28317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28317 Color CSS Codes

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

#c28317 Text Font Color

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

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


#c28317 Background Color

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

This div background color is #c28317


#c28317 Border Color

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

This div border color is #c28317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28317


Comments

No comments written yet.

Please login to write comment.