Color Hex Logo

#c3804b Color Hex

#C3804B
(195,128,75)
0 Favorites   0 Comments

Color spaces of #c3804b

RGB 19512875
HSL0.070.500.53
HSV27°62°76°
CMYK 0.000.340.62   0.24
XYZ31.494827.548410.3140
Yxy27.54840.45410.3972
Hunter Lab52.486615.258225.0897
CIE-Lab59.478520.656838.9653

#c3804b color RGB value is (195,128,75).

#c3804b hex color red value is 195, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c3804b hue: 0.07 , saturation: 0.50 and the lightness value of c3804b is 0.53.

The process color (four color CMYK) of #c3804b color hex is 0.00, 0.34, 0.62, 0.24. Web safe color of #c3804b is #cc9933. Color #c3804b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000000 01001011
Octal 303 200 113
Decimal 195 128 75
Hex C3 80 4B

RGB Percentages of Color #c3804b

%48.99
%32.16
%18.84

CMYK Percentages of Color #c3804b

%0
%34
%62
%24

Triadic Colors of #c3804b

#c3804b #4bc380 #804bc3

Analogous Colors of #c3804b

#c3804b #c3bc4b #c34b52

Monochromatic Colors of #c3804b

#c3804b

Complementary Color

#c3804b #4b8ec3

#c3804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3804b Color CSS Codes

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

#c3804b Text Font Color

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

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


#c3804b Background Color

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

This div background color is #c3804b


#c3804b Border Color

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

This div border color is #c3804b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3804b


Comments

No comments written yet.

Please login to write comment.