COLOR #074034

HEX: #074034
RGB: (7,64,52)

Color info

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

RGB color model

#074034 color RGB value is (7,64,52).

  • red value is 7;
  • green value is 64;
  • blue value is 52.
RGB:
(7,64,52)
(3%,25%,20%)

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 52 of 255 = 20%

7
64
52

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

Portions of RGB colors in percentages

R + G + B =
7 + 64 + 52 = 123 (100%)
R 7 of 123 ~ 5.69%
G 64 of 123 ~ 52.03%
B 52 of 123 ~ 42.28%

%52.03
%42.28

CMYK color model

#074034 color CMYK value is (89,0,19,75).

  • cyan value is 89.06%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 74.90%
CMYK:
(89,0,19,75)
C89M0Y19K75 
(89%,0%,19%,75%)
(0.89/0.00/0.19/0.75)	

CMYK percentages

%89.06
%0
%18.75
%74.9

Codes

Color #074034 in popluar color models

074034
RGB76452
HSL167°80.28%13.92%
HSB/HSV167°89.06%25.10%
CMYK89.06%0.00%18.75%
74.90%

Color #074034 in popluar number systems.

HEX074034
Decimal76452
Binary1111000000110100
Octal710064

Shades and tints

Shades of #074034

#074034
(7,64,52)
#073B30
(7,59,48)
#07362C
(7,54,44)
#073128
(7,49,40)
#072C24
(7,44,36)
#072720
(7,39,32)
#07221C
(7,34,28)
#071D18
(7,29,24)
#071814
(7,24,20)
#071310
(7,19,16)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #074034

#074034
(7,64,52)
#1D5146
(29,81,70)
#336258
(51,98,88)
#49736A
(73,115,106)
#5F847C
(95,132,124)
#75958E
(117,149,142)
#8BA6A0
(139,166,160)
#A1B7B2
(161,183,178)
#B7C8C4
(183,200,196)
#CDD9D6
(205,217,214)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074034 color. Also use rgb(7,64,52) instead hex code.

Text Font Color

.myTextColor { color: #074034; }

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

This text font color is #074034.


Background Color

.myBgColor { background-color: #074034; }

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

This div background color is #074034.


Border color

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

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

This div border color is #074034.


Opacity

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

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

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

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

This text has shadow with #074034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074034 on black background.


Color preview on white background

This text has color #074034 on white background.



Black color preview on #074034 background

This text has black color on #074034 background.


White color preview on #074034 background

This text has white color on #074034 background.