Color Hex Logo

#c3840b Color Hex

#C3840B
(195,132,11)
0 Favorites   0 Comments

Color spaces of #c3840b

RGB 19513211
HSL0.110.890.40
HSV39°94°76°
CMYK 0.000.320.94   0.24
XYZ30.817328.12884.1218
Yxy28.12880.48860.4460
Hunter Lab53.036610.904732.5178
CIE-Lab60.004915.888963.8889

#c3840b color RGB value is (195,132,11).

#c3840b hex color red value is 195, green value is 132 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c3840b hue: 0.11 , saturation: 0.89 and the lightness value of c3840b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 00001011
Octal 303 204 13
Decimal 195 132 11
Hex C3 84 B

RGB Percentages of Color #c3840b

%57.69
%39.05
%3.25

CMYK Percentages of Color #c3840b

%0
%32
%94
%24

Triadic Colors of #c3840b

#c3840b #0bc384 #840bc3

Analogous Colors of #c3840b

#c3840b #a6c30b #c3280b

Monochromatic Colors of #c3840b

#c3840b

Complementary Color

#c3840b #0b4ac3

#c3840b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3840b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3840b Color CSS Codes

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

#c3840b Text Font Color

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

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


#c3840b Background Color

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

This div background color is #c3840b


#c3840b Border Color

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

This div border color is #c3840b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3840b


Comments

No comments written yet.

Please login to write comment.