COLOR #074903

HEX: #074903 RGB: (7,73,3)

Color info

#074903 contains mainly green color. Web safe color of #074903 is #003300 (or #030).

RGB color model

#074903 color RGB value is (7,73,3).

RGB: (7,73,3) (3%, 29%, 1%)

RGB channels and saturation

R 7 of 255 = 3%
G 73 of 255 = 29%
B 3 of 255 = 1%

7
73
3

R + G + B ~ 11%. #074903 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 73 + 3 = 83 (100%)
R 7 of 83 ~ 8.43%
G 73 of 83 ~ 87.95%
B 3 of 83 ~ 3.61'%

%87.95

CMYK color model

#074903 color CMYK value is (90,0,96,71).

  • cyan value is 90.41%
  • magenta value is 0.00%
  • yellow value is 95.89%
  • key color value is 71.37%

CMYK: (90,0,96,71)
C90M0Y96K71 (90%, 0%, 96%, 71%)
(0.90 / 0.00 / 0.96 / 0.71)

CMYK percentages

%90.41
%0
%95.89
%71.37

Codes

Color #074903 in popluar color models

07 49 03
RGB 7 73 3
HSL 117° 92.11% 14.90%
HSB/HSV 117° 95.89% 28.63%
CMYK 90.41% 0.00% 95.89%
71.37%

Color #074903 in popluar number systems.

HEX 07 49 03
Decimal 7 73 3
Binary 111 1001001 11
Octal 7 111 3

Shades and tints

Shades of #074903

#074903
(7,73,3)
#074303
(7,67,3)
#073D03
(7,61,3)
#073703
(7,55,3)
#073103
(7,49,3)
#072B03
(7,43,3)
#072503
(7,37,3)
#071F03
(7,31,3)
#071903
(7,25,3)
#071303
(7,19,3)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #074903

#074903
(7,73,3)
#1D5919
(29,89,25)
#33692F
(51,105,47)
#497945
(73,121,69)
#5F895B
(95,137,91)
#759971
(117,153,113)
#8BA987
(139,169,135)
#A1B99D
(161,185,157)
#B7C9B3
(183,201,179)
#CDD9C9
(205,217,201)
#E3E9DF
(227,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074903 color. Also use rgb(7,73,3) instead hex code.

Text Font Color

.myTextColor { color: #074903; }

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

This text font color is #074903.

Background Color

.myBgColor { background-color: #074903; }

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

This div background color is #074903.

Border color

.myBorderColor { border: 1px solid #074903; }

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

This div border color is #074903.

Opacity

.myOpacity80 { color: #074903; opacity: 0.8; }

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

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

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

This text has shadow with #074903 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #074903.

Preview

Color preview on black background

This text has color #074903 on black background.


Color preview on white background

This text has color #074903 on white background.


Black color preview on #074903 background

This text has black color on #074903 background.


White color preview on #074903 background

This text has white color on #074903 background.


Related colors

Complementary color

Complementary color for #hex is #F8B6FC.


I love getcolorcode.com

Triadic colors

1 #030749 and #490307 with #074903 are triadic colors.

2 #034907 and #490703 with #074903 are triadic colors.