COLOR #795333

HEX: #795333
RGB: (121,83,51)

Color info

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

RGB color model

#795333 color RGB value is (121,83,51).

  • red value is 121;
  • green value is 83;
  • blue value is 51.
RGB:
(121,83,51)
(47%,33%,20%)

RGB channels and saturation

R 121 of 255 = 47%
G 83 of 255 = 33%
B 51 of 255 = 20%

121
83
51

R + G + B ~ 33%. #795333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 83 + 51 = 255 (100%)
R 121 of 255 ~ 47.45%
G 83 of 255 ~ 32.55%
B 51 of 255 ~ 20%

%47.45
%32.55
%20

CMYK color model

#795333 color CMYK value is (0,31,58,53).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 57.85%
  • key color value is 52.55%
CMYK:
(0,31,58,53)
C0M31Y58K53 
(0%,31%,58%,53%)
(0.00/0.31/0.58/0.53)	

CMYK percentages

%0
%31.4
%57.85
%52.55

Codes

Color #795333 in popluar color models

795333
RGB1218351
HSL27°40.70%33.73%
HSB/HSV27°57.85%47.45%
CMYK0.00%31.40%57.85%
52.55%

Color #795333 in popluar number systems.

HEX795333
Decimal1218351
Binary11110011010011110011
Octal17112363

Shades and tints

Shades of #795333

#795333
(121,83,51)
#6E4C2F
(110,76,47)
#63452B
(99,69,43)
#583E27
(88,62,39)
#4D3723
(77,55,35)
#42301F
(66,48,31)
#37291B
(55,41,27)
#2C2217
(44,34,23)
#211B13
(33,27,19)
#16140F
(22,20,15)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #795333

#795333
(121,83,51)
#856245
(133,98,69)
#917157
(145,113,87)
#9D8069
(157,128,105)
#A98F7B
(169,143,123)
#B59E8D
(181,158,141)
#C1AD9F
(193,173,159)
#CDBCB1
(205,188,177)
#D9CBC3
(217,203,195)
#E5DAD5
(229,218,213)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795333 color. Also use rgb(121,83,51) instead hex code.

Text Font Color

.myTextColor { color: #795333; }

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

This text font color is #795333.


Background Color

.myBgColor { background-color: #795333; }

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

This div background color is #795333.


Border color

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

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

This div border color is #795333.


Opacity

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

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

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

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

This text has shadow with #795333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795333 on black background.


Color preview on white background

This text has color #795333 on white background.



Black color preview on #795333 background

This text has black color on #795333 background.


White color preview on #795333 background

This text has white color on #795333 background.