COLOR #074824

HEX: #074824
RGB: (7,72,36)

Color info

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

RGB color model

#074824 color RGB value is (7,72,36).

  • red value is 7;
  • green value is 72;
  • blue value is 36.
RGB:
(7,72,36)
(3%,28%,14%)

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 36 of 255 = 14%

7
72
36

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

Portions of RGB colors in percentages

R + G + B =
7 + 72 + 36 = 115 (100%)
R 7 of 115 ~ 6.09%
G 72 of 115 ~ 62.61%
B 36 of 115 ~ 31.3%

%62.61
%31.3

CMYK color model

#074824 color CMYK value is (90,0,50,72).

  • cyan value is 90.28%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK:
(90,0,50,72)
C90M0Y50K72 
(90%,0%,50%,72%)
(0.90/0.00/0.50/0.72)	

CMYK percentages

%90.28
%0
%50
%71.76

Codes

Color #074824 in popluar color models

074824
RGB77236
HSL147°82.28%15.49%
HSB/HSV147°90.28%28.24%
CMYK90.28%0.00%50.00%
71.76%

Color #074824 in popluar number systems.

HEX074824
Decimal77236
Binary1111001000100100
Octal711044

Shades and tints

Shades of #074824

#074824
(7,72,36)
#074221
(7,66,33)
#073C1E
(7,60,30)
#07361B
(7,54,27)
#073018
(7,48,24)
#072A15
(7,42,21)
#072412
(7,36,18)
#071E0F
(7,30,15)
#07180C
(7,24,12)
#071209
(7,18,9)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #074824

#074824
(7,72,36)
#1D5837
(29,88,55)
#33684A
(51,104,74)
#49785D
(73,120,93)
#5F8870
(95,136,112)
#759883
(117,152,131)
#8BA896
(139,168,150)
#A1B8A9
(161,184,169)
#B7C8BC
(183,200,188)
#CDD8CF
(205,216,207)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074824 color. Also use rgb(7,72,36) instead hex code.

Text Font Color

.myTextColor { color: #074824; }

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

This text font color is #074824.


Background Color

.myBgColor { background-color: #074824; }

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

This div background color is #074824.


Border color

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

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

This div border color is #074824.


Opacity

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

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

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

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

This text has shadow with #074824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074824 on black background.


Color preview on white background

This text has color #074824 on white background.



Black color preview on #074824 background

This text has black color on #074824 background.


White color preview on #074824 background

This text has white color on #074824 background.