COLOR #375751

HEX: #375751
RGB: (55,87,81)

Color info

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

RGB color model

#375751 color RGB value is (55,87,81).

  • red value is 55;
  • green value is 87;
  • blue value is 81.
RGB:
(55,87,81)
(22%,34%,32%)

RGB channels and saturation

R 55 of 255 = 22%
G 87 of 255 = 34%
B 81 of 255 = 32%

55
87
81

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

Portions of RGB colors in percentages

R + G + B =
55 + 87 + 81 = 223 (100%)
R 55 of 223 ~ 24.66%
G 87 of 223 ~ 39.01%
B 81 of 223 ~ 36.32%

%24.66
%39.01
%36.32

CMYK color model

#375751 color CMYK value is (37,0,7,66).

  • cyan value is 36.78%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 65.88%
CMYK:
(37,0,7,66)
C37M0Y7K66 
(37%,0%,7%,66%)
(0.37/0.00/0.07/0.66)	

CMYK percentages

%36.78
%0
%6.9
%65.88

Codes

Color #375751 in popluar color models

375751
RGB558781
HSL169°22.54%27.84%
HSB/HSV169°36.78%34.12%
CMYK36.78%0.00%6.90%
65.88%

Color #375751 in popluar number systems.

HEX375751
Decimal558781
Binary11011110101111010001
Octal67127121

Shades and tints

Shades of #375751

#375751
(55,87,81)
#32504A
(50,80,74)
#2D4943
(45,73,67)
#28423C
(40,66,60)
#233B35
(35,59,53)
#1E342E
(30,52,46)
#192D27
(25,45,39)
#142620
(20,38,32)
#0F1F19
(15,31,25)
#0A1812
(10,24,18)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #375751

#375751
(55,87,81)
#496660
(73,102,96)
#5B756F
(91,117,111)
#6D847E
(109,132,126)
#7F938D
(127,147,141)
#91A29C
(145,162,156)
#A3B1AB
(163,177,171)
#B5C0BA
(181,192,186)
#C7CFC9
(199,207,201)
#D9DED8
(217,222,216)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375751 color. Also use rgb(55,87,81) instead hex code.

Text Font Color

.myTextColor { color: #375751; }

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

This text font color is #375751.


Background Color

.myBgColor { background-color: #375751; }

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

This div background color is #375751.


Border color

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

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

This div border color is #375751.


Opacity

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

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

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

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

This text has shadow with #375751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375751 on black background.


Color preview on white background

This text has color #375751 on white background.



Black color preview on #375751 background

This text has black color on #375751 background.


White color preview on #375751 background

This text has white color on #375751 background.