COLOR #375F65

HEX: #375F65
RGB: (55,95,101)

Color info

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

RGB color model

#375F65 color RGB value is (55,95,101).

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

RGB channels and saturation

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

55
95
101

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

Portions of RGB colors in percentages

R + G + B =
55 + 95 + 101 = 251 (100%)
R 55 of 251 ~ 21.91%
G 95 of 251 ~ 37.85%
B 101 of 251 ~ 40.24%

%21.91
%37.85
%40.24

CMYK color model

#375F65 color CMYK value is (46,6,0,60).

  • cyan value is 45.54%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(46,6,0,60)
C46M6Y0K60 
(46%,6%,0%,60%)
(0.46/0.06/0.00/0.60)	

CMYK percentages

%45.54
%5.94
%0
%60.39

Codes

Color #375F65 in popluar color models

375F65
RGB5595101
HSL188°29.49%30.59%
HSB/HSV188°45.54%39.61%
CMYK45.54%5.94%0.00%
60.39%

Color #375F65 in popluar number systems.

HEX375F65
Decimal5595101
Binary11011110111111100101
Octal67137145

Shades and tints

Shades of #375F65

#375F65
(55,95,101)
#32575C
(50,87,92)
#2D4F53
(45,79,83)
#28474A
(40,71,74)
#233F41
(35,63,65)
#1E3738
(30,55,56)
#192F2F
(25,47,47)
#142726
(20,39,38)
#0F1F1D
(15,31,29)
#0A1714
(10,23,20)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #375F65

#375F65
(55,95,101)
#496D73
(73,109,115)
#5B7B81
(91,123,129)
#6D898F
(109,137,143)
#7F979D
(127,151,157)
#91A5AB
(145,165,171)
#A3B3B9
(163,179,185)
#B5C1C7
(181,193,199)
#C7CFD5
(199,207,213)
#D9DDE3
(217,221,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375F65; }

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

This text font color is #375F65.


Background Color

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

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

This div background color is #375F65.


Border color

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

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

This div border color is #375F65.


Opacity

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

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

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

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

This text has shadow with #375F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375F65 on black background.


Color preview on white background

This text has color #375F65 on white background.



Black color preview on #375F65 background

This text has black color on #375F65 background.


White color preview on #375F65 background

This text has white color on #375F65 background.