COLOR #378C05

HEX: #378C05
RGB: (55,140,5)

Color info

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

RGB color model

#378C05 color RGB value is (55,140,5).

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

RGB channels and saturation

R 55 of 255 = 22%
G 140 of 255 = 55%
B 5 of 255 = 2%

55
140
5

R + G + B ~ 26%. #378C05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 140 + 5 = 200 (100%)
R 55 of 200 ~ 27.5%
G 140 of 200 ~ 70%
B 5 of 200 ~ 2.5%

%27.5
%70

CMYK color model

#378C05 color CMYK value is (61,0,96,45).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 96.43%
  • key color value is 45.10%
CMYK:
(61,0,96,45)
C61M0Y96K45 
(61%,0%,96%,45%)
(0.61/0.00/0.96/0.45)	

CMYK percentages

%60.71
%0
%96.43
%45.1

Codes

Color #378C05 in popluar color models

378C05
RGB551405
HSL98°93.10%28.43%
HSB/HSV98°96.43%54.90%
CMYK60.71%0.00%96.43%
45.10%

Color #378C05 in popluar number systems.

HEX378C05
Decimal551405
Binary11011110001100101
Octal672145

Shades and tints

Shades of #378C05

#378C05
(55,140,5)
#328005
(50,128,5)
#2D7405
(45,116,5)
#286805
(40,104,5)
#235C05
(35,92,5)
#1E5005
(30,80,5)
#194405
(25,68,5)
#143805
(20,56,5)
#0F2C05
(15,44,5)
#0A2005
(10,32,5)
#051405
(5,20,5)
#000000
(0,0,0)

Tints of #378C05

#378C05
(55,140,5)
#49961B
(73,150,27)
#5BA031
(91,160,49)
#6DAA47
(109,170,71)
#7FB45D
(127,180,93)
#91BE73
(145,190,115)
#A3C889
(163,200,137)
#B5D29F
(181,210,159)
#C7DCB5
(199,220,181)
#D9E6CB
(217,230,203)
#EBF0E1
(235,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378C05; }

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

This text font color is #378C05.


Background Color

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

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

This div background color is #378C05.


Border color

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

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

This div border color is #378C05.


Opacity

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

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

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

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

This text has shadow with #378C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378C05 on black background.


Color preview on white background

This text has color #378C05 on white background.



Black color preview on #378C05 background

This text has black color on #378C05 background.


White color preview on #378C05 background

This text has white color on #378C05 background.