Color Hex Logo

#c4714d Color Hex

#C4714D
(196,113,77)
0 Favorites   0 Comments

Color spaces of #c4714d

RGB 19611377
HSL0.050.500.54
HSV18°61°77°
CMYK 0.000.420.61   0.23
XYZ30.009624.081810.0878
Yxy24.08180.46760.3752
Hunter Lab49.073223.279522.1632
CIE-Lab56.169629.392933.9317

#c4714d color RGB value is (196,113,77).

#c4714d hex color red value is 196, green value is 113 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c4714d hue: 0.05 , saturation: 0.50 and the lightness value of c4714d is 0.54.

The process color (four color CMYK) of #c4714d color hex is 0.00, 0.42, 0.61, 0.23. Web safe color of #c4714d is #cc6666. Color #c4714d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110001 01001101
Octal 304 161 115
Decimal 196 113 77
Hex C4 71 4D

RGB Percentages of Color #c4714d

%50.78
%29.27
%19.95

CMYK Percentages of Color #c4714d

%0
%42
%61
%23

Triadic Colors of #c4714d

#c4714d #4dc471 #714dc4

Analogous Colors of #c4714d

#c4714d #c4ad4d #c44d65

Monochromatic Colors of #c4714d

#c4714d

Complementary Color

#c4714d #4da0c4

#c4714d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4714d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4714d Color CSS Codes

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

#c4714d Text Font Color

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

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


#c4714d Background Color

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

This div background color is #c4714d


#c4714d Border Color

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

This div border color is #c4714d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,113,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4714d


Comments

No comments written yet.

Please login to write comment.