COLOR #074349

HEX: #074349
RGB: (7,67,73)

Renk bilgisi

#074349 contains mainly green and blue colors. #074349 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#074349 color RGB value is (7,67,73).

  • kırmız ton 7;
  • yeşil ton 67;
  • mavi ton 73.
RGB:
(7,67,73)
(3%,26%,29%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 67 of 255 = 26%
B 73 of 255 = 29%

7
67
73

R + G + B ~ 19%. #074349 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 67 + 73 = 147 (100%)
R 7 of 147 ~ 4.76%
G 67 of 147 ~ 45.58%
B 73 of 147 ~ 49.66%

%45.58
%49.66

CMYK RENK MODELİ

#074349 rengi CMYK tonu (90,8,0,71).

  • camgöbeği tonu 90.41%
  • eflatun tonu 8.22%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(90,8,0,71)
C90M8Y0K71 
(90%,8%,0%,71%)
(0.90/0.08/0.00/0.71)	

CMYK yüzdeleri

%90.41
%8.22
%0
%71.37

Codes

Color #074349 in popluar color models

074349
RGB76773
HSL185°82.50%15.69%
HSB/HSV185°90.41%28.63%
CMYK90.41%8.22%0.00%
71.37%

Color #074349 in popluar number systems.

HEX074349
Decimal76773
Binary11110000111001001
Octal7103111

Shades and tints

Shades of #074349

#074349
(7,67,73)
#073D43
(7,61,67)
#07373D
(7,55,61)
#073137
(7,49,55)
#072B31
(7,43,49)
#07252B
(7,37,43)
#071F25
(7,31,37)
#07191F
(7,25,31)
#071319
(7,19,25)
#070D13
(7,13,19)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #074349

#074349
(7,67,73)
#1D5459
(29,84,89)
#336569
(51,101,105)
#497679
(73,118,121)
#5F8789
(95,135,137)
#759899
(117,152,153)
#8BA9A9
(139,169,169)
#A1BAB9
(161,186,185)
#B7CBC9
(183,203,201)
#CDDCD9
(205,220,217)
#E3EDE9
(227,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074349; }

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

This text font color is #074349.


Background Color

.myBgColor { background-color: #074349; }

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

This div background color is #074349.


Border color

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

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

This div border color is #074349.


Opacity

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

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

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

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

This text has shadow with #074349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074349 on black background.


Color preview on white background

This text has color #074349 on white background.



Black color preview on #074349 background

This text has black color on #074349 background.


White color preview on #074349 background

This text has white color on #074349 background.