COLOR #795048

HEX: #795048
RGB: (121,80,72)

Color info

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

RGB color model

#795048 color RGB value is (121,80,72).

  • red value is 121;
  • green value is 80;
  • blue value is 72.
RGB:
(121,80,72)
(47%,31%,28%)

RGB channels and saturation

R 121 of 255 = 47%
G 80 of 255 = 31%
B 72 of 255 = 28%

121
80
72

R + G + B ~ 35%. #795048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 80 + 72 = 273 (100%)
R 121 of 273 ~ 44.32%
G 80 of 273 ~ 29.3%
B 72 of 273 ~ 26.37%

%44.32
%29.3
%26.37

CMYK color model

#795048 color CMYK value is (0,34,40,53).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(0,34,40,53)
C0M34Y40K53 
(0%,34%,40%,53%)
(0.00/0.34/0.40/0.53)	

CMYK percentages

%0
%33.88
%40.5
%52.55

Codes

Color #795048 in popluar color models

795048
RGB1218072
HSL10°25.39%37.84%
HSB/HSV10°40.50%47.45%
CMYK0.00%33.88%40.50%
52.55%

Color #795048 in popluar number systems.

HEX795048
Decimal1218072
Binary111100110100001001000
Octal171120110

Shades and tints

Shades of #795048

#795048
(121,80,72)
#6E4942
(110,73,66)
#63423C
(99,66,60)
#583B36
(88,59,54)
#4D3430
(77,52,48)
#422D2A
(66,45,42)
#372624
(55,38,36)
#2C1F1E
(44,31,30)
#211818
(33,24,24)
#161112
(22,17,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #795048

#795048
(121,80,72)
#855F58
(133,95,88)
#916E68
(145,110,104)
#9D7D78
(157,125,120)
#A98C88
(169,140,136)
#B59B98
(181,155,152)
#C1AAA8
(193,170,168)
#CDB9B8
(205,185,184)
#D9C8C8
(217,200,200)
#E5D7D8
(229,215,216)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795048 color. Also use rgb(121,80,72) instead hex code.

Text Font Color

.myTextColor { color: #795048; }

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

This text font color is #795048.


Background Color

.myBgColor { background-color: #795048; }

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

This div background color is #795048.


Border color

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

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

This div border color is #795048.


Opacity

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

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

Text with #795048 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 #795048;}

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

This text has shadow with #795048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795048 on black background.


Color preview on white background

This text has color #795048 on white background.



Black color preview on #795048 background

This text has black color on #795048 background.


White color preview on #795048 background

This text has white color on #795048 background.