COLOR #073B18

HEX: #073B18 RGB: (7,59,24)

Color info

#073B18 contains red, green and blue colors in about the same proportion. Web safe color of #073B18 is #003300 (or #030).

RGB color model

#073B18 color RGB value is (7,59,24).

RGB: (7,59,24) (3%, 23%, 9%)

RGB channels and saturation

R 7 of 255 = 3%
G 59 of 255 = 23%
B 24 of 255 = 9%

7
59
24

R + G + B ~ 12%. #073B18 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 59 + 24 = 90 (100%)
R 7 of 90 ~ 7.78%
G 59 of 90 ~ 65.56%
B 24 of 90 ~ 26.67'%

%65.56
%26.67

CMYK color model

#073B18 color CMYK value is (88,0,59,77).

  • cyan value is 88.14%
  • magenta value is 0.00%
  • yellow value is 59.32%
  • key color value is 76.86%
CMYK: (88,0,59,77) C88M0Y59K77 (88%,0%,59%,77%) (0.88/0.00/0.59/0.77) 

CMYK percentages

%88.14
%0
%59.32
%76.86

Codes

Color #073B18 in popluar color models

07 3B 18
RGB 7 59 24
HSL 140° 78.79% 12.94%
HSB/HSV 140° 88.14% 23.14%
CMYK 88.14% 0.00% 59.32%
76.86%

Color #073B18 in popluar number systems.

HEX 07 3B 18
Decimal 7 59 24
Binary 111 111011 11000
Octal 7 73 30

Shades and tints

Shades of #073B18

#073B18
(7,59,24)
#073616
(7,54,22)
#073114
(7,49,20)
#072C12
(7,44,18)
#072710
(7,39,16)
#07220E
(7,34,14)
#071D0C
(7,29,12)
#07180A
(7,24,10)
#071308
(7,19,8)
#070E06
(7,14,6)
#070904
(7,9,4)
#000000
(0,0,0)

Tints of #073B18

#073B18
(7,59,24)
#1D4C2D
(29,76,45)
#335D42
(51,93,66)
#496E57
(73,110,87)
#5F7F6C
(95,127,108)
#759081
(117,144,129)
#8BA196
(139,161,150)
#A1B2AB
(161,178,171)
#B7C3C0
(183,195,192)
#CDD4D5
(205,212,213)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073B18 color. Also use rgb(7,59,24) instead hex code.

Text Font Color

.myTextColor { color: #073B18; }

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

This text font color is #073B18.

Background Color

.myBgColor { background-color: #073B18; }

<div style="background-color:#073B18">Inner text</div>

This div background color is #073B18.

Border color

.myBorderColor { border: 1px solid #073B18; }

<div style="border:3px solid #073B18">Div</div>

This div border color is #073B18.

Opacity

.myOpacity80 { color: #073B18; opacity: 0.8; }

<p style="color:#073B18;opacity:0.8;">80%</p>

Text with #073B18 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 #073B18;}

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

This text has shadow with #073B18 color.


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

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

This text has shadow with #073B18 primary color and red secondary color.


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

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

This text has shadow with #073B18 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #073B18.

Preview

Color preview on black background

This text has color #073B18 on black background.


Color preview on white background

This text has color #073B18 on white background.


Black color preview on #073B18 background

This text has black color on #073B18 background.


White color preview on #073B18 background

This text has white color on #073B18 background.


Related colors

Complementary color

Complementary color for #hex is #F8C4E7.


I love getcolorcode.com

Triadic colors

1 #18073B and #3B1807 with #073B18 are triadic colors.

2 #183B07 and #3B0718 with #073B18 are triadic colors.