COLOR #378A5D

HEX: #378A5D RGB: (55,138,93)

Color info

#378A5D contains mainly green and blue colors. Web safe color of #378A5D is #339966 (or #396).

RGB color model

#378A5D color RGB value is (55,138,93).

RGB: (55,138,93) (22%, 54%, 36%)

RGB channels and saturation

R 55 of 255 = 22%
G 138 of 255 = 54%
B 93 of 255 = 36%

55
138
93

R + G + B ~ 37%. #378A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 138 + 93 = 286 (100%)
R 55 of 286 ~ 19.23%
G 138 of 286 ~ 48.25%
B 93 of 286 ~ 32.52'%

%19.23
%48.25
%32.52

CMYK color model

#378A5D color CMYK value is (60,0,33,46).

  • cyan value is 60.14%
  • magenta value is 0.00%
  • yellow value is 32.61%
  • key color value is 45.88%

CMYK: (60,0,33,46)
C60M0Y33K46 (60%, 0%, 33%, 46%)
(0.60 / 0.00 / 0.33 / 0.46)

CMYK percentages

%60.14
%0
%32.61
%45.88

Codes

Color #378A5D in popluar color models

37 8A 5D
RGB 55 138 93
HSL 147° 43.01% 37.84%
HSB/HSV 147° 60.14% 54.12%
CMYK 60.14% 0.00% 32.61%
45.88%

Color #378A5D in popluar number systems.

HEX 37 8A 5D
Decimal 55 138 93
Binary 110111 10001010 1011101
Octal 67 212 135

Shades and tints

Shades of #378A5D

#378A5D
(55,138,93)
#327E55
(50,126,85)
#2D724D
(45,114,77)
#286645
(40,102,69)
#235A3D
(35,90,61)
#1E4E35
(30,78,53)
#19422D
(25,66,45)
#143625
(20,54,37)
#0F2A1D
(15,42,29)
#0A1E15
(10,30,21)
#05120D
(5,18,13)
#000000
(0,0,0)

Tints of #378A5D

#378A5D
(55,138,93)
#49946B
(73,148,107)
#5B9E79
(91,158,121)
#6DA887
(109,168,135)
#7FB295
(127,178,149)
#91BCA3
(145,188,163)
#A3C6B1
(163,198,177)
#B5D0BF
(181,208,191)
#C7DACD
(199,218,205)
#D9E4DB
(217,228,219)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378A5D color. Also use rgb(55,138,93) instead hex code.

Text Font Color

.myTextColor { color: #378A5D; }

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

This text font color is #378A5D.

Background Color

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

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

This div background color is #378A5D.

Border color

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

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

This div border color is #378A5D.

Opacity

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

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

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

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

This text has shadow with #378A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #378A5D.

Preview

Color preview on black background

This text has color #378A5D on black background.


Color preview on white background

This text has color #378A5D on white background.


Black color preview on #378A5D background

This text has black color on #378A5D background.


White color preview on #378A5D background

This text has white color on #378A5D background.


Related colors

Complementary color

Complementary color for #378A5D is #C875A2.


I love getcolorcode.com

Triadic colors

1 #5D378A and #8A5D37 with #378A5D are triadic colors.

2 #5D8A37 and #8A375D with #378A5D are triadic colors.