COLOR #377D69

HEX: #377D69 RGB: (55,125,105)

Color info

#377D69 contains mainly green and blue colors. Web safe color of #377D69 is #336666 (or #366).

RGB color model

#377D69 color RGB value is (55,125,105).

RGB: (55,125,105) (22%, 49%, 41%)

RGB channels and saturation

R 55 of 255 = 22%
G 125 of 255 = 49%
B 105 of 255 = 41%

55
125
105

R + G + B ~ 37%. #377D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 125 + 105 = 285 (100%)
R 55 of 285 ~ 19.3%
G 125 of 285 ~ 43.86%
B 105 of 285 ~ 36.84'%

%19.3
%43.86
%36.84

CMYK color model

#377D69 color CMYK value is (56,0,16,51).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 50.98%

CMYK: (56,0,16,51)
C56M0Y16K51 (56%, 0%, 16%, 51%)
(0.56 / 0.00 / 0.16 / 0.51)

CMYK percentages

%56
%0
%16
%50.98

Codes

Color #377D69 in popluar color models

37 7D 69
RGB 55 125 105
HSL 163° 38.89% 35.29%
HSB/HSV 163° 56.00% 49.02%
CMYK 56.00% 0.00% 16.00%
50.98%

Color #377D69 in popluar number systems.

HEX 37 7D 69
Decimal 55 125 105
Binary 110111 1111101 1101001
Octal 67 175 151

Shades and tints

Shades of #377D69

#377D69
(55,125,105)
#327260
(50,114,96)
#2D6757
(45,103,87)
#285C4E
(40,92,78)
#235145
(35,81,69)
#1E463C
(30,70,60)
#193B33
(25,59,51)
#14302A
(20,48,42)
#0F2521
(15,37,33)
#0A1A18
(10,26,24)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #377D69

#377D69
(55,125,105)
#498876
(73,136,118)
#5B9383
(91,147,131)
#6D9E90
(109,158,144)
#7FA99D
(127,169,157)
#91B4AA
(145,180,170)
#A3BFB7
(163,191,183)
#B5CAC4
(181,202,196)
#C7D5D1
(199,213,209)
#D9E0DE
(217,224,222)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377D69 color. Also use rgb(55,125,105) instead hex code.

Text Font Color

.myTextColor { color: #377D69; }

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

This text font color is #377D69.

Background Color

.myBgColor { background-color: #377D69; }

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

This div background color is #377D69.

Border color

.myBorderColor { border: 1px solid #377D69; }

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

This div border color is #377D69.

Opacity

.myOpacity80 { color: #377D69; opacity: 0.8; }

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

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

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

This text has shadow with #377D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #377D69.

Preview

Color preview on black background

This text has color #377D69 on black background.


Color preview on white background

This text has color #377D69 on white background.


Black color preview on #377D69 background

This text has black color on #377D69 background.


White color preview on #377D69 background

This text has white color on #377D69 background.


Related colors

Complementary color

Complementary color for #hex is #C88296.


I love getcolorcode.com

Triadic colors

1 #69377D and #7D6937 with #377D69 are triadic colors.

2 #697D37 and #7D3769 with #377D69 are triadic colors.