COLOR #73824A

HEX: #73824A RGB: (115,130,74)

Color info

#73824A contains red, green and blue colors in about the same proportion. Web safe color of #73824A is #669933 (or #693).

RGB color model

#73824A color RGB value is (115,130,74).

RGB: (115,130,74) (45%, 51%, 29%)

RGB channels and saturation

R 115 of 255 = 45%
G 130 of 255 = 51%
B 74 of 255 = 29%

115
130
74

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

Portions of RGB colors in percentages

R + G + B = 115 + 130 + 74 = 319 (100%)
R 115 of 319 ~ 36.05%
G 130 of 319 ~ 40.75%
B 74 of 319 ~ 23.2'%

%36.05
%40.75
%23.2

CMYK color model

#73824A color CMYK value is (12,0,43,49).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 49.02%

CMYK: (12,0,43,49)
C12M0Y43K49 (12%, 0%, 43%, 49%)
(0.12 / 0.00 / 0.43 / 0.49)

CMYK percentages

%11.54
%0
%43.08
%49.02

Codes

Color #73824A in popluar color models

73 82 4A
RGB 115 130 74
HSL 76° 27.45% 40.00%
HSB/HSV 76° 43.08% 50.98%
CMYK 11.54% 0.00% 43.08%
49.02%

Color #73824A in popluar number systems.

HEX 73 82 4A
Decimal 115 130 74
Binary 1110011 10000010 1001010
Octal 163 202 112

Shades and tints

Shades of #73824A

#73824A
(115,130,74)
#697744
(105,119,68)
#5F6C3E
(95,108,62)
#556138
(85,97,56)
#4B5632
(75,86,50)
#414B2C
(65,75,44)
#374026
(55,64,38)
#2D3520
(45,53,32)
#232A1A
(35,42,26)
#191F14
(25,31,20)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #73824A

#73824A
(115,130,74)
#7F8D5A
(127,141,90)
#8B986A
(139,152,106)
#97A37A
(151,163,122)
#A3AE8A
(163,174,138)
#AFB99A
(175,185,154)
#BBC4AA
(187,196,170)
#C7CFBA
(199,207,186)
#D3DACA
(211,218,202)
#DFE5DA
(223,229,218)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73824A; }

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

This text font color is #73824A.

Background Color

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

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

This div background color is #73824A.

Border color

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

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

This div border color is #73824A.

Opacity

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

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

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

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

This text has shadow with #73824A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73824A.

Preview

Color preview on black background

This text has color #73824A on black background.


Color preview on white background

This text has color #73824A on white background.


Black color preview on #73824A background

This text has black color on #73824A background.


White color preview on #73824A background

This text has white color on #73824A background.


Related colors

Complementary color

Complementary color for #hex is #8C7DB5.


I love getcolorcode.com

Triadic colors

1 #4A7382 and #824A73 with #73824A are triadic colors.

2 #4A8273 and #82734A with #73824A are triadic colors.