Color Hex Logo

#c3944b Color Hex

#C3944B
(195,148,75)
0 Favorites   0 Comments

Color spaces of #c3944b

RGB 19514875
HSL0.100.500.53
HSV37°62°76°
CMYK 0.000.240.62   0.24
XYZ34.365633.289911.2709
Yxy33.28990.43540.4218
Hunter Lab57.69745.347328.8062
CIE-Lab64.39509.673844.7054

#c3944b color RGB value is (195,148,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 01001011
Octal 303 224 113
Decimal 195 148 75
Hex C3 94 4B

RGB Percentages of Color #c3944b

%46.65
%35.41
%17.94

CMYK Percentages of Color #c3944b

%0
%24
%62
%24

Triadic Colors of #c3944b

#c3944b #4bc394 #944bc3

Analogous Colors of #c3944b

#c3944b #b6c34b #c3584b

Monochromatic Colors of #c3944b

#c3944b

Complementary Color

#c3944b #4b7ac3

#c3944b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3944b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3944b Color CSS Codes

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

#c3944b Text Font Color

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

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


#c3944b Background Color

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

This div background color is #c3944b


#c3944b Border Color

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

This div border color is #c3944b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3944b


Comments

No comments written yet.

Please login to write comment.