COLOR #378B07

HEX: #378B07
RGB: (55,139,7)

Color info

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

RGB color model

#378B07 color RGB value is (55,139,7).

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

RGB channels and saturation

R 55 of 255 = 22%
G 139 of 255 = 55%
B 7 of 255 = 3%

55
139
7

R + G + B ~ 27%. #378B07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 139 + 7 = 201 (100%)
R 55 of 201 ~ 27.36%
G 139 of 201 ~ 69.15%
B 7 of 201 ~ 3.48%

%27.36
%69.15

CMYK color model

#378B07 color CMYK value is (60,0,95,45).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 94.96%
  • key color value is 45.49%
CMYK:
(60,0,95,45)
C60M0Y95K45 
(60%,0%,95%,45%)
(0.60/0.00/0.95/0.45)	

CMYK percentages

%60.43
%0
%94.96
%45.49

Codes

Color #378B07 in popluar color models

378B07
RGB551397
HSL98°90.41%28.63%
HSB/HSV98°94.96%54.51%
CMYK60.43%0.00%94.96%
45.49%

Color #378B07 in popluar number systems.

HEX378B07
Decimal551397
Binary11011110001011111
Octal672137

Shades and tints

Shades of #378B07

#378B07
(55,139,7)
#327F07
(50,127,7)
#2D7307
(45,115,7)
#286707
(40,103,7)
#235B07
(35,91,7)
#1E4F07
(30,79,7)
#194307
(25,67,7)
#143707
(20,55,7)
#0F2B07
(15,43,7)
#0A1F07
(10,31,7)
#051307
(5,19,7)
#000000
(0,0,0)

Tints of #378B07

#378B07
(55,139,7)
#49951D
(73,149,29)
#5B9F33
(91,159,51)
#6DA949
(109,169,73)
#7FB35F
(127,179,95)
#91BD75
(145,189,117)
#A3C78B
(163,199,139)
#B5D1A1
(181,209,161)
#C7DBB7
(199,219,183)
#D9E5CD
(217,229,205)
#EBEFE3
(235,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378B07 color. Also use rgb(55,139,7) instead hex code.

Text Font Color

.myTextColor { color: #378B07; }

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

This text font color is #378B07.


Background Color

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

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

This div background color is #378B07.


Border color

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

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

This div border color is #378B07.


Opacity

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

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

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

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

This text has shadow with #378B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378B07 on black background.


Color preview on white background

This text has color #378B07 on white background.



Black color preview on #378B07 background

This text has black color on #378B07 background.


White color preview on #378B07 background

This text has white color on #378B07 background.