COLOR #379464

HEX: #379464
RGB: (55,148,100)

Color info

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

RGB color model

#379464 color RGB value is (55,148,100).

  • red value is 55;
  • green value is 148;
  • blue value is 100.
RGB:
(55,148,100)
(22%,58%,39%)

RGB channels and saturation

R 55 of 255 = 22%
G 148 of 255 = 58%
B 100 of 255 = 39%

55
148
100

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

Portions of RGB colors in percentages

R + G + B =
55 + 148 + 100 = 303 (100%)
R 55 of 303 ~ 18.15%
G 148 of 303 ~ 48.84%
B 100 of 303 ~ 33%

%18.15
%48.84
%33

CMYK color model

#379464 color CMYK value is (63,0,32,42).

  • cyan value is 62.84%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(63,0,32,42)
C63M0Y32K42 
(63%,0%,32%,42%)
(0.63/0.00/0.32/0.42)	

CMYK percentages

%62.84
%0
%32.43
%41.96

Codes

Color #379464 in popluar color models

379464
RGB55148100
HSL149°45.81%39.80%
HSB/HSV149°62.84%58.04%
CMYK62.84%0.00%32.43%
41.96%

Color #379464 in popluar number systems.

HEX379464
Decimal55148100
Binary110111100101001100100
Octal67224144

Shades and tints

Shades of #379464

#379464
(55,148,100)
#32875B
(50,135,91)
#2D7A52
(45,122,82)
#286D49
(40,109,73)
#236040
(35,96,64)
#1E5337
(30,83,55)
#19462E
(25,70,46)
#143925
(20,57,37)
#0F2C1C
(15,44,28)
#0A1F13
(10,31,19)
#05120A
(5,18,10)
#000000
(0,0,0)

Tints of #379464

#379464
(55,148,100)
#499D72
(73,157,114)
#5BA680
(91,166,128)
#6DAF8E
(109,175,142)
#7FB89C
(127,184,156)
#91C1AA
(145,193,170)
#A3CAB8
(163,202,184)
#B5D3C6
(181,211,198)
#C7DCD4
(199,220,212)
#D9E5E2
(217,229,226)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379464 color. Also use rgb(55,148,100) instead hex code.

Text Font Color

.myTextColor { color: #379464; }

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

This text font color is #379464.


Background Color

.myBgColor { background-color: #379464; }

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

This div background color is #379464.


Border color

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

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

This div border color is #379464.


Opacity

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

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

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

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

This text has shadow with #379464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379464 on black background.


Color preview on white background

This text has color #379464 on white background.



Black color preview on #379464 background

This text has black color on #379464 background.


White color preview on #379464 background

This text has white color on #379464 background.