Color Hex Logo

#79350b Color Hex

#79350B
(121,53,11)
0 Favorites   0 Comments

Color spaces of #79350b

RGB 1215311
HSL0.060.830.26
HSV23°91°47°
CMYK 0.000.560.91   0.53
XYZ9.21876.63531.1115
Yxy6.63530.54340.3911
Hunter Lab25.759118.803515.4730
CIE-Lab30.961827.306337.5830

#79350b color RGB value is (121,53,11).

#79350b hex color red value is 121, green value is 53 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #79350b hue: 0.06 , saturation: 0.83 and the lightness value of 79350b is 0.26.

The process color (four color CMYK) of #79350b color hex is 0.00, 0.56, 0.91, 0.53. Web safe color of #79350b is #663300. Color #79350b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110101 00001011
Octal 171 65 13
Decimal 121 53 11
Hex 79 35 B

RGB Percentages of Color #79350b

%65.41
%28.65
%5.95

CMYK Percentages of Color #79350b

%0
%56
%91
%53

Triadic Colors of #79350b

#79350b #0b7935 #350b79

Analogous Colors of #79350b

#79350b #796c0b #790b18

Monochromatic Colors of #79350b

#79350b

Complementary Color

#79350b #0b4f79

#79350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79350b Color CSS Codes

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

#79350b Text Font Color

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

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


#79350b Background Color

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

This div background color is #79350b


#79350b Border Color

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

This div border color is #79350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79350b


Comments

No comments written yet.

Please login to write comment.