COLOR #795242

HEX: #795242
RGB: (121,82,66)

Color info

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

RGB color model

#795242 color RGB value is (121,82,66).

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

RGB channels and saturation

R 121 of 255 = 47%
G 82 of 255 = 32%
B 66 of 255 = 26%

121
82
66

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

Portions of RGB colors in percentages

R + G + B =
121 + 82 + 66 = 269 (100%)
R 121 of 269 ~ 44.98%
G 82 of 269 ~ 30.48%
B 66 of 269 ~ 24.54%

%44.98
%30.48
%24.54

CMYK color model

#795242 color CMYK value is (0,32,45,53).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 45.45%
  • key color value is 52.55%
CMYK:
(0,32,45,53)
C0M32Y45K53 
(0%,32%,45%,53%)
(0.00/0.32/0.45/0.53)	

CMYK percentages

%0
%32.23
%45.45
%52.55

Codes

Color #795242 in popluar color models

795242
RGB1218266
HSL17°29.41%36.67%
HSB/HSV17°45.45%47.45%
CMYK0.00%32.23%45.45%
52.55%

Color #795242 in popluar number systems.

HEX795242
Decimal1218266
Binary111100110100101000010
Octal171122102

Shades and tints

Shades of #795242

#795242
(121,82,66)
#6E4B3C
(110,75,60)
#634436
(99,68,54)
#583D30
(88,61,48)
#4D362A
(77,54,42)
#422F24
(66,47,36)
#37281E
(55,40,30)
#2C2118
(44,33,24)
#211A12
(33,26,18)
#16130C
(22,19,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #795242

#795242
(121,82,66)
#856153
(133,97,83)
#917064
(145,112,100)
#9D7F75
(157,127,117)
#A98E86
(169,142,134)
#B59D97
(181,157,151)
#C1ACA8
(193,172,168)
#CDBBB9
(205,187,185)
#D9CACA
(217,202,202)
#E5D9DB
(229,217,219)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795242; }

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

This text font color is #795242.


Background Color

.myBgColor { background-color: #795242; }

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

This div background color is #795242.


Border color

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

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

This div border color is #795242.


Opacity

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

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

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

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

This text has shadow with #795242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795242 on black background.


Color preview on white background

This text has color #795242 on white background.



Black color preview on #795242 background

This text has black color on #795242 background.


White color preview on #795242 background

This text has white color on #795242 background.