COLOR #795442

HEX: #795442
RGB: (121,84,66)

Color info

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

RGB color model

#795442 color RGB value is (121,84,66).

  • red value is 121;
  • green value is 84;
  • blue value is 66.
RGB:
(121,84,66)
(47%,33%,26%)

RGB channels and saturation

R 121 of 255 = 47%
G 84 of 255 = 33%
B 66 of 255 = 26%

121
84
66

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

Portions of RGB colors in percentages

R + G + B =
121 + 84 + 66 = 271 (100%)
R 121 of 271 ~ 44.65%
G 84 of 271 ~ 31%
B 66 of 271 ~ 24.35%

%44.65
%31
%24.35

CMYK color model

#795442 color CMYK value is (0,31,45,53).

  • cyan value is 0.00%
  • magenta value is 30.58%
  • yellow value is 45.45%
  • key color value is 52.55%
CMYK:
(0,31,45,53)
C0M31Y45K53 
(0%,31%,45%,53%)
(0.00/0.31/0.45/0.53)	

CMYK percentages

%0
%30.58
%45.45
%52.55

Codes

Color #795442 in popluar color models

795442
RGB1218466
HSL20°29.41%36.67%
HSB/HSV20°45.45%47.45%
CMYK0.00%30.58%45.45%
52.55%

Color #795442 in popluar number systems.

HEX795442
Decimal1218466
Binary111100110101001000010
Octal171124102

Shades and tints

Shades of #795442

#795442
(121,84,66)
#6E4D3C
(110,77,60)
#634636
(99,70,54)
#583F30
(88,63,48)
#4D382A
(77,56,42)
#423124
(66,49,36)
#372A1E
(55,42,30)
#2C2318
(44,35,24)
#211C12
(33,28,18)
#16150C
(22,21,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #795442

#795442
(121,84,66)
#856353
(133,99,83)
#917264
(145,114,100)
#9D8175
(157,129,117)
#A99086
(169,144,134)
#B59F97
(181,159,151)
#C1AEA8
(193,174,168)
#CDBDB9
(205,189,185)
#D9CCCA
(217,204,202)
#E5DBDB
(229,219,219)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795442 color. Also use rgb(121,84,66) instead hex code.

Text Font Color

.myTextColor { color: #795442; }

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

This text font color is #795442.


Background Color

.myBgColor { background-color: #795442; }

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

This div background color is #795442.


Border color

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

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

This div border color is #795442.


Opacity

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

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

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

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

This text has shadow with #795442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795442 on black background.


Color preview on white background

This text has color #795442 on white background.



Black color preview on #795442 background

This text has black color on #795442 background.


White color preview on #795442 background

This text has white color on #795442 background.