COLOR #795848

HEX: #795848
RGB: (121,88,72)

Color info

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

RGB color model

#795848 color RGB value is (121,88,72).

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

RGB channels and saturation

R 121 of 255 = 47%
G 88 of 255 = 35%
B 72 of 255 = 28%

121
88
72

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

Portions of RGB colors in percentages

R + G + B =
121 + 88 + 72 = 281 (100%)
R 121 of 281 ~ 43.06%
G 88 of 281 ~ 31.32%
B 72 of 281 ~ 25.62%

%43.06
%31.32
%25.62

CMYK color model

#795848 color CMYK value is (0,27,40,53).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(0,27,40,53)
C0M27Y40K53 
(0%,27%,40%,53%)
(0.00/0.27/0.40/0.53)	

CMYK percentages

%0
%27.27
%40.5
%52.55

Codes

Color #795848 in popluar color models

795848
RGB1218872
HSL20°25.39%37.84%
HSB/HSV20°40.50%47.45%
CMYK0.00%27.27%40.50%
52.55%

Color #795848 in popluar number systems.

HEX795848
Decimal1218872
Binary111100110110001001000
Octal171130110

Shades and tints

Shades of #795848

#795848
(121,88,72)
#6E5042
(110,80,66)
#63483C
(99,72,60)
#584036
(88,64,54)
#4D3830
(77,56,48)
#42302A
(66,48,42)
#372824
(55,40,36)
#2C201E
(44,32,30)
#211818
(33,24,24)
#161012
(22,16,18)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #795848

#795848
(121,88,72)
#856758
(133,103,88)
#917668
(145,118,104)
#9D8578
(157,133,120)
#A99488
(169,148,136)
#B5A398
(181,163,152)
#C1B2A8
(193,178,168)
#CDC1B8
(205,193,184)
#D9D0C8
(217,208,200)
#E5DFD8
(229,223,216)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795848; }

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

This text font color is #795848.


Background Color

.myBgColor { background-color: #795848; }

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

This div background color is #795848.


Border color

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

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

This div border color is #795848.


Opacity

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

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

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

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

This text has shadow with #795848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795848 on black background.


Color preview on white background

This text has color #795848 on white background.



Black color preview on #795848 background

This text has black color on #795848 background.


White color preview on #795848 background

This text has white color on #795848 background.