COLOR #379468

HEX: #379468
RGB: (55,148,104)

Color info

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

RGB color model

#379468 color RGB value is (55,148,104).

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

RGB channels and saturation

R 55 of 255 = 22%
G 148 of 255 = 58%
B 104 of 255 = 41%

55
148
104

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

Portions of RGB colors in percentages

R + G + B =
55 + 148 + 104 = 307 (100%)
R 55 of 307 ~ 17.92%
G 148 of 307 ~ 48.21%
B 104 of 307 ~ 33.88%

%17.92
%48.21
%33.88

CMYK color model

#379468 color CMYK value is (63,0,30,42).

  • cyan value is 62.84%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 41.96%
CMYK:
(63,0,30,42)
C63M0Y30K42 
(63%,0%,30%,42%)
(0.63/0.00/0.30/0.42)	

CMYK percentages

%62.84
%0
%29.73
%41.96

Codes

Color #379468 in popluar color models

379468
RGB55148104
HSL152°45.81%39.80%
HSB/HSV152°62.84%58.04%
CMYK62.84%0.00%29.73%
41.96%

Color #379468 in popluar number systems.

HEX379468
Decimal55148104
Binary110111100101001101000
Octal67224150

Shades and tints

Shades of #379468

#379468
(55,148,104)
#32875F
(50,135,95)
#2D7A56
(45,122,86)
#286D4D
(40,109,77)
#236044
(35,96,68)
#1E533B
(30,83,59)
#194632
(25,70,50)
#143929
(20,57,41)
#0F2C20
(15,44,32)
#0A1F17
(10,31,23)
#05120E
(5,18,14)
#000000
(0,0,0)

Tints of #379468

#379468
(55,148,104)
#499D75
(73,157,117)
#5BA682
(91,166,130)
#6DAF8F
(109,175,143)
#7FB89C
(127,184,156)
#91C1A9
(145,193,169)
#A3CAB6
(163,202,182)
#B5D3C3
(181,211,195)
#C7DCD0
(199,220,208)
#D9E5DD
(217,229,221)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #379468; }

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

This text font color is #379468.


Background Color

.myBgColor { background-color: #379468; }

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

This div background color is #379468.


Border color

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

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

This div border color is #379468.


Opacity

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

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

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

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

This text has shadow with #379468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379468 on black background.


Color preview on white background

This text has color #379468 on white background.



Black color preview on #379468 background

This text has black color on #379468 background.


White color preview on #379468 background

This text has white color on #379468 background.