Color Hex Logo

#c57b0d Color Hex

#C57B0D
(197,123,13)
0 Favorites   0 Comments

Color spaces of #c57b0d

RGB 19712313
HSL0.100.880.41
HSV36°93°77°
CMYK 0.000.380.93   0.23
XYZ30.181626.06533.8211
Yxy26.06530.50250.4339
Hunter Lab51.054216.178731.3004
CIE-Lab58.099021.725862.2772

#c57b0d color RGB value is (197,123,13).

#c57b0d hex color red value is 197, green value is 123 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c57b0d hue: 0.10 , saturation: 0.88 and the lightness value of c57b0d is 0.41.

The process color (four color CMYK) of #c57b0d color hex is 0.00, 0.38, 0.93, 0.23. Web safe color of #c57b0d is #cc6600. Color #c57b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111011 00001101
Octal 305 173 15
Decimal 197 123 13
Hex C5 7B D

RGB Percentages of Color #c57b0d

%59.16
%36.94
%3.90

CMYK Percentages of Color #c57b0d

%0
%38
%93
%23

Triadic Colors of #c57b0d

#c57b0d #0dc57b #7b0dc5

Analogous Colors of #c57b0d

#c57b0d #b3c50d #c51f0d

Monochromatic Colors of #c57b0d

#c57b0d

Complementary Color

#c57b0d #0d57c5

#c57b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57b0d Color CSS Codes

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

#c57b0d Text Font Color

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

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


#c57b0d Background Color

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

This div background color is #c57b0d


#c57b0d Border Color

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

This div border color is #c57b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57b0d


Comments

No comments written yet.

Please login to write comment.