COLOR #378646

HEX: #378646
RGB: (55,134,70)

Color info

#378646 contains mainly green color. Web safe color of #378646 is #339933 (or #393).

RGB color model

#378646 color RGB value is (55,134,70).

  • red value is 55;
  • green value is 134;
  • blue value is 70.
RGB:
(55,134,70)
(22%,53%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 134 of 255 = 53%
B 70 of 255 = 27%

55
134
70

R + G + B ~ 34%. #378646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 134 + 70 = 259 (100%)
R 55 of 259 ~ 21.24%
G 134 of 259 ~ 51.74%
B 70 of 259 ~ 27.03%

%21.24
%51.74
%27.03

CMYK color model

#378646 color CMYK value is (59,0,48,47).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 47.76%
  • key color value is 47.45%
CMYK:
(59,0,48,47)
C59M0Y48K47 
(59%,0%,48%,47%)
(0.59/0.00/0.48/0.47)	

CMYK percentages

%58.96
%0
%47.76
%47.45

Codes

Color #378646 in popluar color models

378646
RGB5513470
HSL131°41.80%37.06%
HSB/HSV131°58.96%52.55%
CMYK58.96%0.00%47.76%
47.45%

Color #378646 in popluar number systems.

HEX378646
Decimal5513470
Binary110111100001101000110
Octal67206106

Shades and tints

Shades of #378646

#378646
(55,134,70)
#327A40
(50,122,64)
#2D6E3A
(45,110,58)
#286234
(40,98,52)
#23562E
(35,86,46)
#1E4A28
(30,74,40)
#193E22
(25,62,34)
#14321C
(20,50,28)
#0F2616
(15,38,22)
#0A1A10
(10,26,16)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #378646

#378646
(55,134,70)
#499156
(73,145,86)
#5B9C66
(91,156,102)
#6DA776
(109,167,118)
#7FB286
(127,178,134)
#91BD96
(145,189,150)
#A3C8A6
(163,200,166)
#B5D3B6
(181,211,182)
#C7DEC6
(199,222,198)
#D9E9D6
(217,233,214)
#EBF4E6
(235,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378646 color. Also use rgb(55,134,70) instead hex code.

Text Font Color

.myTextColor { color: #378646; }

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

This text font color is #378646.


Background Color

.myBgColor { background-color: #378646; }

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

This div background color is #378646.


Border color

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

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

This div border color is #378646.


Opacity

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

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

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

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

This text has shadow with #378646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378646 on black background.


Color preview on white background

This text has color #378646 on white background.



Black color preview on #378646 background

This text has black color on #378646 background.


White color preview on #378646 background

This text has white color on #378646 background.