COLOR #795835

HEX: #795835
RGB: (121,88,53)

Color info

#795835 contains mainly red and green colors. Web safe color of #795835 is #666633 (or #663).

RGB color model

#795835 color RGB value is (121,88,53).

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

RGB channels and saturation

R 121 of 255 = 47%
G 88 of 255 = 35%
B 53 of 255 = 21%

121
88
53

R + G + B ~ 34%. #795835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 88 + 53 = 262 (100%)
R 121 of 262 ~ 46.18%
G 88 of 262 ~ 33.59%
B 53 of 262 ~ 20.23%

%46.18
%33.59
%20.23

CMYK color model

#795835 color CMYK value is (0,27,56,53).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 56.20%
  • key color value is 52.55%
CMYK:
(0,27,56,53)
C0M27Y56K53 
(0%,27%,56%,53%)
(0.00/0.27/0.56/0.53)	

CMYK percentages

%0
%27.27
%56.2
%52.55

Codes

Color #795835 in popluar color models

795835
RGB1218853
HSL31°39.08%34.12%
HSB/HSV31°56.20%47.45%
CMYK0.00%27.27%56.20%
52.55%

Color #795835 in popluar number systems.

HEX795835
Decimal1218853
Binary11110011011000110101
Octal17113065

Shades and tints

Shades of #795835

#795835
(121,88,53)
#6E5031
(110,80,49)
#63482D
(99,72,45)
#584029
(88,64,41)
#4D3825
(77,56,37)
#423021
(66,48,33)
#37281D
(55,40,29)
#2C2019
(44,32,25)
#211815
(33,24,21)
#161011
(22,16,17)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #795835

#795835
(121,88,53)
#856747
(133,103,71)
#917659
(145,118,89)
#9D856B
(157,133,107)
#A9947D
(169,148,125)
#B5A38F
(181,163,143)
#C1B2A1
(193,178,161)
#CDC1B3
(205,193,179)
#D9D0C5
(217,208,197)
#E5DFD7
(229,223,215)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795835; }

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

This text font color is #795835.


Background Color

.myBgColor { background-color: #795835; }

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

This div background color is #795835.


Border color

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

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

This div border color is #795835.


Opacity

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

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

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

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

This text has shadow with #795835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795835 on black background.


Color preview on white background

This text has color #795835 on white background.



Black color preview on #795835 background

This text has black color on #795835 background.


White color preview on #795835 background

This text has white color on #795835 background.