COLOR #075E09

HEX: #075E09
RGB: (7,94,9)

Renk bilgisi

#075E09 contains mainly green color. #075E09 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#075E09 color RGB value is (7,94,9).

  • kırmız ton 7;
  • yeşil ton 94;
  • mavi ton 9.
RGB:
(7,94,9)
(3%,37%,4%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 94 of 255 = 37%
B 9 of 255 = 4%

7
94
9

R + G + B ~ 15%. #075E09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 94 + 9 = 110 (100%)
R 7 of 110 ~ 6.36%
G 94 of 110 ~ 85.45%
B 9 of 110 ~ 8.18%

%85.45

CMYK RENK MODELİ

#075E09 rengi CMYK tonu (93,0,90,63).

  • camgöbeği tonu 92.55%
  • eflatun tonu 0.00%
  • sarı tonu 90.43%
  • ana renk tonu 63.14%
CMYK:
(93,0,90,63)
C93M0Y90K63 
(93%,0%,90%,63%)
(0.93/0.00/0.90/0.63)	

CMYK yüzdeleri

%92.55
%0
%90.43
%63.14

Codes

Color #075E09 in popluar color models

075E09
RGB7949
HSL121°86.14%19.80%
HSB/HSV121°92.55%36.86%
CMYK92.55%0.00%90.43%
63.14%

Color #075E09 in popluar number systems.

HEX075E09
Decimal7949
Binary11110111101001
Octal713611

Shades and tints

Shades of #075E09

#075E09
(7,94,9)
#075609
(7,86,9)
#074E09
(7,78,9)
#074609
(7,70,9)
#073E09
(7,62,9)
#073609
(7,54,9)
#072E09
(7,46,9)
#072609
(7,38,9)
#071E09
(7,30,9)
#071609
(7,22,9)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #075E09

#075E09
(7,94,9)
#1D6C1F
(29,108,31)
#337A35
(51,122,53)
#49884B
(73,136,75)
#5F9661
(95,150,97)
#75A477
(117,164,119)
#8BB28D
(139,178,141)
#A1C0A3
(161,192,163)
#B7CEB9
(183,206,185)
#CDDCCF
(205,220,207)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075E09 color. Also use rgb(7,94,9) instead hex code.

Text Font Color

.myTextColor { color: #075E09; }

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

This text font color is #075E09.


Background Color

.myBgColor { background-color: #075E09; }

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

This div background color is #075E09.


Border color

.myBorderColor { border: 1px solid #075E09; }

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

This div border color is #075E09.


Opacity

.myOpacity80 { color: #075E09; opacity: 0.8; }

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

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

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

This text has shadow with #075E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075E09 on black background.


Color preview on white background

This text has color #075E09 on white background.



Black color preview on #075E09 background

This text has black color on #075E09 background.


White color preview on #075E09 background

This text has white color on #075E09 background.