COLOR #375749

HEX: #375749
RGB: (55,87,73)

Color info

#375749 contains red, green and blue colors in about the same proportion. Web safe color of #375749 is #336633 (or #363).

RGB color model

#375749 color RGB value is (55,87,73).

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

RGB channels and saturation

R 55 of 255 = 22%
G 87 of 255 = 34%
B 73 of 255 = 29%

55
87
73

R + G + B ~ 28%. #375749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 87 + 73 = 215 (100%)
R 55 of 215 ~ 25.58%
G 87 of 215 ~ 40.47%
B 73 of 215 ~ 33.95%

%25.58
%40.47
%33.95

CMYK color model

#375749 color CMYK value is (37,0,16,66).

  • cyan value is 36.78%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(37,0,16,66)
C37M0Y16K66 
(37%,0%,16%,66%)
(0.37/0.00/0.16/0.66)	

CMYK percentages

%36.78
%0
%16.09
%65.88

Codes

Color #375749 in popluar color models

375749
RGB558773
HSL154°22.54%27.84%
HSB/HSV154°36.78%34.12%
CMYK36.78%0.00%16.09%
65.88%

Color #375749 in popluar number systems.

HEX375749
Decimal558773
Binary11011110101111001001
Octal67127111

Shades and tints

Shades of #375749

#375749
(55,87,73)
#325043
(50,80,67)
#2D493D
(45,73,61)
#284237
(40,66,55)
#233B31
(35,59,49)
#1E342B
(30,52,43)
#192D25
(25,45,37)
#14261F
(20,38,31)
#0F1F19
(15,31,25)
#0A1813
(10,24,19)
#05110D
(5,17,13)
#000000
(0,0,0)

Tints of #375749

#375749
(55,87,73)
#496659
(73,102,89)
#5B7569
(91,117,105)
#6D8479
(109,132,121)
#7F9389
(127,147,137)
#91A299
(145,162,153)
#A3B1A9
(163,177,169)
#B5C0B9
(181,192,185)
#C7CFC9
(199,207,201)
#D9DED9
(217,222,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375749; }

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

This text font color is #375749.


Background Color

.myBgColor { background-color: #375749; }

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

This div background color is #375749.


Border color

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

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

This div border color is #375749.


Opacity

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

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

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

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

This text has shadow with #375749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375749 on black background.


Color preview on white background

This text has color #375749 on white background.



Black color preview on #375749 background

This text has black color on #375749 background.


White color preview on #375749 background

This text has white color on #375749 background.