COLOR #375A7A

HEX: #375A7A RGB: (55,90,122)

Color info

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

RGB color model

#375A7A color RGB value is (55,90,122).

RGB: (55,90,122) (22%, 35%, 48%)

RGB channels and saturation

R 55 of 255 = 22%
G 90 of 255 = 35%
B 122 of 255 = 48%

55
90
122

R + G + B ~ 35%. #375A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 90 + 122 = 267 (100%)
R 55 of 267 ~ 20.6%
G 90 of 267 ~ 33.71%
B 122 of 267 ~ 45.69'%

%20.6
%33.71
%45.69

CMYK color model

#375A7A color CMYK value is (55,26,0,52).

  • cyan value is 54.92%
  • magenta value is 26.23%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (55,26,0,52)
C55M26Y0K52 (55%, 26%, 0%, 52%)
(0.55 / 0.26 / 0.00 / 0.52)

CMYK percentages

%54.92
%26.23
%0
%52.16

Codes

Color #375A7A in popluar color models

37 5A 7A
RGB 55 90 122
HSL 209° 37.85% 34.71%
HSB/HSV 209° 54.92% 47.84%
CMYK 54.92% 26.23% 0.00%
52.16%

Color #375A7A in popluar number systems.

HEX 37 5A 7A
Decimal 55 90 122
Binary 110111 1011010 1111010
Octal 67 132 172

Shades and tints

Shades of #375A7A

#375A7A
(55,90,122)
#32526F
(50,82,111)
#2D4A64
(45,74,100)
#284259
(40,66,89)
#233A4E
(35,58,78)
#1E3243
(30,50,67)
#192A38
(25,42,56)
#14222D
(20,34,45)
#0F1A22
(15,26,34)
#0A1217
(10,18,23)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #375A7A

#375A7A
(55,90,122)
#496986
(73,105,134)
#5B7892
(91,120,146)
#6D879E
(109,135,158)
#7F96AA
(127,150,170)
#91A5B6
(145,165,182)
#A3B4C2
(163,180,194)
#B5C3CE
(181,195,206)
#C7D2DA
(199,210,218)
#D9E1E6
(217,225,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375A7A color. Also use rgb(55,90,122) instead hex code.

Text Font Color

.myTextColor { color: #375A7A; }

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

This text font color is #375A7A.

Background Color

.myBgColor { background-color: #375A7A; }

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

This div background color is #375A7A.

Border color

.myBorderColor { border: 1px solid #375A7A; }

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

This div border color is #375A7A.

Opacity

.myOpacity80 { color: #375A7A; opacity: 0.8; }

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

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

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

This text has shadow with #375A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375A7A.

Preview

Color preview on black background

This text has color #375A7A on black background.


Color preview on white background

This text has color #375A7A on white background.


Black color preview on #375A7A background

This text has black color on #375A7A background.


White color preview on #375A7A background

This text has white color on #375A7A background.


Related colors

Complementary color

Complementary color for #hex is #C8A585.


I love getcolorcode.com

Triadic colors

1 #7A375A and #5A7A37 with #375A7A are triadic colors.

2 #7A5A37 and #5A377A with #375A7A are triadic colors.