COLOR #378245

HEX: #378245 RGB: (55,130,69)

Color info

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

RGB color model

#378245 color RGB value is (55,130,69).

RGB: (55,130,69) (22%, 51%, 27%)

RGB channels and saturation

R 55 of 255 = 22%
G 130 of 255 = 51%
B 69 of 255 = 27%

55
130
69

R + G + B ~ 33%. #378245 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 130 + 69 = 254 (100%)
R 55 of 254 ~ 21.65%
G 130 of 254 ~ 51.18%
B 69 of 254 ~ 27.17'%

%21.65
%51.18
%27.17

CMYK color model

#378245 color CMYK value is (58,0,47,49).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 46.92%
  • key color value is 49.02%
CMYK: (58,0,47,49) C58M0Y47K49 (58%,0%,47%,49%) (0.58/0.00/0.47/0.49) 

CMYK percentages

%57.69
%0
%46.92
%49.02

Codes

Color #378245 in popluar color models

37 82 45
RGB 55 130 69
HSL 131° 40.54% 36.27%
HSB/HSV 131° 57.69% 50.98%
CMYK 57.69% 0.00% 46.92%
49.02%

Color #378245 in popluar number systems.

HEX 37 82 45
Decimal 55 130 69
Binary 110111 10000010 1000101
Octal 67 202 105

Shades and tints

Shades of #378245

#378245
(55,130,69)
#32773F
(50,119,63)
#2D6C39
(45,108,57)
#286133
(40,97,51)
#23562D
(35,86,45)
#1E4B27
(30,75,39)
#194021
(25,64,33)
#14351B
(20,53,27)
#0F2A15
(15,42,21)
#0A1F0F
(10,31,15)
#051409
(5,20,9)
#000000
(0,0,0)

Tints of #378245

#378245
(55,130,69)
#498D55
(73,141,85)
#5B9865
(91,152,101)
#6DA375
(109,163,117)
#7FAE85
(127,174,133)
#91B995
(145,185,149)
#A3C4A5
(163,196,165)
#B5CFB5
(181,207,181)
#C7DAC5
(199,218,197)
#D9E5D5
(217,229,213)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378245 color. Also use rgb(55,130,69) instead hex code.

Text Font Color

.myTextColor { color: #378245; }

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

This text font color is #378245.

Background Color

.myBgColor { background-color: #378245; }

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

This div background color is #378245.

Border color

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

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

This div border color is #378245.

Opacity

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

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

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

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

This text has shadow with #378245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #378245.

Preview

Color preview on black background

This text has color #378245 on black background.


Color preview on white background

This text has color #378245 on white background.


Black color preview on #378245 background

This text has black color on #378245 background.


White color preview on #378245 background

This text has white color on #378245 background.


Related colors

Complementary color

Complementary color for #hex is #C87DBA.


I love getcolorcode.com

Triadic colors

1 #453782 and #824537 with #378245 are triadic colors.

2 #458237 and #823745 with #378245 are triadic colors.