COLOR #795B37

HEX: #795B37
RGB: (121,91,55)

Color info

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

RGB color model

#795B37 color RGB value is (121,91,55).

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

RGB channels and saturation

R 121 of 255 = 47%
G 91 of 255 = 36%
B 55 of 255 = 22%

121
91
55

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

Portions of RGB colors in percentages

R + G + B =
121 + 91 + 55 = 267 (100%)
R 121 of 267 ~ 45.32%
G 91 of 267 ~ 34.08%
B 55 of 267 ~ 20.6%

%45.32
%34.08
%20.6

CMYK color model

#795B37 color CMYK value is (0,25,55,53).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 54.55%
  • key color value is 52.55%
CMYK:
(0,25,55,53)
C0M25Y55K53 
(0%,25%,55%,53%)
(0.00/0.25/0.55/0.53)	

CMYK percentages

%0
%24.79
%54.55
%52.55

Codes

Color #795B37 in popluar color models

795B37
RGB1219155
HSL33°37.50%34.51%
HSB/HSV33°54.55%47.45%
CMYK0.00%24.79%54.55%
52.55%

Color #795B37 in popluar number systems.

HEX795B37
Decimal1219155
Binary11110011011011110111
Octal17113367

Shades and tints

Shades of #795B37

#795B37
(121,91,55)
#6E5332
(110,83,50)
#634B2D
(99,75,45)
#584328
(88,67,40)
#4D3B23
(77,59,35)
#42331E
(66,51,30)
#372B19
(55,43,25)
#2C2314
(44,35,20)
#211B0F
(33,27,15)
#16130A
(22,19,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #795B37

#795B37
(121,91,55)
#856949
(133,105,73)
#91775B
(145,119,91)
#9D856D
(157,133,109)
#A9937F
(169,147,127)
#B5A191
(181,161,145)
#C1AFA3
(193,175,163)
#CDBDB5
(205,189,181)
#D9CBC7
(217,203,199)
#E5D9D9
(229,217,217)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795B37; }

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

This text font color is #795B37.


Background Color

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

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

This div background color is #795B37.


Border color

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

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

This div border color is #795B37.


Opacity

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

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

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

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

This text has shadow with #795B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795B37 on black background.


Color preview on white background

This text has color #795B37 on white background.



Black color preview on #795B37 background

This text has black color on #795B37 background.


White color preview on #795B37 background

This text has white color on #795B37 background.