COLOR #796258

HEX: #796258
RGB: (121,98,88)

Color info

#796258 contains red, green and blue colors in about the same proportion. Web safe color of #796258 is #666666 (or #666).

RGB color model

#796258 color RGB value is (121,98,88).

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

RGB channels and saturation

R 121 of 255 = 47%
G 98 of 255 = 38%
B 88 of 255 = 35%

121
98
88

R + G + B ~ 40%. #796258 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 98 + 88 = 307 (100%)
R 121 of 307 ~ 39.41%
G 98 of 307 ~ 31.92%
B 88 of 307 ~ 28.66%

%39.41
%31.92
%28.66

CMYK color model

#796258 color CMYK value is (0,19,27,53).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(0,19,27,53)
C0M19Y27K53 
(0%,19%,27%,53%)
(0.00/0.19/0.27/0.53)	

CMYK percentages

%0
%19.01
%27.27
%52.55

Codes

Color #796258 in popluar color models

796258
RGB1219888
HSL18°15.79%40.98%
HSB/HSV18°27.27%47.45%
CMYK0.00%19.01%27.27%
52.55%

Color #796258 in popluar number systems.

HEX796258
Decimal1219888
Binary111100111000101011000
Octal171142130

Shades and tints

Shades of #796258

#796258
(121,98,88)
#6E5A50
(110,90,80)
#635248
(99,82,72)
#584A40
(88,74,64)
#4D4238
(77,66,56)
#423A30
(66,58,48)
#373228
(55,50,40)
#2C2A20
(44,42,32)
#212218
(33,34,24)
#161A10
(22,26,16)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #796258

#796258
(121,98,88)
#857067
(133,112,103)
#917E76
(145,126,118)
#9D8C85
(157,140,133)
#A99A94
(169,154,148)
#B5A8A3
(181,168,163)
#C1B6B2
(193,182,178)
#CDC4C1
(205,196,193)
#D9D2D0
(217,210,208)
#E5E0DF
(229,224,223)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796258; }

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

This text font color is #796258.


Background Color

.myBgColor { background-color: #796258; }

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

This div background color is #796258.


Border color

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

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

This div border color is #796258.


Opacity

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

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

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

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

This text has shadow with #796258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796258 on black background.


Color preview on white background

This text has color #796258 on white background.



Black color preview on #796258 background

This text has black color on #796258 background.


White color preview on #796258 background

This text has white color on #796258 background.