COLOR #379740

HEX: #379740
RGB: (55,151,64)

Renk bilgisi

#379740 contains mainly green color. #379740 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#379740 color RGB value is (55,151,64).

  • kırmız ton 55;
  • yeşil ton 151;
  • mavi ton 64.
RGB:
(55,151,64)
(22%,59%,25%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 151 of 255 = 59%
B 64 of 255 = 25%

55
151
64

R + G + B ~ 35%. #379740 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 151 + 64 = 270 (100%)
R 55 of 270 ~ 20.37%
G 151 of 270 ~ 55.93%
B 64 of 270 ~ 23.7%

%20.37
%55.93
%23.7

CMYK RENK MODELİ

#379740 rengi CMYK tonu (64,0,58,41).

  • camgöbeği tonu 63.58%
  • eflatun tonu 0.00%
  • sarı tonu 57.62%
  • ana renk tonu 40.78%
CMYK:
(64,0,58,41)
C64M0Y58K41 
(64%,0%,58%,41%)
(0.64/0.00/0.58/0.41)	

CMYK yüzdeleri

%63.58
%0
%57.62
%40.78

Codes

Color #379740 in popluar color models

379740
RGB5515164
HSL126°46.60%40.39%
HSB/HSV126°63.58%59.22%
CMYK63.58%0.00%57.62%
40.78%

Color #379740 in popluar number systems.

HEX379740
Decimal5515164
Binary110111100101111000000
Octal67227100

Shades and tints

Shades of #379740

#379740
(55,151,64)
#328A3B
(50,138,59)
#2D7D36
(45,125,54)
#287031
(40,112,49)
#23632C
(35,99,44)
#1E5627
(30,86,39)
#194922
(25,73,34)
#143C1D
(20,60,29)
#0F2F18
(15,47,24)
#0A2213
(10,34,19)
#05150E
(5,21,14)
#000000
(0,0,0)

Tints of #379740

#379740
(55,151,64)
#49A051
(73,160,81)
#5BA962
(91,169,98)
#6DB273
(109,178,115)
#7FBB84
(127,187,132)
#91C495
(145,196,149)
#A3CDA6
(163,205,166)
#B5D6B7
(181,214,183)
#C7DFC8
(199,223,200)
#D9E8D9
(217,232,217)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379740 color. Also use rgb(55,151,64) instead hex code.

Text Font Color

.myTextColor { color: #379740; }

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

This text font color is #379740.


Background Color

.myBgColor { background-color: #379740; }

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

This div background color is #379740.


Border color

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

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

This div border color is #379740.


Opacity

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

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

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

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

This text has shadow with #379740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379740 on black background.


Color preview on white background

This text has color #379740 on white background.



Black color preview on #379740 background

This text has black color on #379740 background.


White color preview on #379740 background

This text has white color on #379740 background.