COLOR #074D1B

HEX: #074D1B
RGB: (7,77,27)

Color info

#074D1B contains mainly green and blue colors. Web safe color of #074D1B is #003333 (or #033).

RGB color model

#074D1B color RGB value is (7,77,27).

  • red value is 7;
  • green value is 77;
  • blue value is 27.
RGB:
(7,77,27)
(3%,30%,11%)

RGB channels and saturation

R 7 of 255 = 3%
G 77 of 255 = 30%
B 27 of 255 = 11%

7
77
27

R + G + B ~ 15%. #074D1B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 77 + 27 = 111 (100%)
R 7 of 111 ~ 6.31%
G 77 of 111 ~ 69.37%
B 27 of 111 ~ 24.32%

%69.37
%24.32

CMYK color model

#074D1B color CMYK value is (91,0,65,70).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 64.94%
  • key color value is 69.80%
CMYK:
(91,0,65,70)
C91M0Y65K70 
(91%,0%,65%,70%)
(0.91/0.00/0.65/0.70)	

CMYK percentages

%90.91
%0
%64.94
%69.8

Codes

Color #074D1B in popluar color models

074D1B
RGB77727
HSL137°83.33%16.47%
HSB/HSV137°90.91%30.20%
CMYK90.91%0.00%64.94%
69.80%

Color #074D1B in popluar number systems.

HEX074D1B
Decimal77727
Binary111100110111011
Octal711533

Shades and tints

Shades of #074D1B

#074D1B
(7,77,27)
#074619
(7,70,25)
#073F17
(7,63,23)
#073815
(7,56,21)
#073113
(7,49,19)
#072A11
(7,42,17)
#07230F
(7,35,15)
#071C0D
(7,28,13)
#07150B
(7,21,11)
#070E09
(7,14,9)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #074D1B

#074D1B
(7,77,27)
#1D5D2F
(29,93,47)
#336D43
(51,109,67)
#497D57
(73,125,87)
#5F8D6B
(95,141,107)
#759D7F
(117,157,127)
#8BAD93
(139,173,147)
#A1BDA7
(161,189,167)
#B7CDBB
(183,205,187)
#CDDDCF
(205,221,207)
#E3EDE3
(227,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074D1B color. Also use rgb(7,77,27) instead hex code.

Text Font Color

.myTextColor { color: #074D1B; }

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

This text font color is #074D1B.


Background Color

.myBgColor { background-color: #074D1B; }

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

This div background color is #074D1B.


Border color

.myBorderColor { border: 1px solid #074D1B; }

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

This div border color is #074D1B.


Opacity

.myOpacity80 { color: #074D1B; opacity: 0.8; }

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

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

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

This text has shadow with #074D1B color.

.textShadow {text-shadow: 3px 3px 1px #074D1B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074D1B on black background.


Color preview on white background

This text has color #074D1B on white background.



Black color preview on #074D1B background

This text has black color on #074D1B background.


White color preview on #074D1B background

This text has white color on #074D1B background.