COLOR #074145

HEX: #074145
RGB: (7,65,69)

Color info

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

RGB color model

#074145 color RGB value is (7,65,69).

  • red value is 7;
  • green value is 65;
  • blue value is 69.
RGB:
(7,65,69)
(3%,25%,27%)

RGB channels and saturation

R 7 of 255 = 3%
G 65 of 255 = 25%
B 69 of 255 = 27%

7
65
69

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

Portions of RGB colors in percentages

R + G + B =
7 + 65 + 69 = 141 (100%)
R 7 of 141 ~ 4.96%
G 65 of 141 ~ 46.1%
B 69 of 141 ~ 48.94%

%46.1
%48.94

CMYK color model

#074145 color CMYK value is (90,6,0,73).

  • cyan value is 89.86%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(90,6,0,73)
C90M6Y0K73 
(90%,6%,0%,73%)
(0.90/0.06/0.00/0.73)	

CMYK percentages

%89.86
%5.8
%0
%72.94

Codes

Color #074145 in popluar color models

074145
RGB76569
HSL184°81.58%14.90%
HSB/HSV184°89.86%27.06%
CMYK89.86%5.80%0.00%
72.94%

Color #074145 in popluar number systems.

HEX074145
Decimal76569
Binary11110000011000101
Octal7101105

Shades and tints

Shades of #074145

#074145
(7,65,69)
#073C3F
(7,60,63)
#073739
(7,55,57)
#073233
(7,50,51)
#072D2D
(7,45,45)
#072827
(7,40,39)
#072321
(7,35,33)
#071E1B
(7,30,27)
#071915
(7,25,21)
#07140F
(7,20,15)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #074145

#074145
(7,65,69)
#1D5255
(29,82,85)
#336365
(51,99,101)
#497475
(73,116,117)
#5F8585
(95,133,133)
#759695
(117,150,149)
#8BA7A5
(139,167,165)
#A1B8B5
(161,184,181)
#B7C9C5
(183,201,197)
#CDDAD5
(205,218,213)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074145 color. Also use rgb(7,65,69) instead hex code.

Text Font Color

.myTextColor { color: #074145; }

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

This text font color is #074145.


Background Color

.myBgColor { background-color: #074145; }

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

This div background color is #074145.


Border color

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

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

This div border color is #074145.


Opacity

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

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

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

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

This text has shadow with #074145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074145 on black background.


Color preview on white background

This text has color #074145 on white background.



Black color preview on #074145 background

This text has black color on #074145 background.


White color preview on #074145 background

This text has white color on #074145 background.