COLOR #379005

HEX: #379005 RGB: (55,144,5)

Color info

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

RGB color model

#379005 color RGB value is (55,144,5).

RGB: (55,144,5) (22%, 56%, 2%)

RGB channels and saturation

R 55 of 255 = 22%
G 144 of 255 = 56%
B 5 of 255 = 2%

55
144
5

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

Portions of RGB colors in percentages

R + G + B = 55 + 144 + 5 = 204 (100%)
R 55 of 204 ~ 26.96%
G 144 of 204 ~ 70.59%
B 5 of 204 ~ 2.45'%

%26.96
%70.59

CMYK color model

#379005 color CMYK value is (62,0,97,44).

  • cyan value is 61.81%
  • magenta value is 0.00%
  • yellow value is 96.53%
  • key color value is 43.53%

CMYK: (62,0,97,44)
C62M0Y97K44 (62%, 0%, 97%, 44%)
(0.62 / 0.00 / 0.97 / 0.44)

CMYK percentages

%61.81
%0
%96.53
%43.53

Codes

Color #379005 in popluar color models

37 90 05
RGB 55 144 5
HSL 98° 93.29% 29.22%
HSB/HSV 98° 96.53% 56.47%
CMYK 61.81% 0.00% 96.53%
43.53%

Color #379005 in popluar number systems.

HEX 37 90 05
Decimal 55 144 5
Binary 110111 10010000 101
Octal 67 220 5

Shades and tints

Shades of #379005

#379005
(55,144,5)
#328305
(50,131,5)
#2D7605
(45,118,5)
#286905
(40,105,5)
#235C05
(35,92,5)
#1E4F05
(30,79,5)
#194205
(25,66,5)
#143505
(20,53,5)
#0F2805
(15,40,5)
#0A1B05
(10,27,5)
#050E05
(5,14,5)
#000000
(0,0,0)

Tints of #379005

#379005
(55,144,5)
#499A1B
(73,154,27)
#5BA431
(91,164,49)
#6DAE47
(109,174,71)
#7FB85D
(127,184,93)
#91C273
(145,194,115)
#A3CC89
(163,204,137)
#B5D69F
(181,214,159)
#C7E0B5
(199,224,181)
#D9EACB
(217,234,203)
#EBF4E1
(235,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #379005; }

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

This text font color is #379005.

Background Color

.myBgColor { background-color: #379005; }

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

This div background color is #379005.

Border color

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

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

This div border color is #379005.

Opacity

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

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

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

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

This text has shadow with #379005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #379005.

Preview

Color preview on black background

This text has color #379005 on black background.


Color preview on white background

This text has color #379005 on white background.


Black color preview on #379005 background

This text has black color on #379005 background.


White color preview on #379005 background

This text has white color on #379005 background.


Related colors

Complementary color

Complementary color for #hex is #C86FFA.


I love getcolorcode.com

Triadic colors

1 #053790 and #900537 with #379005 are triadic colors.

2 #059037 and #903705 with #379005 are triadic colors.