COLOR #795B4B

HEX: #795B4B
RGB: (121,91,75)

Color info

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

RGB color model

#795B4B color RGB value is (121,91,75).

  • red value is 121;
  • green value is 91;
  • blue value is 75.
RGB:
(121,91,75)
(47%,36%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 91 of 255 = 36%
B 75 of 255 = 29%

121
91
75

R + G + B ~ 37%. #795B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 91 + 75 = 287 (100%)
R 121 of 287 ~ 42.16%
G 91 of 287 ~ 31.71%
B 75 of 287 ~ 26.13%

%42.16
%31.71
%26.13

CMYK color model

#795B4B color CMYK value is (0,25,38,53).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 38.02%
  • key color value is 52.55%
CMYK:
(0,25,38,53)
C0M25Y38K53 
(0%,25%,38%,53%)
(0.00/0.25/0.38/0.53)	

CMYK percentages

%0
%24.79
%38.02
%52.55

Codes

Color #795B4B in popluar color models

795B4B
RGB1219175
HSL21°23.47%38.43%
HSB/HSV21°38.02%47.45%
CMYK0.00%24.79%38.02%
52.55%

Color #795B4B in popluar number systems.

HEX795B4B
Decimal1219175
Binary111100110110111001011
Octal171133113

Shades and tints

Shades of #795B4B

#795B4B
(121,91,75)
#6E5345
(110,83,69)
#634B3F
(99,75,63)
#584339
(88,67,57)
#4D3B33
(77,59,51)
#42332D
(66,51,45)
#372B27
(55,43,39)
#2C2321
(44,35,33)
#211B1B
(33,27,27)
#161315
(22,19,21)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #795B4B

#795B4B
(121,91,75)
#85695B
(133,105,91)
#91776B
(145,119,107)
#9D857B
(157,133,123)
#A9938B
(169,147,139)
#B5A19B
(181,161,155)
#C1AFAB
(193,175,171)
#CDBDBB
(205,189,187)
#D9CBCB
(217,203,203)
#E5D9DB
(229,217,219)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795B4B color. Also use rgb(121,91,75) instead hex code.

Text Font Color

.myTextColor { color: #795B4B; }

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

This text font color is #795B4B.


Background Color

.myBgColor { background-color: #795B4B; }

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

This div background color is #795B4B.


Border color

.myBorderColor { border: 1px solid #795B4B; }

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

This div border color is #795B4B.


Opacity

.myOpacity80 { color: #795B4B; opacity: 0.8; }

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

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

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

This text has shadow with #795B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795B4B on black background.


Color preview on white background

This text has color #795B4B on white background.



Black color preview on #795B4B background

This text has black color on #795B4B background.


White color preview on #795B4B background

This text has white color on #795B4B background.