COLOR #074331

HEX: #074331 RGB: (7,67,49)

Color info

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

RGB color model

#074331 color RGB value is (7,67,49).

RGB: (7,67,49) (3%, 26%, 19%)

RGB channels and saturation

R 7 of 255 = 3%
G 67 of 255 = 26%
B 49 of 255 = 19%

7
67
49

R + G + B ~ 16%. #074331 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 67 + 49 = 123 (100%)
R 7 of 123 ~ 5.69%
G 67 of 123 ~ 54.47%
B 49 of 123 ~ 39.84'%

%54.47
%39.84

CMYK color model

#074331 color CMYK value is (90,0,27,74).

  • cyan value is 89.55%
  • magenta value is 0.00%
  • yellow value is 26.87%
  • key color value is 73.73%

CMYK: (90,0,27,74)
C90M0Y27K74 (90%, 0%, 27%, 74%)
(0.90 / 0.00 / 0.27 / 0.74)

CMYK percentages

%89.55
%0
%26.87
%73.73

Codes

Color #074331 in popluar color models

07 43 31
RGB 7 67 49
HSL 162° 81.08% 14.51%
HSB/HSV 162° 89.55% 26.27%
CMYK 89.55% 0.00% 26.87%
73.73%

Color #074331 in popluar number systems.

HEX 07 43 31
Decimal 7 67 49
Binary 111 1000011 110001
Octal 7 103 61

Shades and tints

Shades of #074331

#074331
(7,67,49)
#073D2D
(7,61,45)
#073729
(7,55,41)
#073125
(7,49,37)
#072B21
(7,43,33)
#07251D
(7,37,29)
#071F19
(7,31,25)
#071915
(7,25,21)
#071311
(7,19,17)
#070D0D
(7,13,13)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #074331

#074331
(7,67,49)
#1D5443
(29,84,67)
#336555
(51,101,85)
#497667
(73,118,103)
#5F8779
(95,135,121)
#75988B
(117,152,139)
#8BA99D
(139,169,157)
#A1BAAF
(161,186,175)
#B7CBC1
(183,203,193)
#CDDCD3
(205,220,211)
#E3EDE5
(227,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074331 color. Also use rgb(7,67,49) instead hex code.

Text Font Color

.myTextColor { color: #074331; }

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

This text font color is #074331.

Background Color

.myBgColor { background-color: #074331; }

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

This div background color is #074331.

Border color

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

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

This div border color is #074331.

Opacity

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

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

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

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

This text has shadow with #074331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #074331.

Preview

Color preview on black background

This text has color #074331 on black background.


Color preview on white background

This text has color #074331 on white background.


Black color preview on #074331 background

This text has black color on #074331 background.


White color preview on #074331 background

This text has white color on #074331 background.


Related colors

Complementary color

Complementary color for #hex is #F8BCCE.


I love getcolorcode.com

Triadic colors

1 #310743 and #433107 with #074331 are triadic colors.

2 #314307 and #430731 with #074331 are triadic colors.