Color Hex Logo

#75341b Color Hex

#75341B
(117,52,27)
0 Favorites   0 Comments

Color spaces of #75341b

RGB 1175227
HSL0.050.630.28
HSV17°77°46°
CMYK 0.000.560.77   0.54
XYZ8.76196.31701.7944
Yxy6.31700.51930.3744
Hunter Lab25.133618.243413.3606
CIE-Lab30.198526.737328.7567

#75341b color RGB value is (117,52,27).

#75341b hex color red value is 117, green value is 52 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #75341b hue: 0.05 , saturation: 0.63 and the lightness value of 75341b is 0.28.

The process color (four color CMYK) of #75341b color hex is 0.00, 0.56, 0.77, 0.54. Web safe color of #75341b is #663333. Color #75341b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110100 00011011
Octal 165 64 33
Decimal 117 52 27
Hex 75 34 1B

RGB Percentages of Color #75341b

%59.69
%26.53
%13.78

CMYK Percentages of Color #75341b

%0
%56
%77
%54

Triadic Colors of #75341b

#75341b #1b7534 #341b75

Analogous Colors of #75341b

#75341b #75611b #751b2f

Monochromatic Colors of #75341b

#75341b

Complementary Color

#75341b #1b5c75

#75341b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75341b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75341b Color CSS Codes

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

#75341b Text Font Color

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

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


#75341b Background Color

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

This div background color is #75341b


#75341b Border Color

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

This div border color is #75341b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75341b


Comments

No comments written yet.

Please login to write comment.