COLOR #739B52

HEX: #739B52
RGB: (115,155,82)

Renk bilgisi

#739B52 contains mainly red and green colors. #739B52 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#739B52 color RGB value is (115,155,82).

  • kırmız ton 115;
  • yeşil ton 155;
  • mavi ton 82.
RGB:
(115,155,82)
(45%,61%,32%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 155 of 255 = 61%
B 82 of 255 = 32%

115
155
82

R + G + B ~ 46%. #739B52 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 155 + 82 = 352 (100%)
R 115 of 352 ~ 32.67%
G 155 of 352 ~ 44.03%
B 82 of 352 ~ 23.3%

%32.67
%44.03
%23.3

CMYK RENK MODELİ

#739B52 rengi CMYK tonu (26,0,47,39).

  • camgöbeği tonu 25.81%
  • eflatun tonu 0.00%
  • sarı tonu 47.10%
  • ana renk tonu 39.22%
CMYK:
(26,0,47,39)
C26M0Y47K39 
(26%,0%,47%,39%)
(0.26/0.00/0.47/0.39)	

CMYK yüzdeleri

%25.81
%0
%47.1
%39.22

Codes

Color #739B52 in popluar color models

739B52
RGB11515582
HSL93°30.80%46.47%
HSB/HSV93°47.10%60.78%
CMYK25.81%0.00%47.10%
39.22%

Color #739B52 in popluar number systems.

HEX739B52
Decimal11515582
Binary1110011100110111010010
Octal163233122

Shades and tints

Shades of #739B52

#739B52
(115,155,82)
#698D4B
(105,141,75)
#5F7F44
(95,127,68)
#55713D
(85,113,61)
#4B6336
(75,99,54)
#41552F
(65,85,47)
#374728
(55,71,40)
#2D3921
(45,57,33)
#232B1A
(35,43,26)
#191D13
(25,29,19)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #739B52

#739B52
(115,155,82)
#7FA461
(127,164,97)
#8BAD70
(139,173,112)
#97B67F
(151,182,127)
#A3BF8E
(163,191,142)
#AFC89D
(175,200,157)
#BBD1AC
(187,209,172)
#C7DABB
(199,218,187)
#D3E3CA
(211,227,202)
#DFECD9
(223,236,217)
#EBF5E8
(235,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739B52 color. Also use rgb(115,155,82) instead hex code.

Text Font Color

.myTextColor { color: #739B52; }

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

This text font color is #739B52.


Background Color

.myBgColor { background-color: #739B52; }

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

This div background color is #739B52.


Border color

.myBorderColor { border: 1px solid #739B52; }

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

This div border color is #739B52.


Opacity

.myOpacity80 { color: #739B52; opacity: 0.8; }

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

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

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

This text has shadow with #739B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739B52 on black background.


Color preview on white background

This text has color #739B52 on white background.



Black color preview on #739B52 background

This text has black color on #739B52 background.


White color preview on #739B52 background

This text has white color on #739B52 background.