COLOR #075020

HEX: #075020
RGB: (7,80,32)

Renk bilgisi

#075020 contains mainly green and blue colors. #075020 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#075020 color RGB value is (7,80,32).

  • kırmız ton 7;
  • yeşil ton 80;
  • mavi ton 32.
RGB:
(7,80,32)
(3%,31%,13%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 80 of 255 = 31%
B 32 of 255 = 13%

7
80
32

R + G + B ~ 16%. #075020 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 80 + 32 = 119 (100%)
R 7 of 119 ~ 5.88%
G 80 of 119 ~ 67.23%
B 32 of 119 ~ 26.89%

%67.23
%26.89

CMYK RENK MODELİ

#075020 rengi CMYK tonu (91,0,60,69).

  • camgöbeği tonu 91.25%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 68.63%
CMYK:
(91,0,60,69)
C91M0Y60K69 
(91%,0%,60%,69%)
(0.91/0.00/0.60/0.69)	

CMYK yüzdeleri

%91.25
%0
%60
%68.63

Codes

Color #075020 in popluar color models

075020
RGB78032
HSL141°83.91%17.06%
HSB/HSV141°91.25%31.37%
CMYK91.25%0.00%60.00%
68.63%

Color #075020 in popluar number systems.

HEX075020
Decimal78032
Binary1111010000100000
Octal712040

Shades and tints

Shades of #075020

#075020
(7,80,32)
#07491E
(7,73,30)
#07421C
(7,66,28)
#073B1A
(7,59,26)
#073418
(7,52,24)
#072D16
(7,45,22)
#072614
(7,38,20)
#071F12
(7,31,18)
#071810
(7,24,16)
#07110E
(7,17,14)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #075020

#075020
(7,80,32)
#1D5F34
(29,95,52)
#336E48
(51,110,72)
#497D5C
(73,125,92)
#5F8C70
(95,140,112)
#759B84
(117,155,132)
#8BAA98
(139,170,152)
#A1B9AC
(161,185,172)
#B7C8C0
(183,200,192)
#CDD7D4
(205,215,212)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075020 color. Also use rgb(7,80,32) instead hex code.

Text Font Color

.myTextColor { color: #075020; }

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

This text font color is #075020.


Background Color

.myBgColor { background-color: #075020; }

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

This div background color is #075020.


Border color

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

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

This div border color is #075020.


Opacity

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

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

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

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

This text has shadow with #075020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075020 on black background.


Color preview on white background

This text has color #075020 on white background.



Black color preview on #075020 background

This text has black color on #075020 background.


White color preview on #075020 background

This text has white color on #075020 background.