COLOR #795649

HEX: #795649
RGB: (121,86,73)

Color info

#795649 contains red, green and blue colors in about the same proportion. Web safe color of #795649 is #666633 (or #663).

RGB color model

#795649 color RGB value is (121,86,73).

  • red value is 121;
  • green value is 86;
  • blue value is 73.
RGB:
(121,86,73)
(47%,34%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 86 of 255 = 34%
B 73 of 255 = 29%

121
86
73

R + G + B ~ 37%. #795649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 86 + 73 = 280 (100%)
R 121 of 280 ~ 43.21%
G 86 of 280 ~ 30.71%
B 73 of 280 ~ 26.07%

%43.21
%30.71
%26.07

CMYK color model

#795649 color CMYK value is (0,29,40,53).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 39.67%
  • key color value is 52.55%
CMYK:
(0,29,40,53)
C0M29Y40K53 
(0%,29%,40%,53%)
(0.00/0.29/0.40/0.53)	

CMYK percentages

%0
%28.93
%39.67
%52.55

Codes

Color #795649 in popluar color models

795649
RGB1218673
HSL16°24.74%38.04%
HSB/HSV16°39.67%47.45%
CMYK0.00%28.93%39.67%
52.55%

Color #795649 in popluar number systems.

HEX795649
Decimal1218673
Binary111100110101101001001
Octal171126111

Shades and tints

Shades of #795649

#795649
(121,86,73)
#6E4F43
(110,79,67)
#63483D
(99,72,61)
#584137
(88,65,55)
#4D3A31
(77,58,49)
#42332B
(66,51,43)
#372C25
(55,44,37)
#2C251F
(44,37,31)
#211E19
(33,30,25)
#161713
(22,23,19)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #795649

#795649
(121,86,73)
#856559
(133,101,89)
#917469
(145,116,105)
#9D8379
(157,131,121)
#A99289
(169,146,137)
#B5A199
(181,161,153)
#C1B0A9
(193,176,169)
#CDBFB9
(205,191,185)
#D9CEC9
(217,206,201)
#E5DDD9
(229,221,217)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795649 color. Also use rgb(121,86,73) instead hex code.

Text Font Color

.myTextColor { color: #795649; }

<p style="color:#795649">This sample text font color is #795649.</p>

This text font color is #795649.


Background Color

.myBgColor { background-color: #795649; }

<div style="background-color:#795649">Inner text</div>

This div background color is #795649.


Border color

.myBorderColor { border: 1px solid #795649; }

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

This div border color is #795649.


Opacity

.myOpacity80 { color: #795649; opacity: 0.8; }

<p style="color:#795649;opacity:0.8;">80%</p>

Text with #795649 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #795649;}

<p style="text-shadow: 3px 3px 1px #795649">Text here.</p>

This text has shadow with #795649 color.

.textShadow {text-shadow: 3px 3px 1px #795649, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #795649, 5px 5px 20px red">Text here.</p>

This text has shadow with #795649 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#795649, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#795649, Direction=45, Strength=4)">Text</p>

This text has shadow with #795649 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #795649;
  -webkit-box-shadow:	1px 1px 3px 2px #795649;
  box-shadow:		1px 1px 3px 2px #795649;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #795649;
-webkit-box-shadow: 1px 1px 3px 2px #795649;
box-shadow:1px 1px 3px 2px #795649;">
Div content here</div>
This div box has shadow with color #795649.

Preview

Color preview on black background

This text has color #795649 on black background.


Color preview on white background

This text has color #795649 on white background.



Black color preview on #795649 background

This text has black color on #795649 background.


White color preview on #795649 background

This text has white color on #795649 background.