COLOR #074741

HEX: #074741
RGB: (7,71,65)

Renk bilgisi

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

RGB renk modeli

#074741 color RGB value is (7,71,65).

  • kırmız ton 7;
  • yeşil ton 71;
  • mavi ton 65.
RGB:
(7,71,65)
(3%,28%,25%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 71 of 255 = 28%
B 65 of 255 = 25%

7
71
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 71 + 65 = 143 (100%)
R 7 of 143 ~ 4.9%
G 71 of 143 ~ 49.65%
B 65 of 143 ~ 45.45%

%49.65
%45.45

CMYK RENK MODELİ

#074741 rengi CMYK tonu (90,0,8,72).

  • camgöbeği tonu 90.14%
  • eflatun tonu 0.00%
  • sarı tonu 8.45%
  • ana renk tonu 72.16%
CMYK:
(90,0,8,72)
C90M0Y8K72 
(90%,0%,8%,72%)
(0.90/0.00/0.08/0.72)	

CMYK yüzdeleri

%90.14
%0
%8.45
%72.16

Codes

Color #074741 in popluar color models

074741
RGB77165
HSL174°82.05%15.29%
HSB/HSV174°90.14%27.84%
CMYK90.14%0.00%8.45%
72.16%

Color #074741 in popluar number systems.

HEX074741
Decimal77165
Binary11110001111000001
Octal7107101

Shades and tints

Shades of #074741

#074741
(7,71,65)
#07413C
(7,65,60)
#073B37
(7,59,55)
#073532
(7,53,50)
#072F2D
(7,47,45)
#072928
(7,41,40)
#072323
(7,35,35)
#071D1E
(7,29,30)
#071719
(7,23,25)
#071114
(7,17,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #074741

#074741
(7,71,65)
#1D5752
(29,87,82)
#336763
(51,103,99)
#497774
(73,119,116)
#5F8785
(95,135,133)
#759796
(117,151,150)
#8BA7A7
(139,167,167)
#A1B7B8
(161,183,184)
#B7C7C9
(183,199,201)
#CDD7DA
(205,215,218)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074741; }

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

This text font color is #074741.


Background Color

.myBgColor { background-color: #074741; }

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

This div background color is #074741.


Border color

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

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

This div border color is #074741.


Opacity

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

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

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

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

This text has shadow with #074741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074741 on black background.


Color preview on white background

This text has color #074741 on white background.



Black color preview on #074741 background

This text has black color on #074741 background.


White color preview on #074741 background

This text has white color on #074741 background.