COLOR #074B3E

HEX: #074B3E
RGB: (7,75,62)

Color info

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

RGB color model

#074B3E color RGB value is (7,75,62).

  • red value is 7;
  • green value is 75;
  • blue value is 62.
RGB:
(7,75,62)
(3%,29%,24%)

RGB channels and saturation

R 7 of 255 = 3%
G 75 of 255 = 29%
B 62 of 255 = 24%

7
75
62

R + G + B ~ 19%. #074B3E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 75 + 62 = 144 (100%)
R 7 of 144 ~ 4.86%
G 75 of 144 ~ 52.08%
B 62 of 144 ~ 43.06%

%52.08
%43.06

CMYK color model

#074B3E color CMYK value is (91,0,17,71).

  • cyan value is 90.67%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 70.59%
CMYK:
(91,0,17,71)
C91M0Y17K71 
(91%,0%,17%,71%)
(0.91/0.00/0.17/0.71)	

CMYK percentages

%90.67
%0
%17.33
%70.59

Codes

Color #074B3E in popluar color models

074B3E
RGB77562
HSL169°82.93%16.08%
HSB/HSV169°90.67%29.41%
CMYK90.67%0.00%17.33%
70.59%

Color #074B3E in popluar number systems.

HEX074B3E
Decimal77562
Binary1111001011111110
Octal711376

Shades and tints

Shades of #074B3E

#074B3E
(7,75,62)
#074539
(7,69,57)
#073F34
(7,63,52)
#07392F
(7,57,47)
#07332A
(7,51,42)
#072D25
(7,45,37)
#072720
(7,39,32)
#07211B
(7,33,27)
#071B16
(7,27,22)
#071511
(7,21,17)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #074B3E

#074B3E
(7,75,62)
#1D5B4F
(29,91,79)
#336B60
(51,107,96)
#497B71
(73,123,113)
#5F8B82
(95,139,130)
#759B93
(117,155,147)
#8BABA4
(139,171,164)
#A1BBB5
(161,187,181)
#B7CBC6
(183,203,198)
#CDDBD7
(205,219,215)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074B3E color. Also use rgb(7,75,62) instead hex code.

Text Font Color

.myTextColor { color: #074B3E; }

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

This text font color is #074B3E.


Background Color

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

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

This div background color is #074B3E.


Border color

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

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

This div border color is #074B3E.


Opacity

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

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

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

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

This text has shadow with #074B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074B3E on black background.


Color preview on white background

This text has color #074B3E on white background.



Black color preview on #074B3E background

This text has black color on #074B3E background.


White color preview on #074B3E background

This text has white color on #074B3E background.