COLOR #375E65

HEX: #375E65
RGB: (55,94,101)

Color info

#375E65 contains red, green and blue colors in about the same proportion. Web safe color of #375E65 is #336666 (or #366).

RGB color model

#375E65 color RGB value is (55,94,101).

  • red value is 55;
  • green value is 94;
  • blue value is 101.
RGB:
(55,94,101)
(22%,37%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 94 of 255 = 37%
B 101 of 255 = 40%

55
94
101

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

Portions of RGB colors in percentages

R + G + B =
55 + 94 + 101 = 250 (100%)
R 55 of 250 ~ 22%
G 94 of 250 ~ 37.6%
B 101 of 250 ~ 40.4%

%22
%37.6
%40.4

CMYK color model

#375E65 color CMYK value is (46,7,0,60).

  • cyan value is 45.54%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(46,7,0,60)
C46M7Y0K60 
(46%,7%,0%,60%)
(0.46/0.07/0.00/0.60)	

CMYK percentages

%45.54
%6.93
%0
%60.39

Codes

Color #375E65 in popluar color models

375E65
RGB5594101
HSL189°29.49%30.59%
HSB/HSV189°45.54%39.61%
CMYK45.54%6.93%0.00%
60.39%

Color #375E65 in popluar number systems.

HEX375E65
Decimal5594101
Binary11011110111101100101
Octal67136145

Shades and tints

Shades of #375E65

#375E65
(55,94,101)
#32565C
(50,86,92)
#2D4E53
(45,78,83)
#28464A
(40,70,74)
#233E41
(35,62,65)
#1E3638
(30,54,56)
#192E2F
(25,46,47)
#142626
(20,38,38)
#0F1E1D
(15,30,29)
#0A1614
(10,22,20)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #375E65

#375E65
(55,94,101)
#496C73
(73,108,115)
#5B7A81
(91,122,129)
#6D888F
(109,136,143)
#7F969D
(127,150,157)
#91A4AB
(145,164,171)
#A3B2B9
(163,178,185)
#B5C0C7
(181,192,199)
#C7CED5
(199,206,213)
#D9DCE3
(217,220,227)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375E65 color. Also use rgb(55,94,101) instead hex code.

Text Font Color

.myTextColor { color: #375E65; }

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

This text font color is #375E65.


Background Color

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

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

This div background color is #375E65.


Border color

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

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

This div border color is #375E65.


Opacity

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

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

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

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

This text has shadow with #375E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375E65 on black background.


Color preview on white background

This text has color #375E65 on white background.



Black color preview on #375E65 background

This text has black color on #375E65 background.


White color preview on #375E65 background

This text has white color on #375E65 background.