COLOR #076414

HEX: #076414
RGB: (7,100,20)

Renk bilgisi

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

RGB renk modeli

#076414 color RGB value is (7,100,20).

  • kırmız ton 7;
  • yeşil ton 100;
  • mavi ton 20.
RGB:
(7,100,20)
(3%,39%,8%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 100 of 255 = 39%
B 20 of 255 = 8%

7
100
20

R + G + B ~ 17%. #076414 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 100 + 20 = 127 (100%)
R 7 of 127 ~ 5.51%
G 100 of 127 ~ 78.74%
B 20 of 127 ~ 15.75%

%78.74
%15.75

CMYK RENK MODELİ

#076414 rengi CMYK tonu (93,0,80,61).

  • camgöbeği tonu 93.00%
  • eflatun tonu 0.00%
  • sarı tonu 80.00%
  • ana renk tonu 60.78%
CMYK:
(93,0,80,61)
C93M0Y80K61 
(93%,0%,80%,61%)
(0.93/0.00/0.80/0.61)	

CMYK yüzdeleri

%93
%0
%80
%60.78

Codes

Color #076414 in popluar color models

076414
RGB710020
HSL128°86.92%20.98%
HSB/HSV128°93.00%39.22%
CMYK93.00%0.00%80.00%
60.78%

Color #076414 in popluar number systems.

HEX076414
Decimal710020
Binary111110010010100
Octal714424

Shades and tints

Shades of #076414

#076414
(7,100,20)
#075B13
(7,91,19)
#075212
(7,82,18)
#074911
(7,73,17)
#074010
(7,64,16)
#07370F
(7,55,15)
#072E0E
(7,46,14)
#07250D
(7,37,13)
#071C0C
(7,28,12)
#07130B
(7,19,11)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #076414

#076414
(7,100,20)
#1D7229
(29,114,41)
#33803E
(51,128,62)
#498E53
(73,142,83)
#5F9C68
(95,156,104)
#75AA7D
(117,170,125)
#8BB892
(139,184,146)
#A1C6A7
(161,198,167)
#B7D4BC
(183,212,188)
#CDE2D1
(205,226,209)
#E3F0E6
(227,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076414 color. Also use rgb(7,100,20) instead hex code.

Text Font Color

.myTextColor { color: #076414; }

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

This text font color is #076414.


Background Color

.myBgColor { background-color: #076414; }

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

This div background color is #076414.


Border color

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

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

This div border color is #076414.


Opacity

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

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

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

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

This text has shadow with #076414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076414 on black background.


Color preview on white background

This text has color #076414 on white background.



Black color preview on #076414 background

This text has black color on #076414 background.


White color preview on #076414 background

This text has white color on #076414 background.