COLOR #73967B

HEX: #73967B
RGB: (115,150,123)

Color info

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

RGB color model

#73967B color RGB value is (115,150,123).

  • red value is 115;
  • green value is 150;
  • blue value is 123.
RGB:
(115,150,123)
(45%,59%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 123 of 255 = 48%

115
150
123

R + G + B ~ 51%. #73967B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 150 + 123 = 388 (100%)
R 115 of 388 ~ 29.64%
G 150 of 388 ~ 38.66%
B 123 of 388 ~ 31.7%

%29.64
%38.66
%31.7

CMYK color model

#73967B color CMYK value is (23,0,18,41).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(23,0,18,41)
C23M0Y18K41 
(23%,0%,18%,41%)
(0.23/0.00/0.18/0.41)	

CMYK percentages

%23.33
%0
%18
%41.18

Codes

Color #73967B in popluar color models

73967B
RGB115150123
HSL134°14.29%51.96%
HSB/HSV134°23.33%58.82%
CMYK23.33%0.00%18.00%
41.18%

Color #73967B in popluar number systems.

HEX73967B
Decimal115150123
Binary1110011100101101111011
Octal163226173

Shades and tints

Shades of #73967B

#73967B
(115,150,123)
#698970
(105,137,112)
#5F7C65
(95,124,101)
#556F5A
(85,111,90)
#4B624F
(75,98,79)
#415544
(65,85,68)
#374839
(55,72,57)
#2D3B2E
(45,59,46)
#232E23
(35,46,35)
#192118
(25,33,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #73967B

#73967B
(115,150,123)
#7F9F87
(127,159,135)
#8BA893
(139,168,147)
#97B19F
(151,177,159)
#A3BAAB
(163,186,171)
#AFC3B7
(175,195,183)
#BBCCC3
(187,204,195)
#C7D5CF
(199,213,207)
#D3DEDB
(211,222,219)
#DFE7E7
(223,231,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73967B color. Also use rgb(115,150,123) instead hex code.

Text Font Color

.myTextColor { color: #73967B; }

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

This text font color is #73967B.


Background Color

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

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

This div background color is #73967B.


Border color

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

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

This div border color is #73967B.


Opacity

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

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

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

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

This text has shadow with #73967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73967B on black background.


Color preview on white background

This text has color #73967B on white background.



Black color preview on #73967B background

This text has black color on #73967B background.


White color preview on #73967B background

This text has white color on #73967B background.