Color Hex Logo

#75293b Color Hex

#75293B
(117,41,59)
0 Favorites   0 Comments

Color spaces of #75293b

RGB 1174159
HSL0.960.480.31
HSV346°65°46°
CMYK 0.000.650.50   0.54
XYZ8.91855.68364.7647
Yxy5.68360.46050.2935
Hunter Lab23.840325.05514.8386
CIE-Lab28.599834.96646.4179

#75293b color RGB value is (117,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 00111011
Octal 165 51 73
Decimal 117 41 59
Hex 75 29 3B

RGB Percentages of Color #75293b

%53.92
%18.89
%27.19

CMYK Percentages of Color #75293b

%0
%65
%50
%54

Triadic Colors of #75293b

#75293b #3b7529 #293b75

Analogous Colors of #75293b

#75293b #753d29 #752961

Monochromatic Colors of #75293b

#75293b

Complementary Color

#75293b #297563

#75293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75293b Color CSS Codes

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

#75293b Text Font Color

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

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


#75293b Background Color

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

This div background color is #75293b


#75293b Border Color

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

This div border color is #75293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75293b


Comments

No comments written yet.

Please login to write comment.