COLOR #379765

HEX: #379765
RGB: (55,151,101)

Color info

#379765 contains mainly green and blue colors. Web safe color of #379765 is #339966 (or #396).

RGB color model

#379765 color RGB value is (55,151,101).

  • red value is 55;
  • green value is 151;
  • blue value is 101.
RGB: (55,151,101) (22%,59%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 151 of 255 = 59%
B 101 of 255 = 40%

55
151
101

R + G + B ~ 40%. #379765 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 151 + 101 = 307 (100%)
R 55 of 307 ~ 17.92%
G 151 of 307 ~ 49.19%
B 101 of 307 ~ 32.9%

%17.92
%49.19
%32.9

CMYK color model

#379765 color CMYK value is (64,0,33,41).

  • cyan value is 63.58%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 40.78%
CMYK: (64,0,33,41) C64M0Y33K41 (64%,0%,33%,41%) (0.64/0.00/0.33/0.41)

CMYK percentages

%63.58
%0
%33.11
%40.78

Codes

Color #379765 in popluar color models

379765
RGB55151101
HSL149°46.60%40.39%
HSB/HSV149°63.58%59.22%
CMYK63.58%0.00%33.11%
40.78%

Color #379765 in popluar number systems.

HEX379765
Decimal55151101
Binary110111100101111100101
Octal67227145

Shades and tints

Shades of #379765

#379765
(55,151,101)
#328A5C
(50,138,92)
#2D7D53
(45,125,83)
#28704A
(40,112,74)
#236341
(35,99,65)
#1E5638
(30,86,56)
#19492F
(25,73,47)
#143C26
(20,60,38)
#0F2F1D
(15,47,29)
#0A2214
(10,34,20)
#05150B
(5,21,11)
#000000
(0,0,0)

Tints of #379765

#379765
(55,151,101)
#49A073
(73,160,115)
#5BA981
(91,169,129)
#6DB28F
(109,178,143)
#7FBB9D
(127,187,157)
#91C4AB
(145,196,171)
#A3CDB9
(163,205,185)
#B5D6C7
(181,214,199)
#C7DFD5
(199,223,213)
#D9E8E3
(217,232,227)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #379765; }

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

This text font color is #379765.


Background Color

.myBgColor { background-color: #379765; }

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

This div background color is #379765.


Border color

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

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

This div border color is #379765.


Opacity

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

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

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

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

This text has shadow with #379765 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #379765 on black background.


Color preview on white background

This text has color #379765 on white background.



Black color preview on #379765 background

This text has black color on #379765 background.


White color preview on #379765 background

This text has white color on #379765 background.