COLOR #073A23

HEX: #073A23
RGB: (7,58,35)

Color info

#073A23 contains red, green and blue colors in about the same proportion. Web safe color of #073A23 is #003333 (or #033).

RGB color model

#073A23 color RGB value is (7,58,35).

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

RGB channels and saturation

R 7 of 255 = 3%
G 58 of 255 = 23%
B 35 of 255 = 14%

7
58
35

R + G + B ~ 13%. #073A23 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 58 + 35 = 100 (100%)
R 7 of 100 ~ 7%
G 58 of 100 ~ 58%
B 35 of 100 ~ 35%

%58
%35

CMYK color model

#073A23 color CMYK value is (88,0,40,77).

  • cyan value is 87.93%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 77.25%
CMYK:
(88,0,40,77)
C88M0Y40K77 
(88%,0%,40%,77%)
(0.88/0.00/0.40/0.77)	

CMYK percentages

%87.93
%0
%39.66
%77.25

Codes

Color #073A23 in popluar color models

073A23
RGB75835
HSL153°78.46%12.75%
HSB/HSV153°87.93%22.75%
CMYK87.93%0.00%39.66%
77.25%

Color #073A23 in popluar number systems.

HEX073A23
Decimal75835
Binary111111010100011
Octal77243

Shades and tints

Shades of #073A23

#073A23
(7,58,35)
#073520
(7,53,32)
#07301D
(7,48,29)
#072B1A
(7,43,26)
#072617
(7,38,23)
#072114
(7,33,20)
#071C11
(7,28,17)
#07170E
(7,23,14)
#07120B
(7,18,11)
#070D08
(7,13,8)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #073A23

#073A23
(7,58,35)
#1D4B37
(29,75,55)
#335C4B
(51,92,75)
#496D5F
(73,109,95)
#5F7E73
(95,126,115)
#758F87
(117,143,135)
#8BA09B
(139,160,155)
#A1B1AF
(161,177,175)
#B7C2C3
(183,194,195)
#CDD3D7
(205,211,215)
#E3E4EB
(227,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073A23; }

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

This text font color is #073A23.


Background Color

.myBgColor { background-color: #073A23; }

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

This div background color is #073A23.


Border color

.myBorderColor { border: 1px solid #073A23; }

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

This div border color is #073A23.


Opacity

.myOpacity80 { color: #073A23; opacity: 0.8; }

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

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

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

This text has shadow with #073A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073A23 on black background.


Color preview on white background

This text has color #073A23 on white background.



Black color preview on #073A23 background

This text has black color on #073A23 background.


White color preview on #073A23 background

This text has white color on #073A23 background.