Color Hex Logo

#c3901f Color Hex

#C3901F
(195,144,31)
0 Favorites   0 Comments

Color spaces of #c3901f

RGB 19514431
HSL0.110.730.44
HSV41°84°76°
CMYK 0.000.260.84   0.24
XYZ32.726331.64755.6801
Yxy31.64750.46720.4518
Hunter Lab56.25615.392033.3929
CIE-Lab63.05059.712661.5639

#c3901f color RGB value is (195,144,31).

#c3901f hex color red value is 195, green value is 144 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c3901f hue: 0.11 , saturation: 0.73 and the lightness value of c3901f is 0.44.

The process color (four color CMYK) of #c3901f color hex is 0.00, 0.26, 0.84, 0.24. Web safe color of #c3901f is #cc9933. Color #c3901f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010000 00011111
Octal 303 220 37
Decimal 195 144 31
Hex C3 90 1F

RGB Percentages of Color #c3901f

%52.70
%38.92
%8.38

CMYK Percentages of Color #c3901f

%0
%26
%84
%24

Triadic Colors of #c3901f

#c3901f #1fc390 #901fc3

Analogous Colors of #c3901f

#c3901f #a4c31f #c33e1f

Monochromatic Colors of #c3901f

#c3901f

Complementary Color

#c3901f #1f52c3

#c3901f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3901f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3901f Color CSS Codes

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

#c3901f Text Font Color

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

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


#c3901f Background Color

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

This div background color is #c3901f


#c3901f Border Color

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

This div border color is #c3901f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3901f


Comments

No comments written yet.

Please login to write comment.