COLOR #074A33

HEX: #074A33
RGB: (7,74,51)

Color info

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

RGB color model

#074A33 color RGB value is (7,74,51).

  • red value is 7;
  • green value is 74;
  • blue value is 51.
RGB:
(7,74,51)
(3%,29%,20%)

RGB channels and saturation

R 7 of 255 = 3%
G 74 of 255 = 29%
B 51 of 255 = 20%

7
74
51

R + G + B ~ 17%. #074A33 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 74 + 51 = 132 (100%)
R 7 of 132 ~ 5.3%
G 74 of 132 ~ 56.06%
B 51 of 132 ~ 38.64%

%56.06
%38.64

CMYK color model

#074A33 color CMYK value is (91,0,31,71).

  • cyan value is 90.54%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 70.98%
CMYK:
(91,0,31,71)
C91M0Y31K71 
(91%,0%,31%,71%)
(0.91/0.00/0.31/0.71)	

CMYK percentages

%90.54
%0
%31.08
%70.98

Codes

Color #074A33 in popluar color models

074A33
RGB77451
HSL159°82.72%15.88%
HSB/HSV159°90.54%29.02%
CMYK90.54%0.00%31.08%
70.98%

Color #074A33 in popluar number systems.

HEX074A33
Decimal77451
Binary1111001010110011
Octal711263

Shades and tints

Shades of #074A33

#074A33
(7,74,51)
#07442F
(7,68,47)
#073E2B
(7,62,43)
#073827
(7,56,39)
#073223
(7,50,35)
#072C1F
(7,44,31)
#07261B
(7,38,27)
#072017
(7,32,23)
#071A13
(7,26,19)
#07140F
(7,20,15)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #074A33

#074A33
(7,74,51)
#1D5A45
(29,90,69)
#336A57
(51,106,87)
#497A69
(73,122,105)
#5F8A7B
(95,138,123)
#759A8D
(117,154,141)
#8BAA9F
(139,170,159)
#A1BAB1
(161,186,177)
#B7CAC3
(183,202,195)
#CDDAD5
(205,218,213)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074A33 color. Also use rgb(7,74,51) instead hex code.

Text Font Color

.myTextColor { color: #074A33; }

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

This text font color is #074A33.


Background Color

.myBgColor { background-color: #074A33; }

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

This div background color is #074A33.


Border color

.myBorderColor { border: 1px solid #074A33; }

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

This div border color is #074A33.


Opacity

.myOpacity80 { color: #074A33; opacity: 0.8; }

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

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

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

This text has shadow with #074A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074A33 on black background.


Color preview on white background

This text has color #074A33 on white background.



Black color preview on #074A33 background

This text has black color on #074A33 background.


White color preview on #074A33 background

This text has white color on #074A33 background.