Color Hex Logo

#79353d Color Hex

#79353D
(121,53,61)
0 Favorites   0 Comments

Color spaces of #79353d

RGB 1215361
HSL0.980.390.34
HSV353°56°47°
CMYK 0.000.560.50   0.53
XYZ10.00066.94815.2289
Yxy6.94810.45090.3133
Hunter Lab26.359221.59356.6901
CIE-Lab31.688530.49379.5250

#79353d color RGB value is (121,53,61).

#79353d hex color red value is 121, green value is 53 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #79353d hue: 0.98 , saturation: 0.39 and the lightness value of 79353d is 0.34.

The process color (four color CMYK) of #79353d color hex is 0.00, 0.56, 0.50, 0.53. Web safe color of #79353d is #663333. Color #79353d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110101 00111101
Octal 171 65 75
Decimal 121 53 61
Hex 79 35 3D

RGB Percentages of Color #79353d

%51.49
%22.55
%25.96

CMYK Percentages of Color #79353d

%0
%56
%50
%53

Triadic Colors of #79353d

#79353d #3d7935 #353d79

Analogous Colors of #79353d

#79353d #794f35 #79355f

Monochromatic Colors of #79353d

#79353d

Complementary Color

#79353d #357971

#79353d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79353d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79353d Color CSS Codes

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

#79353d Text Font Color

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

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


#79353d Background Color

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

This div background color is #79353d


#79353d Border Color

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

This div border color is #79353d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,53,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79353d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79353d;
  -webkit-box-shadow: 1px 1px 3px 2px #79353d;
  box-shadow:         1px 1px 3px 2px #79353d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,53,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79353d


Comments

No comments written yet.

Please login to write comment.