COLOR #378E1C

HEX: #378E1C
RGB: (55,142,28)

Color info

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

RGB color model

#378E1C color RGB value is (55,142,28).

  • red value is 55;
  • green value is 142;
  • blue value is 28.
RGB:
(55,142,28)
(22%,56%,11%)

RGB channels and saturation

R 55 of 255 = 22%
G 142 of 255 = 56%
B 28 of 255 = 11%

55
142
28

R + G + B ~ 30%. #378E1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 142 + 28 = 225 (100%)
R 55 of 225 ~ 24.44%
G 142 of 225 ~ 63.11%
B 28 of 225 ~ 12.44%

%24.44
%63.11
%12.44

CMYK color model

#378E1C color CMYK value is (61,0,80,44).

  • cyan value is 61.27%
  • magenta value is 0.00%
  • yellow value is 80.28%
  • key color value is 44.31%
CMYK:
(61,0,80,44)
C61M0Y80K44 
(61%,0%,80%,44%)
(0.61/0.00/0.80/0.44)	

CMYK percentages

%61.27
%0
%80.28
%44.31

Codes

Color #378E1C in popluar color models

378E1C
RGB5514228
HSL106°67.06%33.33%
HSB/HSV106°80.28%55.69%
CMYK61.27%0.00%80.28%
44.31%

Color #378E1C in popluar number systems.

HEX378E1C
Decimal5514228
Binary1101111000111011100
Octal6721634

Shades and tints

Shades of #378E1C

#378E1C
(55,142,28)
#32821A
(50,130,26)
#2D7618
(45,118,24)
#286A16
(40,106,22)
#235E14
(35,94,20)
#1E5212
(30,82,18)
#194610
(25,70,16)
#143A0E
(20,58,14)
#0F2E0C
(15,46,12)
#0A220A
(10,34,10)
#051608
(5,22,8)
#000000
(0,0,0)

Tints of #378E1C

#378E1C
(55,142,28)
#499830
(73,152,48)
#5BA244
(91,162,68)
#6DAC58
(109,172,88)
#7FB66C
(127,182,108)
#91C080
(145,192,128)
#A3CA94
(163,202,148)
#B5D4A8
(181,212,168)
#C7DEBC
(199,222,188)
#D9E8D0
(217,232,208)
#EBF2E4
(235,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378E1C color. Also use rgb(55,142,28) instead hex code.

Text Font Color

.myTextColor { color: #378E1C; }

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

This text font color is #378E1C.


Background Color

.myBgColor { background-color: #378E1C; }

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

This div background color is #378E1C.


Border color

.myBorderColor { border: 1px solid #378E1C; }

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

This div border color is #378E1C.


Opacity

.myOpacity80 { color: #378E1C; opacity: 0.8; }

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

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

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

This text has shadow with #378E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378E1C on black background.


Color preview on white background

This text has color #378E1C on white background.



Black color preview on #378E1C background

This text has black color on #378E1C background.


White color preview on #378E1C background

This text has white color on #378E1C background.