COLOR #709413

HEX: #709413
RGB: (112,148,19)

Renk bilgisi

#709413 contains mainly red and green colors. #709413 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#709413 color RGB value is (112,148,19).

  • kırmız ton 112;
  • yeşil ton 148;
  • mavi ton 19.
RGB:
(112,148,19)
(44%,58%,7%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 148 of 255 = 58%
B 19 of 255 = 7%

112
148
19

R + G + B ~ 36%. #709413 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 148 + 19 = 279 (100%)
R 112 of 279 ~ 40.14%
G 148 of 279 ~ 53.05%
B 19 of 279 ~ 6.81%

%40.14
%53.05

CMYK RENK MODELİ

#709413 rengi CMYK tonu (24,0,87,42).

  • camgöbeği tonu 24.32%
  • eflatun tonu 0.00%
  • sarı tonu 87.16%
  • ana renk tonu 41.96%
CMYK:
(24,0,87,42)
C24M0Y87K42 
(24%,0%,87%,42%)
(0.24/0.00/0.87/0.42)	

CMYK yüzdeleri

%24.32
%0
%87.16
%41.96

Codes

Color #709413 in popluar color models

709413
RGB11214819
HSL77°77.25%32.75%
HSB/HSV77°87.16%58.04%
CMYK24.32%0.00%87.16%
41.96%

Color #709413 in popluar number systems.

HEX709413
Decimal11214819
Binary11100001001010010011
Octal16022423

Shades and tints

Shades of #709413

#709413
(112,148,19)
#668712
(102,135,18)
#5C7A11
(92,122,17)
#526D10
(82,109,16)
#48600F
(72,96,15)
#3E530E
(62,83,14)
#34460D
(52,70,13)
#2A390C
(42,57,12)
#202C0B
(32,44,11)
#161F0A
(22,31,10)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #709413

#709413
(112,148,19)
#7D9D28
(125,157,40)
#8AA63D
(138,166,61)
#97AF52
(151,175,82)
#A4B867
(164,184,103)
#B1C17C
(177,193,124)
#BECA91
(190,202,145)
#CBD3A6
(203,211,166)
#D8DCBB
(216,220,187)
#E5E5D0
(229,229,208)
#F2EEE5
(242,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709413 color. Also use rgb(112,148,19) instead hex code.

Text Font Color

.myTextColor { color: #709413; }

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

This text font color is #709413.


Background Color

.myBgColor { background-color: #709413; }

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

This div background color is #709413.


Border color

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

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

This div border color is #709413.


Opacity

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

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

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

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

This text has shadow with #709413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709413 on black background.


Color preview on white background

This text has color #709413 on white background.



Black color preview on #709413 background

This text has black color on #709413 background.


White color preview on #709413 background

This text has white color on #709413 background.