Color Hex Logo

#c5670a Color Hex

#C5670A
(197,103,10)
0 Favorites   0 Comments

Color spaces of #c5670a

RGB 19710310
HSL0.080.900.41
HSV30°95°77°
CMYK 0.000.480.95   0.23
XYZ27.931021.59272.9828
Yxy21.59270.53200.4112
Hunter Lab46.467925.974128.7217
CIE-Lab53.592232.452959.6956

#c5670a color RGB value is (197,103,10).

#c5670a hex color red value is 197, green value is 103 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c5670a hue: 0.08 , saturation: 0.90 and the lightness value of c5670a is 0.41.

The process color (four color CMYK) of #c5670a color hex is 0.00, 0.48, 0.95, 0.23. Web safe color of #c5670a is #cc6600. Color #c5670a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100111 00001010
Octal 305 147 12
Decimal 197 103 10
Hex C5 67 A

RGB Percentages of Color #c5670a

%63.55
%33.23
%3.23

CMYK Percentages of Color #c5670a

%0
%48
%95
%23

Triadic Colors of #c5670a

#c5670a #0ac567 #670ac5

Analogous Colors of #c5670a

#c5670a #c5c50a #c50a0a

Monochromatic Colors of #c5670a

#c5670a

Complementary Color

#c5670a #0a68c5

#c5670a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5670a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5670a Color CSS Codes

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

#c5670a Text Font Color

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

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


#c5670a Background Color

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

This div background color is #c5670a


#c5670a Border Color

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

This div border color is #c5670a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5670a


Comments

No comments written yet.

Please login to write comment.