COLOR #074923

HEX: #074923
RGB: (7,73,35)

Color info

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

RGB color model

#074923 color RGB value is (7,73,35).

  • red value is 7;
  • green value is 73;
  • blue value is 35.
RGB:
(7,73,35)
(3%,29%,14%)

RGB channels and saturation

R 7 of 255 = 3%
G 73 of 255 = 29%
B 35 of 255 = 14%

7
73
35

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

Portions of RGB colors in percentages

R + G + B =
7 + 73 + 35 = 115 (100%)
R 7 of 115 ~ 6.09%
G 73 of 115 ~ 63.48%
B 35 of 115 ~ 30.43%

%63.48
%30.43

CMYK color model

#074923 color CMYK value is (90,0,52,71).

  • cyan value is 90.41%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 71.37%
CMYK:
(90,0,52,71)
C90M0Y52K71 
(90%,0%,52%,71%)
(0.90/0.00/0.52/0.71)	

CMYK percentages

%90.41
%0
%52.05
%71.37

Codes

Color #074923 in popluar color models

074923
RGB77335
HSL145°82.50%15.69%
HSB/HSV145°90.41%28.63%
CMYK90.41%0.00%52.05%
71.37%

Color #074923 in popluar number systems.

HEX074923
Decimal77335
Binary1111001001100011
Octal711143

Shades and tints

Shades of #074923

#074923
(7,73,35)
#074320
(7,67,32)
#073D1D
(7,61,29)
#07371A
(7,55,26)
#073117
(7,49,23)
#072B14
(7,43,20)
#072511
(7,37,17)
#071F0E
(7,31,14)
#07190B
(7,25,11)
#071308
(7,19,8)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #074923

#074923
(7,73,35)
#1D5937
(29,89,55)
#33694B
(51,105,75)
#49795F
(73,121,95)
#5F8973
(95,137,115)
#759987
(117,153,135)
#8BA99B
(139,169,155)
#A1B9AF
(161,185,175)
#B7C9C3
(183,201,195)
#CDD9D7
(205,217,215)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074923; }

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

This text font color is #074923.


Background Color

.myBgColor { background-color: #074923; }

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

This div background color is #074923.


Border color

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

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

This div border color is #074923.


Opacity

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

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

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

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

This text has shadow with #074923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074923 on black background.


Color preview on white background

This text has color #074923 on white background.



Black color preview on #074923 background

This text has black color on #074923 background.


White color preview on #074923 background

This text has white color on #074923 background.