COLOR #378C11

HEX: #378C11
RGB: (55,140,17)

Color info

#378C11 contains mainly green color. Web safe color of #378C11 is #339900 (or #390).

RGB color model

#378C11 color RGB value is (55,140,17).

  • red value is 55;
  • green value is 140;
  • blue value is 17.
RGB:
(55,140,17)
(22%,55%,7%)

RGB channels and saturation

R 55 of 255 = 22%
G 140 of 255 = 55%
B 17 of 255 = 7%

55
140
17

R + G + B ~ 28%. #378C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 140 + 17 = 212 (100%)
R 55 of 212 ~ 25.94%
G 140 of 212 ~ 66.04%
B 17 of 212 ~ 8.02%

%25.94
%66.04

CMYK color model

#378C11 color CMYK value is (61,0,88,45).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 87.86%
  • key color value is 45.10%
CMYK:
(61,0,88,45)
C61M0Y88K45 
(61%,0%,88%,45%)
(0.61/0.00/0.88/0.45)	

CMYK percentages

%60.71
%0
%87.86
%45.1

Codes

Color #378C11 in popluar color models

378C11
RGB5514017
HSL101°78.34%30.78%
HSB/HSV101°87.86%54.90%
CMYK60.71%0.00%87.86%
45.10%

Color #378C11 in popluar number systems.

HEX378C11
Decimal5514017
Binary1101111000110010001
Octal6721421

Shades and tints

Shades of #378C11

#378C11
(55,140,17)
#328010
(50,128,16)
#2D740F
(45,116,15)
#28680E
(40,104,14)
#235C0D
(35,92,13)
#1E500C
(30,80,12)
#19440B
(25,68,11)
#14380A
(20,56,10)
#0F2C09
(15,44,9)
#0A2008
(10,32,8)
#051407
(5,20,7)
#000000
(0,0,0)

Tints of #378C11

#378C11
(55,140,17)
#499626
(73,150,38)
#5BA03B
(91,160,59)
#6DAA50
(109,170,80)
#7FB465
(127,180,101)
#91BE7A
(145,190,122)
#A3C88F
(163,200,143)
#B5D2A4
(181,210,164)
#C7DCB9
(199,220,185)
#D9E6CE
(217,230,206)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378C11 color. Also use rgb(55,140,17) instead hex code.

Text Font Color

.myTextColor { color: #378C11; }

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

This text font color is #378C11.


Background Color

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

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

This div background color is #378C11.


Border color

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

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

This div border color is #378C11.


Opacity

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

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

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

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

This text has shadow with #378C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378C11 on black background.


Color preview on white background

This text has color #378C11 on white background.



Black color preview on #378C11 background

This text has black color on #378C11 background.


White color preview on #378C11 background

This text has white color on #378C11 background.