COLOR #073D0E

HEX: #073D0E RGB: (7,61,14)

Color info

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

RGB color model

#073D0E color RGB value is (7,61,14).

RGB: (7,61,14) (3%, 24%, 5%)

RGB channels and saturation

R 7 of 255 = 3%
G 61 of 255 = 24%
B 14 of 255 = 5%

7
61
14

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

Portions of RGB colors in percentages

R + G + B = 7 + 61 + 14 = 82 (100%)
R 7 of 82 ~ 8.54%
G 61 of 82 ~ 74.39%
B 14 of 82 ~ 17.07'%

%74.39
%17.07

CMYK color model

#073D0E color CMYK value is (89,0,77,76).

  • cyan value is 88.52%
  • magenta value is 0.00%
  • yellow value is 77.05%
  • key color value is 76.08%

CMYK: (89,0,77,76)
C89M0Y77K76 (89%, 0%, 77%, 76%)
(0.89 / 0.00 / 0.77 / 0.76)

CMYK percentages

%88.52
%0
%77.05
%76.08

Codes

Color #073D0E in popluar color models

07 3D 0E
RGB 7 61 14
HSL 128° 79.41% 13.33%
HSB/HSV 128° 88.52% 23.92%
CMYK 88.52% 0.00% 77.05%
76.08%

Color #073D0E in popluar number systems.

HEX 07 3D 0E
Decimal 7 61 14
Binary 111 111101 1110
Octal 7 75 16

Shades and tints

Shades of #073D0E

#073D0E
(7,61,14)
#07380D
(7,56,13)
#07330C
(7,51,12)
#072E0B
(7,46,11)
#07290A
(7,41,10)
#072409
(7,36,9)
#071F08
(7,31,8)
#071A07
(7,26,7)
#071506
(7,21,6)
#071005
(7,16,5)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #073D0E

#073D0E
(7,61,14)
#1D4E23
(29,78,35)
#335F38
(51,95,56)
#49704D
(73,112,77)
#5F8162
(95,129,98)
#759277
(117,146,119)
#8BA38C
(139,163,140)
#A1B4A1
(161,180,161)
#B7C5B6
(183,197,182)
#CDD6CB
(205,214,203)
#E3E7E0
(227,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073D0E color. Also use rgb(7,61,14) instead hex code.

Text Font Color

.myTextColor { color: #073D0E; }

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

This text font color is #073D0E.

Background Color

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

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

This div background color is #073D0E.

Border color

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

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

This div border color is #073D0E.

Opacity

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

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

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

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

This text has shadow with #073D0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073D0E.

Preview

Color preview on black background

This text has color #073D0E on black background.


Color preview on white background

This text has color #073D0E on white background.


Black color preview on #073D0E background

This text has black color on #073D0E background.


White color preview on #073D0E background

This text has white color on #073D0E background.


Related colors

Complementary color

Complementary color for #hex is #F8C2F1.


I love getcolorcode.com

Triadic colors

1 #0E073D and #3D0E07 with #073D0E are triadic colors.

2 #0E3D07 and #3D070E with #073D0E are triadic colors.