Color Hex Logo

#753229 Color Hex

#753229
(117,50,41)
0 Favorites   0 Comments

Color spaces of #753229

RGB 1175041
HSL0.020.480.31
HSV65°46°
CMYK 0.000.570.65   0.54
XYZ8.87706.22322.8312
Yxy6.22320.49510.3471
Hunter Lab24.946319.862010.7335
CIE-Lab29.968728.712620.0048

#753229 color RGB value is (117,50,41).

#753229 hex color red value is 117, green value is 50 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #753229 hue: 0.02 , saturation: 0.48 and the lightness value of 753229 is 0.31.

The process color (four color CMYK) of #753229 color hex is 0.00, 0.57, 0.65, 0.54. Web safe color of #753229 is #663333. Color #753229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 00101001
Octal 165 62 51
Decimal 117 50 41
Hex 75 32 29

RGB Percentages of Color #753229

%56.25
%24.04
%19.71

CMYK Percentages of Color #753229

%0
%57
%65
%54

Triadic Colors of #753229

#753229 #297532 #322975

Analogous Colors of #753229

#753229 #755829 #752946

Monochromatic Colors of #753229

#753229

Complementary Color

#753229 #296c75

#753229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753229 Color CSS Codes

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

#753229 Text Font Color

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

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


#753229 Background Color

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

This div background color is #753229


#753229 Border Color

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

This div border color is #753229


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,50,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753229; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753229;
  -webkit-box-shadow: 1px 1px 3px 2px #753229;
  box-shadow:         1px 1px 3px 2px #753229; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,50,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753229


Comments

No comments written yet.

Please login to write comment.