COLOR #375B64

HEX: #375B64
RGB: (55,91,100)

Color info

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

RGB color model

#375B64 color RGB value is (55,91,100).

  • red value is 55;
  • green value is 91;
  • blue value is 100.
RGB:
(55,91,100)
(22%,36%,39%)

RGB channels and saturation

R 55 of 255 = 22%
G 91 of 255 = 36%
B 100 of 255 = 39%

55
91
100

R + G + B ~ 32%. #375B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 91 + 100 = 246 (100%)
R 55 of 246 ~ 22.36%
G 91 of 246 ~ 36.99%
B 100 of 246 ~ 40.65%

%22.36
%36.99
%40.65

CMYK color model

#375B64 color CMYK value is (45,9,0,61).

  • cyan value is 45.00%
  • magenta value is 9.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(45,9,0,61)
C45M9Y0K61 
(45%,9%,0%,61%)
(0.45/0.09/0.00/0.61)	

CMYK percentages

%45
%9
%0
%60.78

Codes

Color #375B64 in popluar color models

375B64
RGB5591100
HSL192°29.03%30.39%
HSB/HSV192°45.00%39.22%
CMYK45.00%9.00%0.00%
60.78%

Color #375B64 in popluar number systems.

HEX375B64
Decimal5591100
Binary11011110110111100100
Octal67133144

Shades and tints

Shades of #375B64

#375B64
(55,91,100)
#32535B
(50,83,91)
#2D4B52
(45,75,82)
#284349
(40,67,73)
#233B40
(35,59,64)
#1E3337
(30,51,55)
#192B2E
(25,43,46)
#142325
(20,35,37)
#0F1B1C
(15,27,28)
#0A1313
(10,19,19)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #375B64

#375B64
(55,91,100)
#496972
(73,105,114)
#5B7780
(91,119,128)
#6D858E
(109,133,142)
#7F939C
(127,147,156)
#91A1AA
(145,161,170)
#A3AFB8
(163,175,184)
#B5BDC6
(181,189,198)
#C7CBD4
(199,203,212)
#D9D9E2
(217,217,226)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375B64 color. Also use rgb(55,91,100) instead hex code.

Text Font Color

.myTextColor { color: #375B64; }

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

This text font color is #375B64.


Background Color

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

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

This div background color is #375B64.


Border color

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

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

This div border color is #375B64.


Opacity

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

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

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

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

This text has shadow with #375B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375B64 on black background.


Color preview on white background

This text has color #375B64 on white background.



Black color preview on #375B64 background

This text has black color on #375B64 background.


White color preview on #375B64 background

This text has white color on #375B64 background.