COLOR #074423

HEX: #074423
RGB: (7,68,35)

Color info

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

RGB color model

#074423 color RGB value is (7,68,35).

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

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 35 of 255 = 14%

7
68
35

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

Portions of RGB colors in percentages

R + G + B =
7 + 68 + 35 = 110 (100%)
R 7 of 110 ~ 6.36%
G 68 of 110 ~ 61.82%
B 35 of 110 ~ 31.82%

%61.82
%31.82

CMYK color model

#074423 color CMYK value is (90,0,49,73).

  • cyan value is 89.71%
  • magenta value is 0.00%
  • yellow value is 48.53%
  • key color value is 73.33%
CMYK:
(90,0,49,73)
C90M0Y49K73 
(90%,0%,49%,73%)
(0.90/0.00/0.49/0.73)	

CMYK percentages

%89.71
%0
%48.53
%73.33

Codes

Color #074423 in popluar color models

074423
RGB76835
HSL148°81.33%14.71%
HSB/HSV148°89.71%26.67%
CMYK89.71%0.00%48.53%
73.33%

Color #074423 in popluar number systems.

HEX074423
Decimal76835
Binary1111000100100011
Octal710443

Shades and tints

Shades of #074423

#074423
(7,68,35)
#073E20
(7,62,32)
#07381D
(7,56,29)
#07321A
(7,50,26)
#072C17
(7,44,23)
#072614
(7,38,20)
#072011
(7,32,17)
#071A0E
(7,26,14)
#07140B
(7,20,11)
#070E08
(7,14,8)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #074423

#074423
(7,68,35)
#1D5537
(29,85,55)
#33664B
(51,102,75)
#49775F
(73,119,95)
#5F8873
(95,136,115)
#759987
(117,153,135)
#8BAA9B
(139,170,155)
#A1BBAF
(161,187,175)
#B7CCC3
(183,204,195)
#CDDDD7
(205,221,215)
#E3EEEB
(227,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074423; }

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

This text font color is #074423.


Background Color

.myBgColor { background-color: #074423; }

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

This div background color is #074423.


Border color

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

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

This div border color is #074423.


Opacity

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

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

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

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

This text has shadow with #074423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074423 on black background.


Color preview on white background

This text has color #074423 on white background.



Black color preview on #074423 background

This text has black color on #074423 background.


White color preview on #074423 background

This text has white color on #074423 background.