COLOR #795F35

HEX: #795F35 RGB: (121,95,53)

Color info

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

RGB color model

#795F35 color RGB value is (121,95,53).

RGB: (121,95,53) (47%, 37%, 21%)

RGB channels and saturation

R 121 of 255 = 47%
G 95 of 255 = 37%
B 53 of 255 = 21%

121
95
53

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

Portions of RGB colors in percentages

R + G + B = 121 + 95 + 53 = 269 (100%)
R 121 of 269 ~ 44.98%
G 95 of 269 ~ 35.32%
B 53 of 269 ~ 19.7'%

%44.98
%35.32
%19.7

CMYK color model

#795F35 color CMYK value is (0,21,56,53).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 56.20%
  • key color value is 52.55%

CMYK: (0,21,56,53)
C0M21Y56K53 (0%, 21%, 56%, 53%)
(0.00 / 0.21 / 0.56 / 0.53)

CMYK percentages

%0
%21.49
%56.2
%52.55

Codes

Color #795F35 in popluar color models

79 5F 35
RGB 121 95 53
HSL 37° 39.08% 34.12%
HSB/HSV 37° 56.20% 47.45%
CMYK 0.00% 21.49% 56.20%
52.55%

Color #795F35 in popluar number systems.

HEX 79 5F 35
Decimal 121 95 53
Binary 1111001 1011111 110101
Octal 171 137 65

Shades and tints

Shades of #795F35

#795F35
(121,95,53)
#6E5731
(110,87,49)
#634F2D
(99,79,45)
#584729
(88,71,41)
#4D3F25
(77,63,37)
#423721
(66,55,33)
#372F1D
(55,47,29)
#2C2719
(44,39,25)
#211F15
(33,31,21)
#161711
(22,23,17)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #795F35

#795F35
(121,95,53)
#856D47
(133,109,71)
#917B59
(145,123,89)
#9D896B
(157,137,107)
#A9977D
(169,151,125)
#B5A58F
(181,165,143)
#C1B3A1
(193,179,161)
#CDC1B3
(205,193,179)
#D9CFC5
(217,207,197)
#E5DDD7
(229,221,215)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795F35 color. Also use rgb(121,95,53) instead hex code.

Text Font Color

.myTextColor { color: #795F35; }

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

This text font color is #795F35.

Background Color

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

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

This div background color is #795F35.

Border color

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

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

This div border color is #795F35.

Opacity

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

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

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

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

This text has shadow with #795F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795F35.

Preview

Color preview on black background

This text has color #795F35 on black background.


Color preview on white background

This text has color #795F35 on white background.


Black color preview on #795F35 background

This text has black color on #795F35 background.


White color preview on #795F35 background

This text has white color on #795F35 background.


Related colors

Complementary color

Complementary color for #hex is #86A0CA.


I love getcolorcode.com

Triadic colors

1 #35795F and #5F3579 with #795F35 are triadic colors.

2 #355F79 and #5F7935 with #795F35 are triadic colors.