Color Hex Logo

#c58308 Color Hex

#C58308
(197,131,8)
0 Favorites   0 Comments

Color spaces of #c58308

RGB 1971318
HSL0.110.920.40
HSV39°96°77°
CMYK 0.000.340.96   0.23
XYZ31.186128.12044.0138
Yxy28.12040.49250.4441
Hunter Lab53.028712.175532.6323
CIE-Lab59.997417.286364.4676

#c58308 color RGB value is (197,131,8).

#c58308 hex color red value is 197, green value is 131 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c58308 hue: 0.11 , saturation: 0.92 and the lightness value of c58308 is 0.40.

The process color (four color CMYK) of #c58308 color hex is 0.00, 0.34, 0.96, 0.23. Web safe color of #c58308 is #cc9900. Color #c58308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000011 00001000
Octal 305 203 10
Decimal 197 131 8
Hex C5 83 8

RGB Percentages of Color #c58308

%58.63
%38.99
%2.38

CMYK Percentages of Color #c58308

%0
%34
%96
%23

Triadic Colors of #c58308

#c58308 #08c583 #8308c5

Analogous Colors of #c58308

#c58308 #a9c508 #c52408

Monochromatic Colors of #c58308

#c58308

Complementary Color

#c58308 #084ac5

#c58308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58308 Color CSS Codes

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

#c58308 Text Font Color

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

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


#c58308 Background Color

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

This div background color is #c58308


#c58308 Border Color

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

This div border color is #c58308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58308


Comments

No comments written yet.

Please login to write comment.