COLOR #074738

HEX: #074738
RGB: (7,71,56)

Color info

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

RGB color model

#074738 color RGB value is (7,71,56).

  • red value is 7;
  • green value is 71;
  • blue value is 56.
RGB:
(7,71,56)
(3%,28%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 71 of 255 = 28%
B 56 of 255 = 22%

7
71
56

R + G + B ~ 18%. #074738 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 71 + 56 = 134 (100%)
R 7 of 134 ~ 5.22%
G 71 of 134 ~ 52.99%
B 56 of 134 ~ 41.79%

%52.99
%41.79

CMYK color model

#074738 color CMYK value is (90,0,21,72).

  • cyan value is 90.14%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(90,0,21,72)
C90M0Y21K72 
(90%,0%,21%,72%)
(0.90/0.00/0.21/0.72)	

CMYK percentages

%90.14
%0
%21.13
%72.16

Codes

Color #074738 in popluar color models

074738
RGB77156
HSL166°82.05%15.29%
HSB/HSV166°90.14%27.84%
CMYK90.14%0.00%21.13%
72.16%

Color #074738 in popluar number systems.

HEX074738
Decimal77156
Binary1111000111111000
Octal710770

Shades and tints

Shades of #074738

#074738
(7,71,56)
#074133
(7,65,51)
#073B2E
(7,59,46)
#073529
(7,53,41)
#072F24
(7,47,36)
#07291F
(7,41,31)
#07231A
(7,35,26)
#071D15
(7,29,21)
#071710
(7,23,16)
#07110B
(7,17,11)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #074738

#074738
(7,71,56)
#1D574A
(29,87,74)
#33675C
(51,103,92)
#49776E
(73,119,110)
#5F8780
(95,135,128)
#759792
(117,151,146)
#8BA7A4
(139,167,164)
#A1B7B6
(161,183,182)
#B7C7C8
(183,199,200)
#CDD7DA
(205,215,218)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074738 color. Also use rgb(7,71,56) instead hex code.

Text Font Color

.myTextColor { color: #074738; }

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

This text font color is #074738.


Background Color

.myBgColor { background-color: #074738; }

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

This div background color is #074738.


Border color

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

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

This div border color is #074738.


Opacity

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

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

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

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

This text has shadow with #074738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074738 on black background.


Color preview on white background

This text has color #074738 on white background.



Black color preview on #074738 background

This text has black color on #074738 background.


White color preview on #074738 background

This text has white color on #074738 background.