COLOR #074B5C

HEX: #074B5C
RGB: (7,75,92)

Color info

#074B5C contains mainly green and blue colors. Web safe color of #074B5C is #003366 (or #036).

RGB color model

#074B5C color RGB value is (7,75,92).

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

RGB channels and saturation

R 7 of 255 = 3%
G 75 of 255 = 29%
B 92 of 255 = 36%

7
75
92

R + G + B ~ 23%. #074B5C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 75 + 92 = 174 (100%)
R 7 of 174 ~ 4.02%
G 75 of 174 ~ 43.1%
B 92 of 174 ~ 52.87%

%43.1
%52.87

CMYK color model

#074B5C color CMYK value is (92,18,0,64).

  • cyan value is 92.39%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(92,18,0,64)
C92M18Y0K64 
(92%,18%,0%,64%)
(0.92/0.18/0.00/0.64)	

CMYK percentages

%92.39
%18.48
%0
%63.92

Codes

Color #074B5C in popluar color models

074B5C
RGB77592
HSL192°85.86%19.41%
HSB/HSV192°92.39%36.08%
CMYK92.39%18.48%0.00%
63.92%

Color #074B5C in popluar number systems.

HEX074B5C
Decimal77592
Binary11110010111011100
Octal7113134

Shades and tints

Shades of #074B5C

#074B5C
(7,75,92)
#074554
(7,69,84)
#073F4C
(7,63,76)
#073944
(7,57,68)
#07333C
(7,51,60)
#072D34
(7,45,52)
#07272C
(7,39,44)
#072124
(7,33,36)
#071B1C
(7,27,28)
#071514
(7,21,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #074B5C

#074B5C
(7,75,92)
#1D5B6A
(29,91,106)
#336B78
(51,107,120)
#497B86
(73,123,134)
#5F8B94
(95,139,148)
#759BA2
(117,155,162)
#8BABB0
(139,171,176)
#A1BBBE
(161,187,190)
#B7CBCC
(183,203,204)
#CDDBDA
(205,219,218)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074B5C; }

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

This text font color is #074B5C.


Background Color

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

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

This div background color is #074B5C.


Border color

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

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

This div border color is #074B5C.


Opacity

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

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

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

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

This text has shadow with #074B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074B5C on black background.


Color preview on white background

This text has color #074B5C on white background.



Black color preview on #074B5C background

This text has black color on #074B5C background.


White color preview on #074B5C background

This text has white color on #074B5C background.