COLOR #73825D

HEX: #73825D
RGB: (115,130,93)

Color info

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

RGB color model

#73825D color RGB value is (115,130,93).

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

RGB channels and saturation

R 115 of 255 = 45%
G 130 of 255 = 51%
B 93 of 255 = 36%

115
130
93

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

Portions of RGB colors in percentages

R + G + B =
115 + 130 + 93 = 338 (100%)
R 115 of 338 ~ 34.02%
G 130 of 338 ~ 38.46%
B 93 of 338 ~ 27.51%

%34.02
%38.46
%27.51

CMYK color model

#73825D color CMYK value is (12,0,28,49).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(12,0,28,49)
C12M0Y28K49 
(12%,0%,28%,49%)
(0.12/0.00/0.28/0.49)	

CMYK percentages

%11.54
%0
%28.46
%49.02

Codes

Color #73825D in popluar color models

73825D
RGB11513093
HSL84°16.59%43.73%
HSB/HSV84°28.46%50.98%
CMYK11.54%0.00%28.46%
49.02%

Color #73825D in popluar number systems.

HEX73825D
Decimal11513093
Binary1110011100000101011101
Octal163202135

Shades and tints

Shades of #73825D

#73825D
(115,130,93)
#697755
(105,119,85)
#5F6C4D
(95,108,77)
#556145
(85,97,69)
#4B563D
(75,86,61)
#414B35
(65,75,53)
#37402D
(55,64,45)
#2D3525
(45,53,37)
#232A1D
(35,42,29)
#191F15
(25,31,21)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #73825D

#73825D
(115,130,93)
#7F8D6B
(127,141,107)
#8B9879
(139,152,121)
#97A387
(151,163,135)
#A3AE95
(163,174,149)
#AFB9A3
(175,185,163)
#BBC4B1
(187,196,177)
#C7CFBF
(199,207,191)
#D3DACD
(211,218,205)
#DFE5DB
(223,229,219)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73825D; }

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

This text font color is #73825D.


Background Color

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

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

This div background color is #73825D.


Border color

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

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

This div border color is #73825D.


Opacity

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

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

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

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

This text has shadow with #73825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73825D on black background.


Color preview on white background

This text has color #73825D on white background.



Black color preview on #73825D background

This text has black color on #73825D background.


White color preview on #73825D background

This text has white color on #73825D background.