COLOR #077D4F

HEX: #077D4F
RGB: (7,125,79)

Renk bilgisi

#077D4F contains mainly green and blue colors. #077D4F ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#077D4F color RGB value is (7,125,79).

  • kırmız ton 7;
  • yeşil ton 125;
  • mavi ton 79.
RGB:
(7,125,79)
(3%,49%,31%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 125 of 255 = 49%
B 79 of 255 = 31%

7
125
79

R + G + B ~ 28%. #077D4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 125 + 79 = 211 (100%)
R 7 of 211 ~ 3.32%
G 125 of 211 ~ 59.24%
B 79 of 211 ~ 37.44%

%59.24
%37.44

CMYK RENK MODELİ

#077D4F rengi CMYK tonu (94,0,37,51).

  • camgöbeği tonu 94.40%
  • eflatun tonu 0.00%
  • sarı tonu 36.80%
  • ana renk tonu 50.98%
CMYK:
(94,0,37,51)
C94M0Y37K51 
(94%,0%,37%,51%)
(0.94/0.00/0.37/0.51)	

CMYK yüzdeleri

%94.4
%0
%36.8
%50.98

Codes

Color #077D4F in popluar color models

077D4F
RGB712579
HSL157°89.39%25.88%
HSB/HSV157°94.40%49.02%
CMYK94.40%0.00%36.80%
50.98%

Color #077D4F in popluar number systems.

HEX077D4F
Decimal712579
Binary11111111011001111
Octal7175117

Shades and tints

Shades of #077D4F

#077D4F
(7,125,79)
#077248
(7,114,72)
#076741
(7,103,65)
#075C3A
(7,92,58)
#075133
(7,81,51)
#07462C
(7,70,44)
#073B25
(7,59,37)
#07301E
(7,48,30)
#072517
(7,37,23)
#071A10
(7,26,16)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #077D4F

#077D4F
(7,125,79)
#1D885F
(29,136,95)
#33936F
(51,147,111)
#499E7F
(73,158,127)
#5FA98F
(95,169,143)
#75B49F
(117,180,159)
#8BBFAF
(139,191,175)
#A1CABF
(161,202,191)
#B7D5CF
(183,213,207)
#CDE0DF
(205,224,223)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077D4F color. Also use rgb(7,125,79) instead hex code.

Text Font Color

.myTextColor { color: #077D4F; }

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

This text font color is #077D4F.


Background Color

.myBgColor { background-color: #077D4F; }

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

This div background color is #077D4F.


Border color

.myBorderColor { border: 1px solid #077D4F; }

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

This div border color is #077D4F.


Opacity

.myOpacity80 { color: #077D4F; opacity: 0.8; }

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

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

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

This text has shadow with #077D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077D4F on black background.


Color preview on white background

This text has color #077D4F on white background.



Black color preview on #077D4F background

This text has black color on #077D4F background.


White color preview on #077D4F background

This text has white color on #077D4F background.