COLOR #73B315

HEX: #73B315
RGB: (115,179,21)

Color info

#73B315 contains mainly green color. Web safe color of #73B315 is #669900 (or #690).

RGB color model

#73B315 color RGB value is (115,179,21).

  • red value is 115;
  • green value is 179;
  • blue value is 21.
RGB:
(115,179,21)
(45%,70%,8%)

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 21 of 255 = 8%

115
179
21

R + G + B ~ 41%. #73B315 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 179 + 21 = 315 (100%)
R 115 of 315 ~ 36.51%
G 179 of 315 ~ 56.83%
B 21 of 315 ~ 6.67%

%36.51
%56.83

CMYK color model

#73B315 color CMYK value is (36,0,88,30).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 88.27%
  • key color value is 29.80%
CMYK:
(36,0,88,30)
C36M0Y88K30 
(36%,0%,88%,30%)
(0.36/0.00/0.88/0.30)	

CMYK percentages

%35.75
%0
%88.27
%29.8

Codes

Color #73B315 in popluar color models

73B315
RGB11517921
HSL84°79.00%39.22%
HSB/HSV84°88.27%70.20%
CMYK35.75%0.00%88.27%
29.80%

Color #73B315 in popluar number systems.

HEX73B315
Decimal11517921
Binary11100111011001110101
Octal16326325

Shades and tints

Shades of #73B315

#73B315
(115,179,21)
#69A314
(105,163,20)
#5F9313
(95,147,19)
#558312
(85,131,18)
#4B7311
(75,115,17)
#416310
(65,99,16)
#37530F
(55,83,15)
#2D430E
(45,67,14)
#23330D
(35,51,13)
#19230C
(25,35,12)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #73B315

#73B315
(115,179,21)
#7FB92A
(127,185,42)
#8BBF3F
(139,191,63)
#97C554
(151,197,84)
#A3CB69
(163,203,105)
#AFD17E
(175,209,126)
#BBD793
(187,215,147)
#C7DDA8
(199,221,168)
#D3E3BD
(211,227,189)
#DFE9D2
(223,233,210)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B315 color. Also use rgb(115,179,21) instead hex code.

Text Font Color

.myTextColor { color: #73B315; }

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

This text font color is #73B315.


Background Color

.myBgColor { background-color: #73B315; }

<div style="background-color:#73B315">Inner text</div>

This div background color is #73B315.


Border color

.myBorderColor { border: 1px solid #73B315; }

<div style="border:3px solid #73B315">Div</div>

This div border color is #73B315.


Opacity

.myOpacity80 { color: #73B315; opacity: 0.8; }

<p style="color:#73B315;opacity:0.8;">80%</p>

Text with #73B315 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 #73B315;}

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

This text has shadow with #73B315 color.

.textShadow {text-shadow: 3px 3px 1px #73B315, 3px 3px 1px red;}

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

This text has shadow with #73B315 primary color and red secondary color.


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

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

This text has shadow with #73B315 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B315 on black background.


Color preview on white background

This text has color #73B315 on white background.



Black color preview on #73B315 background

This text has black color on #73B315 background.


White color preview on #73B315 background

This text has white color on #73B315 background.