Color Hex Logo

#c3462f Color Hex

#C3462F
(195,70,47)
0 Favorites   0 Comments

Color spaces of #c3462f

RGB 1957047
HSL0.030.610.47
HSV76°76°
CMYK 0.000.640.76   0.24
XYZ25.208916.18774.4852
Yxy16.18770.54940.3528
Hunter Lab40.233941.431221.5542
CIE-Lab47.219848.749939.9273

#c3462f color RGB value is (195,70,47).

#c3462f hex color red value is 195, green value is 70 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c3462f hue: 0.03 , saturation: 0.61 and the lightness value of c3462f is 0.47.

The process color (four color CMYK) of #c3462f color hex is 0.00, 0.64, 0.76, 0.24. Web safe color of #c3462f is #cc3333. Color #c3462f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000110 00101111
Octal 303 106 57
Decimal 195 70 47
Hex C3 46 2F

RGB Percentages of Color #c3462f

%62.50
%22.44
%15.06

CMYK Percentages of Color #c3462f

%0
%64
%76
%24

Triadic Colors of #c3462f

#c3462f #2fc346 #462fc3

Analogous Colors of #c3462f

#c3462f #c3902f #c32f62

Monochromatic Colors of #c3462f

#c3462f

Complementary Color

#c3462f #2facc3

#c3462f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3462f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3462f Color CSS Codes

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

#c3462f Text Font Color

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

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


#c3462f Background Color

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

This div background color is #c3462f


#c3462f Border Color

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

This div border color is #c3462f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,70,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3462f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3462f;
  -webkit-box-shadow: 1px 1px 3px 2px #c3462f;
  box-shadow:         1px 1px 3px 2px #c3462f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,70,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3462f


Comments

No comments written yet.

Please login to write comment.