COLOR #795319

HEX: #795319
RGB: (121,83,25)

Color info

#795319 contains mainly red and green colors. Web safe color of #795319 is #666600 (or #660).

RGB color model

#795319 color RGB value is (121,83,25).

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

RGB channels and saturation

R 121 of 255 = 47%
G 83 of 255 = 33%
B 25 of 255 = 10%

121
83
25

R + G + B ~ 30%. #795319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 83 + 25 = 229 (100%)
R 121 of 229 ~ 52.84%
G 83 of 229 ~ 36.24%
B 25 of 229 ~ 10.92%

%52.84
%36.24
%10.92

CMYK color model

#795319 color CMYK value is (0,31,79,53).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 79.34%
  • key color value is 52.55%
CMYK:
(0,31,79,53)
C0M31Y79K53 
(0%,31%,79%,53%)
(0.00/0.31/0.79/0.53)	

CMYK percentages

%0
%31.4
%79.34
%52.55

Codes

Color #795319 in popluar color models

795319
RGB1218325
HSL36°65.75%28.63%
HSB/HSV36°79.34%47.45%
CMYK0.00%31.40%79.34%
52.55%

Color #795319 in popluar number systems.

HEX795319
Decimal1218325
Binary1111001101001111001
Octal17112331

Shades and tints

Shades of #795319

#795319
(121,83,25)
#6E4C17
(110,76,23)
#634515
(99,69,21)
#583E13
(88,62,19)
#4D3711
(77,55,17)
#42300F
(66,48,15)
#37290D
(55,41,13)
#2C220B
(44,34,11)
#211B09
(33,27,9)
#161407
(22,20,7)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #795319

#795319
(121,83,25)
#85622D
(133,98,45)
#917141
(145,113,65)
#9D8055
(157,128,85)
#A98F69
(169,143,105)
#B59E7D
(181,158,125)
#C1AD91
(193,173,145)
#CDBCA5
(205,188,165)
#D9CBB9
(217,203,185)
#E5DACD
(229,218,205)
#F1E9E1
(241,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795319; }

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

This text font color is #795319.


Background Color

.myBgColor { background-color: #795319; }

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

This div background color is #795319.


Border color

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

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

This div border color is #795319.


Opacity

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

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

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

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

This text has shadow with #795319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795319 on black background.


Color preview on white background

This text has color #795319 on white background.



Black color preview on #795319 background

This text has black color on #795319 background.


White color preview on #795319 background

This text has white color on #795319 background.