COLOR #73754A

HEX: #73754A
RGB: (115,117,74)

Color info

#73754A contains red, green and blue colors in about the same proportion. Web safe color of #73754A is #666633 (or #663).

RGB color model

#73754A color RGB value is (115,117,74).

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

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 74 of 255 = 29%

115
117
74

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

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 74 = 306 (100%)
R 115 of 306 ~ 37.58%
G 117 of 306 ~ 38.24%
B 74 of 306 ~ 24.18%

%37.58
%38.24
%24.18

CMYK color model

#73754A color CMYK value is (2,0,37,54).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(2,0,37,54)
C2M0Y37K54 
(2%,0%,37%,54%)
(0.02/0.00/0.37/0.54)	

CMYK percentages

%1.71
%0
%36.75
%54.12

Codes

Color #73754A in popluar color models

73754A
RGB11511774
HSL63°22.51%37.45%
HSB/HSV63°36.75%45.88%
CMYK1.71%0.00%36.75%
54.12%

Color #73754A in popluar number systems.

HEX73754A
Decimal11511774
Binary111001111101011001010
Octal163165112

Shades and tints

Shades of #73754A

#73754A
(115,117,74)
#696B44
(105,107,68)
#5F613E
(95,97,62)
#555738
(85,87,56)
#4B4D32
(75,77,50)
#41432C
(65,67,44)
#373926
(55,57,38)
#2D2F20
(45,47,32)
#23251A
(35,37,26)
#191B14
(25,27,20)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #73754A

#73754A
(115,117,74)
#7F815A
(127,129,90)
#8B8D6A
(139,141,106)
#97997A
(151,153,122)
#A3A58A
(163,165,138)
#AFB19A
(175,177,154)
#BBBDAA
(187,189,170)
#C7C9BA
(199,201,186)
#D3D5CA
(211,213,202)
#DFE1DA
(223,225,218)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73754A; }

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

This text font color is #73754A.


Background Color

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

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

This div background color is #73754A.


Border color

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

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

This div border color is #73754A.


Opacity

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

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

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

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

This text has shadow with #73754A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73754A on black background.


Color preview on white background

This text has color #73754A on white background.



Black color preview on #73754A background

This text has black color on #73754A background.


White color preview on #73754A background

This text has white color on #73754A background.