COLOR #074A54

HEX: #074A54
RGB: (7,74,84)

Renk bilgisi

#074A54 contains mainly green and blue colors. #074A54 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#074A54 color RGB value is (7,74,84).

  • kırmız ton 7;
  • yeşil ton 74;
  • mavi ton 84.
RGB:
(7,74,84)
(3%,29%,33%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 74 of 255 = 29%
B 84 of 255 = 33%

7
74
84

R + G + B ~ 22%. #074A54 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 74 + 84 = 165 (100%)
R 7 of 165 ~ 4.24%
G 74 of 165 ~ 44.85%
B 84 of 165 ~ 50.91%

%44.85
%50.91

CMYK RENK MODELİ

#074A54 rengi CMYK tonu (92,12,0,67).

  • camgöbeği tonu 91.67%
  • eflatun tonu 11.90%
  • sarı tonu 0.00%
  • ana renk tonu 67.06%
CMYK:
(92,12,0,67)
C92M12Y0K67 
(92%,12%,0%,67%)
(0.92/0.12/0.00/0.67)	

CMYK yüzdeleri

%91.67
%11.9
%0
%67.06

Codes

Color #074A54 in popluar color models

074A54
RGB77484
HSL188°84.62%17.84%
HSB/HSV188°91.67%32.94%
CMYK91.67%11.90%0.00%
67.06%

Color #074A54 in popluar number systems.

HEX074A54
Decimal77484
Binary11110010101010100
Octal7112124

Shades and tints

Shades of #074A54

#074A54
(7,74,84)
#07444D
(7,68,77)
#073E46
(7,62,70)
#07383F
(7,56,63)
#073238
(7,50,56)
#072C31
(7,44,49)
#07262A
(7,38,42)
#072023
(7,32,35)
#071A1C
(7,26,28)
#071415
(7,20,21)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #074A54

#074A54
(7,74,84)
#1D5A63
(29,90,99)
#336A72
(51,106,114)
#497A81
(73,122,129)
#5F8A90
(95,138,144)
#759A9F
(117,154,159)
#8BAAAE
(139,170,174)
#A1BABD
(161,186,189)
#B7CACC
(183,202,204)
#CDDADB
(205,218,219)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074A54 color. Also use rgb(7,74,84) instead hex code.

Text Font Color

.myTextColor { color: #074A54; }

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

This text font color is #074A54.


Background Color

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

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

This div background color is #074A54.


Border color

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

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

This div border color is #074A54.


Opacity

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

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

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

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

This text has shadow with #074A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074A54 on black background.


Color preview on white background

This text has color #074A54 on white background.



Black color preview on #074A54 background

This text has black color on #074A54 background.


White color preview on #074A54 background

This text has white color on #074A54 background.