COLOR #073D1A

HEX: #073D1A
RGB: (7,61,26)

Color info

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

RGB color model

#073D1A color RGB value is (7,61,26).

  • red value is 7;
  • green value is 61;
  • blue value is 26.
RGB:
(7,61,26)
(3%,24%,10%)

RGB channels and saturation

R 7 of 255 = 3%
G 61 of 255 = 24%
B 26 of 255 = 10%

7
61
26

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

Portions of RGB colors in percentages

R + G + B =
7 + 61 + 26 = 94 (100%)
R 7 of 94 ~ 7.45%
G 61 of 94 ~ 64.89%
B 26 of 94 ~ 27.66%

%64.89
%27.66

CMYK color model

#073D1A color CMYK value is (89,0,57,76).

  • cyan value is 88.52%
  • magenta value is 0.00%
  • yellow value is 57.38%
  • key color value is 76.08%
CMYK:
(89,0,57,76)
C89M0Y57K76 
(89%,0%,57%,76%)
(0.89/0.00/0.57/0.76)	

CMYK percentages

%88.52
%0
%57.38
%76.08

Codes

Color #073D1A in popluar color models

073D1A
RGB76126
HSL141°79.41%13.33%
HSB/HSV141°88.52%23.92%
CMYK88.52%0.00%57.38%
76.08%

Color #073D1A in popluar number systems.

HEX073D1A
Decimal76126
Binary11111110111010
Octal77532

Shades and tints

Shades of #073D1A

#073D1A
(7,61,26)
#073818
(7,56,24)
#073316
(7,51,22)
#072E14
(7,46,20)
#072912
(7,41,18)
#072410
(7,36,16)
#071F0E
(7,31,14)
#071A0C
(7,26,12)
#07150A
(7,21,10)
#071008
(7,16,8)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #073D1A

#073D1A
(7,61,26)
#1D4E2E
(29,78,46)
#335F42
(51,95,66)
#497056
(73,112,86)
#5F816A
(95,129,106)
#75927E
(117,146,126)
#8BA392
(139,163,146)
#A1B4A6
(161,180,166)
#B7C5BA
(183,197,186)
#CDD6CE
(205,214,206)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073D1A; }

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

This text font color is #073D1A.


Background Color

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

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

This div background color is #073D1A.


Border color

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

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

This div border color is #073D1A.


Opacity

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

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

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

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

This text has shadow with #073D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073D1A on black background.


Color preview on white background

This text has color #073D1A on white background.



Black color preview on #073D1A background

This text has black color on #073D1A background.


White color preview on #073D1A background

This text has white color on #073D1A background.