Color Hex Logo

#c4613d Color Hex

#C4613D
(196,97,61)
0 Favorites   0 Comments

Color spaces of #c4613d

RGB 1969761
HSL0.040.530.50
HSV16°69°77°
CMYK 0.000.510.69   0.23
XYZ27.881920.62216.9258
Yxy20.62210.50300.3720
Hunter Lab45.411630.125622.7457
CIE-Lab52.533436.821738.3248

#c4613d color RGB value is (196,97,61).

#c4613d hex color red value is 196, green value is 97 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c4613d hue: 0.04 , saturation: 0.53 and the lightness value of c4613d is 0.50.

The process color (four color CMYK) of #c4613d color hex is 0.00, 0.51, 0.69, 0.23. Web safe color of #c4613d is #cc6633. Color #c4613d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 00111101
Octal 304 141 75
Decimal 196 97 61
Hex C4 61 3D

RGB Percentages of Color #c4613d

%55.37
%27.40
%17.23

CMYK Percentages of Color #c4613d

%0
%51
%69
%23

Triadic Colors of #c4613d

#c4613d #3dc461 #613dc4

Analogous Colors of #c4613d

#c4613d #c4a53d #c43d5d

Monochromatic Colors of #c4613d

#c4613d

Complementary Color

#c4613d #3da0c4

#c4613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4613d Color CSS Codes

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

#c4613d Text Font Color

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

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


#c4613d Background Color

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

This div background color is #c4613d


#c4613d Border Color

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

This div border color is #c4613d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4613d


Comments

No comments written yet.

Please login to write comment.