Color Hex Logo

#c4950d Color Hex

#C4950D
(196,149,13)
0 Favorites   0 Comments

Color spaces of #c4950d

RGB 19614913
HSL0.120.880.41
HSV45°93°77°
CMYK 0.000.240.93   0.23
XYZ33.585033.25975.0304
Yxy33.25970.46730.4627
Hunter Lab57.67123.025335.1983
CIE-Lab64.37067.060966.8054

#c4950d color RGB value is (196,149,13).

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

The process color (four color CMYK) of #c4950d color hex is 0.00, 0.24, 0.93, 0.23. Web safe color of #c4950d is #cc9900. Color #c4950d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010101 00001101
Octal 304 225 15
Decimal 196 149 13
Hex C4 95 D

RGB Percentages of Color #c4950d

%54.75
%41.62
%3.63

CMYK Percentages of Color #c4950d

%0
%24
%93
%23

Triadic Colors of #c4950d

#c4950d #0dc495 #950dc4

Analogous Colors of #c4950d

#c4950d #98c40d #c43a0d

Monochromatic Colors of #c4950d

#c4950d

Complementary Color

#c4950d #0d3cc4

#c4950d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4950d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4950d Color CSS Codes

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

#c4950d Text Font Color

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

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


#c4950d Background Color

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

This div background color is #c4950d


#c4950d Border Color

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

This div border color is #c4950d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,149,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 #c4950d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4950d


Comments

No comments written yet.

Please login to write comment.