COLOR #73935D

HEX: #73935D
RGB: (115,147,93)

Color info

#73935D contains red, green and blue colors in about the same proportion. Web safe color of #73935D is #669966 (or #696).

RGB color model

#73935D color RGB value is (115,147,93).

  • red value is 115;
  • green value is 147;
  • blue value is 93.
RGB:
(115,147,93)
(45%,58%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 93 of 255 = 36%

115
147
93

R + G + B ~ 46%. #73935D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 93 = 355 (100%)
R 115 of 355 ~ 32.39%
G 147 of 355 ~ 41.41%
B 93 of 355 ~ 26.2%

%32.39
%41.41
%26.2

CMYK color model

#73935D color CMYK value is (22,0,37,42).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 42.35%
CMYK:
(22,0,37,42)
C22M0Y37K42 
(22%,0%,37%,42%)
(0.22/0.00/0.37/0.42)	

CMYK percentages

%21.77
%0
%36.73
%42.35

Codes

Color #73935D in popluar color models

73935D
RGB11514793
HSL96°22.50%47.06%
HSB/HSV96°36.73%57.65%
CMYK21.77%0.00%36.73%
42.35%

Color #73935D in popluar number systems.

HEX73935D
Decimal11514793
Binary1110011100100111011101
Octal163223135

Shades and tints

Shades of #73935D

#73935D
(115,147,93)
#698655
(105,134,85)
#5F794D
(95,121,77)
#556C45
(85,108,69)
#4B5F3D
(75,95,61)
#415235
(65,82,53)
#37452D
(55,69,45)
#2D3825
(45,56,37)
#232B1D
(35,43,29)
#191E15
(25,30,21)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #73935D

#73935D
(115,147,93)
#7F9C6B
(127,156,107)
#8BA579
(139,165,121)
#97AE87
(151,174,135)
#A3B795
(163,183,149)
#AFC0A3
(175,192,163)
#BBC9B1
(187,201,177)
#C7D2BF
(199,210,191)
#D3DBCD
(211,219,205)
#DFE4DB
(223,228,219)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73935D color. Also use rgb(115,147,93) instead hex code.

Text Font Color

.myTextColor { color: #73935D; }

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

This text font color is #73935D.


Background Color

.myBgColor { background-color: #73935D; }

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

This div background color is #73935D.


Border color

.myBorderColor { border: 1px solid #73935D; }

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

This div border color is #73935D.


Opacity

.myOpacity80 { color: #73935D; opacity: 0.8; }

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

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

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

This text has shadow with #73935D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73935D on black background.


Color preview on white background

This text has color #73935D on white background.



Black color preview on #73935D background

This text has black color on #73935D background.


White color preview on #73935D background

This text has white color on #73935D background.