COLOR #073C28

HEX: #073C28 RGB: (7,60,40)

Color info

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

RGB color model

#073C28 color RGB value is (7,60,40).

RGB: (7,60,40) (3%, 24%, 16%)

RGB channels and saturation

R 7 of 255 = 3%
G 60 of 255 = 24%
B 40 of 255 = 16%

7
60
40

R + G + B ~ 14%. #073C28 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 60 + 40 = 107 (100%)
R 7 of 107 ~ 6.54%
G 60 of 107 ~ 56.07%
B 40 of 107 ~ 37.38'%

%56.07
%37.38

CMYK color model

#073C28 color CMYK value is (88,0,33,76).

  • cyan value is 88.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 76.47%
CMYK: (88,0,33,76) C88M0Y33K76 (88%,0%,33%,76%) (0.88/0.00/0.33/0.76) 

CMYK percentages

%88.33
%0
%33.33
%76.47

Codes

Color #073C28 in popluar color models

07 3C 28
RGB 7 60 40
HSL 157° 79.10% 13.14%
HSB/HSV 157° 88.33% 23.53%
CMYK 88.33% 0.00% 33.33%
76.47%

Color #073C28 in popluar number systems.

HEX 07 3C 28
Decimal 7 60 40
Binary 111 111100 101000
Octal 7 74 50

Shades and tints

Shades of #073C28

#073C28
(7,60,40)
#073725
(7,55,37)
#073222
(7,50,34)
#072D1F
(7,45,31)
#07281C
(7,40,28)
#072319
(7,35,25)
#071E16
(7,30,22)
#071913
(7,25,19)
#071410
(7,20,16)
#070F0D
(7,15,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #073C28

#073C28
(7,60,40)
#1D4D3B
(29,77,59)
#335E4E
(51,94,78)
#496F61
(73,111,97)
#5F8074
(95,128,116)
#759187
(117,145,135)
#8BA29A
(139,162,154)
#A1B3AD
(161,179,173)
#B7C4C0
(183,196,192)
#CDD5D3
(205,213,211)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073C28 color. Also use rgb(7,60,40) instead hex code.

Text Font Color

.myTextColor { color: #073C28; }

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

This text font color is #073C28.

Background Color

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

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

This div background color is #073C28.

Border color

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

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

This div border color is #073C28.

Opacity

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

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

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

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

This text has shadow with #073C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073C28.

Preview

Color preview on black background

This text has color #073C28 on black background.


Color preview on white background

This text has color #073C28 on white background.


Black color preview on #073C28 background

This text has black color on #073C28 background.


White color preview on #073C28 background

This text has white color on #073C28 background.


Related colors

Complementary color

Complementary color for #hex is #F8C3D7.


I love getcolorcode.com

Triadic colors

1 #28073C and #3C2807 with #073C28 are triadic colors.

2 #283C07 and #3C0728 with #073C28 are triadic colors.