COLOR #795748

HEX: #795748
RGB: (121,87,72)

Color info

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

RGB color model

#795748 color RGB value is (121,87,72).

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

RGB channels and saturation

R 121 of 255 = 47%
G 87 of 255 = 34%
B 72 of 255 = 28%

121
87
72

R + G + B ~ 36%. #795748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 87 + 72 = 280 (100%)
R 121 of 280 ~ 43.21%
G 87 of 280 ~ 31.07%
B 72 of 280 ~ 25.71%

%43.21
%31.07
%25.71

CMYK color model

#795748 color CMYK value is (0,28,40,53).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(0,28,40,53)
C0M28Y40K53 
(0%,28%,40%,53%)
(0.00/0.28/0.40/0.53)	

CMYK percentages

%0
%28.1
%40.5
%52.55

Codes

Color #795748 in popluar color models

795748
RGB1218772
HSL18°25.39%37.84%
HSB/HSV18°40.50%47.45%
CMYK0.00%28.10%40.50%
52.55%

Color #795748 in popluar number systems.

HEX795748
Decimal1218772
Binary111100110101111001000
Octal171127110

Shades and tints

Shades of #795748

#795748
(121,87,72)
#6E5042
(110,80,66)
#63493C
(99,73,60)
#584236
(88,66,54)
#4D3B30
(77,59,48)
#42342A
(66,52,42)
#372D24
(55,45,36)
#2C261E
(44,38,30)
#211F18
(33,31,24)
#161812
(22,24,18)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #795748

#795748
(121,87,72)
#856658
(133,102,88)
#917568
(145,117,104)
#9D8478
(157,132,120)
#A99388
(169,147,136)
#B5A298
(181,162,152)
#C1B1A8
(193,177,168)
#CDC0B8
(205,192,184)
#D9CFC8
(217,207,200)
#E5DED8
(229,222,216)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795748; }

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

This text font color is #795748.


Background Color

.myBgColor { background-color: #795748; }

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

This div background color is #795748.


Border color

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

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

This div border color is #795748.


Opacity

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

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

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

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

This text has shadow with #795748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795748 on black background.


Color preview on white background

This text has color #795748 on white background.



Black color preview on #795748 background

This text has black color on #795748 background.


White color preview on #795748 background

This text has white color on #795748 background.