COLOR #73752B

HEX: #73752B
RGB: (115,117,43)

Color info

#73752B contains mainly red and green colors. Web safe color of #73752B is #666633 (or #663).

RGB color model

#73752B color RGB value is (115,117,43).

  • red value is 115;
  • green value is 117;
  • blue value is 43.
RGB:
(115,117,43)
(45%,46%,17%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 43 of 255 = 17%

115
117
43

R + G + B ~ 36%. #73752B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 43 = 275 (100%)
R 115 of 275 ~ 41.82%
G 117 of 275 ~ 42.55%
B 43 of 275 ~ 15.64%

%41.82
%42.55
%15.64

CMYK color model

#73752B color CMYK value is (2,0,63,54).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 54.12%
CMYK:
(2,0,63,54)
C2M0Y63K54 
(2%,0%,63%,54%)
(0.02/0.00/0.63/0.54)	

CMYK percentages

%1.71
%0
%63.25
%54.12

Codes

Color #73752B in popluar color models

73752B
RGB11511743
HSL62°46.25%31.37%
HSB/HSV62°63.25%45.88%
CMYK1.71%0.00%63.25%
54.12%

Color #73752B in popluar number systems.

HEX73752B
Decimal11511743
Binary11100111110101101011
Octal16316553

Shades and tints

Shades of #73752B

#73752B
(115,117,43)
#696B28
(105,107,40)
#5F6125
(95,97,37)
#555722
(85,87,34)
#4B4D1F
(75,77,31)
#41431C
(65,67,28)
#373919
(55,57,25)
#2D2F16
(45,47,22)
#232513
(35,37,19)
#191B10
(25,27,16)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #73752B

#73752B
(115,117,43)
#7F813E
(127,129,62)
#8B8D51
(139,141,81)
#979964
(151,153,100)
#A3A577
(163,165,119)
#AFB18A
(175,177,138)
#BBBD9D
(187,189,157)
#C7C9B0
(199,201,176)
#D3D5C3
(211,213,195)
#DFE1D6
(223,225,214)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73752B color. Also use rgb(115,117,43) instead hex code.

Text Font Color

.myTextColor { color: #73752B; }

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

This text font color is #73752B.


Background Color

.myBgColor { background-color: #73752B; }

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

This div background color is #73752B.


Border color

.myBorderColor { border: 1px solid #73752B; }

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

This div border color is #73752B.


Opacity

.myOpacity80 { color: #73752B; opacity: 0.8; }

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

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

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

This text has shadow with #73752B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73752B on black background.


Color preview on white background

This text has color #73752B on white background.



Black color preview on #73752B background

This text has black color on #73752B background.


White color preview on #73752B background

This text has white color on #73752B background.