COLOR #375850

HEX: #375850
RGB: (55,88,80)

Color info

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

RGB color model

#375850 color RGB value is (55,88,80).

  • red value is 55;
  • green value is 88;
  • blue value is 80.
RGB:
(55,88,80)
(22%,35%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 80 of 255 = 31%

55
88
80

R + G + B ~ 29%. #375850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 80 = 223 (100%)
R 55 of 223 ~ 24.66%
G 88 of 223 ~ 39.46%
B 80 of 223 ~ 35.87%

%24.66
%39.46
%35.87

CMYK color model

#375850 color CMYK value is (38,0,9,65).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(38,0,9,65)
C38M0Y9K65 
(38%,0%,9%,65%)
(0.38/0.00/0.09/0.65)	

CMYK percentages

%37.5
%0
%9.09
%65.49

Codes

Color #375850 in popluar color models

375850
RGB558880
HSL165°23.08%28.04%
HSB/HSV165°37.50%34.51%
CMYK37.50%0.00%9.09%
65.49%

Color #375850 in popluar number systems.

HEX375850
Decimal558880
Binary11011110110001010000
Octal67130120

Shades and tints

Shades of #375850

#375850
(55,88,80)
#325049
(50,80,73)
#2D4842
(45,72,66)
#28403B
(40,64,59)
#233834
(35,56,52)
#1E302D
(30,48,45)
#192826
(25,40,38)
#14201F
(20,32,31)
#0F1818
(15,24,24)
#0A1011
(10,16,17)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #375850

#375850
(55,88,80)
#49675F
(73,103,95)
#5B766E
(91,118,110)
#6D857D
(109,133,125)
#7F948C
(127,148,140)
#91A39B
(145,163,155)
#A3B2AA
(163,178,170)
#B5C1B9
(181,193,185)
#C7D0C8
(199,208,200)
#D9DFD7
(217,223,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375850 color. Also use rgb(55,88,80) instead hex code.

Text Font Color

.myTextColor { color: #375850; }

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

This text font color is #375850.


Background Color

.myBgColor { background-color: #375850; }

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

This div background color is #375850.


Border color

.myBorderColor { border: 1px solid #375850; }

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

This div border color is #375850.


Opacity

.myOpacity80 { color: #375850; opacity: 0.8; }

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

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

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

This text has shadow with #375850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375850 on black background.


Color preview on white background

This text has color #375850 on white background.



Black color preview on #375850 background

This text has black color on #375850 background.


White color preview on #375850 background

This text has white color on #375850 background.