COLOR #375440

HEX: #375440
RGB: (55,84,64)

Color info

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

RGB color model

#375440 color RGB value is (55,84,64).

  • red value is 55;
  • green value is 84;
  • blue value is 64.
RGB:
(55,84,64)
(22%,33%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 64 of 255 = 25%

55
84
64

R + G + B ~ 27%. #375440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 64 = 203 (100%)
R 55 of 203 ~ 27.09%
G 84 of 203 ~ 41.38%
B 64 of 203 ~ 31.53%

%27.09
%41.38
%31.53

CMYK color model

#375440 color CMYK value is (35,0,24,67).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 67.06%
CMYK:
(35,0,24,67)
C35M0Y24K67 
(35%,0%,24%,67%)
(0.35/0.00/0.24/0.67)	

CMYK percentages

%34.52
%0
%23.81
%67.06

Codes

Color #375440 in popluar color models

375440
RGB558464
HSL139°20.86%27.25%
HSB/HSV139°34.52%32.94%
CMYK34.52%0.00%23.81%
67.06%

Color #375440 in popluar number systems.

HEX375440
Decimal558464
Binary11011110101001000000
Octal67124100

Shades and tints

Shades of #375440

#375440
(55,84,64)
#324D3B
(50,77,59)
#2D4636
(45,70,54)
#283F31
(40,63,49)
#23382C
(35,56,44)
#1E3127
(30,49,39)
#192A22
(25,42,34)
#14231D
(20,35,29)
#0F1C18
(15,28,24)
#0A1513
(10,21,19)
#050E0E
(5,14,14)
#000000
(0,0,0)

Tints of #375440

#375440
(55,84,64)
#496351
(73,99,81)
#5B7262
(91,114,98)
#6D8173
(109,129,115)
#7F9084
(127,144,132)
#919F95
(145,159,149)
#A3AEA6
(163,174,166)
#B5BDB7
(181,189,183)
#C7CCC8
(199,204,200)
#D9DBD9
(217,219,217)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375440 color. Also use rgb(55,84,64) instead hex code.

Text Font Color

.myTextColor { color: #375440; }

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

This text font color is #375440.


Background Color

.myBgColor { background-color: #375440; }

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

This div background color is #375440.


Border color

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

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

This div border color is #375440.


Opacity

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

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

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

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

This text has shadow with #375440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375440 on black background.


Color preview on white background

This text has color #375440 on white background.



Black color preview on #375440 background

This text has black color on #375440 background.


White color preview on #375440 background

This text has white color on #375440 background.