Color Hex Logo

#c76f30 Color Hex

#C76F30
(199,111,48)
0 Favorites   0 Comments

Color spaces of #c76f30

RGB 19911148
HSL0.070.610.48
HSV25°76°78°
CMYK 0.000.440.76   0.22
XYZ29.771123.72445.8065
Yxy23.72440.50200.4001
Hunter Lab48.707723.864227.0274
CIE-Lab55.810830.035148.5314

#c76f30 color RGB value is (199,111,48).

#c76f30 hex color red value is 199, green value is 111 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c76f30 hue: 0.07 , saturation: 0.61 and the lightness value of c76f30 is 0.48.

The process color (four color CMYK) of #c76f30 color hex is 0.00, 0.44, 0.76, 0.22. Web safe color of #c76f30 is #cc6633. Color #c76f30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 00110000
Octal 307 157 60
Decimal 199 111 48
Hex C7 6F 30

RGB Percentages of Color #c76f30

%55.59
%31.01
%13.41

CMYK Percentages of Color #c76f30

%0
%44
%76
%22

Triadic Colors of #c76f30

#c76f30 #30c76f #6f30c7

Analogous Colors of #c76f30

#c76f30 #c7bb30 #c7303d

Monochromatic Colors of #c76f30

#c76f30

Complementary Color

#c76f30 #3088c7

#c76f30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76f30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76f30 Color CSS Codes

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

#c76f30 Text Font Color

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

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


#c76f30 Background Color

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

This div background color is #c76f30


#c76f30 Border Color

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

This div border color is #c76f30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,111,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c76f30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c76f30;
  -webkit-box-shadow: 1px 1px 3px 2px #c76f30;
  box-shadow:         1px 1px 3px 2px #c76f30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,111,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76f30


Comments

No comments written yet.

Please login to write comment.