COLOR #074523

HEX: #074523
RGB: (7,69,35)

Color info

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

RGB color model

#074523 color RGB value is (7,69,35).

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

RGB channels and saturation

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

7
69
35

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

Portions of RGB colors in percentages

R + G + B =
7 + 69 + 35 = 111 (100%)
R 7 of 111 ~ 6.31%
G 69 of 111 ~ 62.16%
B 35 of 111 ~ 31.53%

%62.16
%31.53

CMYK color model

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

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

CMYK percentages

%89.86
%0
%49.28
%72.94

Codes

Color #074523 in popluar color models

074523
RGB76935
HSL147°81.58%14.90%
HSB/HSV147°89.86%27.06%
CMYK89.86%0.00%49.28%
72.94%

Color #074523 in popluar number systems.

HEX074523
Decimal76935
Binary1111000101100011
Octal710543

Shades and tints

Shades of #074523

#074523
(7,69,35)
#073F20
(7,63,32)
#07391D
(7,57,29)
#07331A
(7,51,26)
#072D17
(7,45,23)
#072714
(7,39,20)
#072111
(7,33,17)
#071B0E
(7,27,14)
#07150B
(7,21,11)
#070F08
(7,15,8)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #074523

#074523
(7,69,35)
#1D5537
(29,85,55)
#33654B
(51,101,75)
#49755F
(73,117,95)
#5F8573
(95,133,115)
#759587
(117,149,135)
#8BA59B
(139,165,155)
#A1B5AF
(161,181,175)
#B7C5C3
(183,197,195)
#CDD5D7
(205,213,215)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074523; }

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

This text font color is #074523.


Background Color

.myBgColor { background-color: #074523; }

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

This div background color is #074523.


Border color

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

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

This div border color is #074523.


Opacity

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

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

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

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

This text has shadow with #074523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074523 on black background.


Color preview on white background

This text has color #074523 on white background.



Black color preview on #074523 background

This text has black color on #074523 background.


White color preview on #074523 background

This text has white color on #074523 background.