COLOR #73826A

HEX: #73826A
RGB: (115,130,106)

Color info

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

RGB color model

#73826A color RGB value is (115,130,106).

  • red value is 115;
  • green value is 130;
  • blue value is 106.
RGB:
(115,130,106)
(45%,51%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 130 of 255 = 51%
B 106 of 255 = 42%

115
130
106

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

Portions of RGB colors in percentages

R + G + B =
115 + 130 + 106 = 351 (100%)
R 115 of 351 ~ 32.76%
G 130 of 351 ~ 37.04%
B 106 of 351 ~ 30.2%

%32.76
%37.04
%30.2

CMYK color model

#73826A color CMYK value is (12,0,18,49).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 49.02%
CMYK:
(12,0,18,49)
C12M0Y18K49 
(12%,0%,18%,49%)
(0.12/0.00/0.18/0.49)	

CMYK percentages

%11.54
%0
%18.46
%49.02

Codes

Color #73826A in popluar color models

73826A
RGB115130106
HSL98°10.17%46.27%
HSB/HSV98°18.46%50.98%
CMYK11.54%0.00%18.46%
49.02%

Color #73826A in popluar number systems.

HEX73826A
Decimal115130106
Binary1110011100000101101010
Octal163202152

Shades and tints

Shades of #73826A

#73826A
(115,130,106)
#697761
(105,119,97)
#5F6C58
(95,108,88)
#55614F
(85,97,79)
#4B5646
(75,86,70)
#414B3D
(65,75,61)
#374034
(55,64,52)
#2D352B
(45,53,43)
#232A22
(35,42,34)
#191F19
(25,31,25)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #73826A

#73826A
(115,130,106)
#7F8D77
(127,141,119)
#8B9884
(139,152,132)
#97A391
(151,163,145)
#A3AE9E
(163,174,158)
#AFB9AB
(175,185,171)
#BBC4B8
(187,196,184)
#C7CFC5
(199,207,197)
#D3DAD2
(211,218,210)
#DFE5DF
(223,229,223)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73826A color. Also use rgb(115,130,106) instead hex code.

Text Font Color

.myTextColor { color: #73826A; }

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

This text font color is #73826A.


Background Color

.myBgColor { background-color: #73826A; }

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

This div background color is #73826A.


Border color

.myBorderColor { border: 1px solid #73826A; }

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

This div border color is #73826A.


Opacity

.myOpacity80 { color: #73826A; opacity: 0.8; }

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

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

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

This text has shadow with #73826A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73826A on black background.


Color preview on white background

This text has color #73826A on white background.



Black color preview on #73826A background

This text has black color on #73826A background.


White color preview on #73826A background

This text has white color on #73826A background.