Color Hex Logo

#c3940d Color Hex

#C3940D
(195,148,13)
0 Favorites   0 Comments

Color spaces of #c3940d

RGB 19514813
HSL0.120.880.41
HSV45°93°76°
CMYK 0.000.240.93   0.24
XYZ33.168232.81104.9658
Yxy32.81100.46750.4625
Hunter Lab57.28093.117934.9566
CIE-Lab64.00767.157466.4879

#c3940d color RGB value is (195,148,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 00001101
Octal 303 224 15
Decimal 195 148 13
Hex C3 94 D

RGB Percentages of Color #c3940d

%54.78
%41.57
%3.65

CMYK Percentages of Color #c3940d

%0
%24
%93
%24

Triadic Colors of #c3940d

#c3940d #0dc394 #940dc3

Analogous Colors of #c3940d

#c3940d #97c30d #c3390d

Monochromatic Colors of #c3940d

#c3940d

Complementary Color

#c3940d #0d3cc3

#c3940d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3940d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3940d Color CSS Codes

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

#c3940d Text Font Color

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

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


#c3940d Background Color

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

This div background color is #c3940d


#c3940d Border Color

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

This div border color is #c3940d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3940d


Comments

No comments written yet.

Please login to write comment.