COLOR #375F48

HEX: #375F48 RGB: (55,95,72)

Color info

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

RGB color model

#375F48 color RGB value is (55,95,72).

RGB: (55,95,72) (22%, 37%, 28%)

RGB channels and saturation

R 55 of 255 = 22%
G 95 of 255 = 37%
B 72 of 255 = 28%

55
95
72

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

Portions of RGB colors in percentages

R + G + B = 55 + 95 + 72 = 222 (100%)
R 55 of 222 ~ 24.77%
G 95 of 222 ~ 42.79%
B 72 of 222 ~ 32.43'%

%24.77
%42.79
%32.43

CMYK color model

#375F48 color CMYK value is (42,0,24,63).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 62.75%

CMYK: (42,0,24,63)
C42M0Y24K63 (42%, 0%, 24%, 63%)
(0.42 / 0.00 / 0.24 / 0.63)

CMYK percentages

%42.11
%0
%24.21
%62.75

Codes

Color #375F48 in popluar color models

37 5F 48
RGB 55 95 72
HSL 146° 26.67% 29.41%
HSB/HSV 146° 42.11% 37.25%
CMYK 42.11% 0.00% 24.21%
62.75%

Color #375F48 in popluar number systems.

HEX 37 5F 48
Decimal 55 95 72
Binary 110111 1011111 1001000
Octal 67 137 110

Shades and tints

Shades of #375F48

#375F48
(55,95,72)
#325742
(50,87,66)
#2D4F3C
(45,79,60)
#284736
(40,71,54)
#233F30
(35,63,48)
#1E372A
(30,55,42)
#192F24
(25,47,36)
#14271E
(20,39,30)
#0F1F18
(15,31,24)
#0A1712
(10,23,18)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #375F48

#375F48
(55,95,72)
#496D58
(73,109,88)
#5B7B68
(91,123,104)
#6D8978
(109,137,120)
#7F9788
(127,151,136)
#91A598
(145,165,152)
#A3B3A8
(163,179,168)
#B5C1B8
(181,193,184)
#C7CFC8
(199,207,200)
#D9DDD8
(217,221,216)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375F48 color. Also use rgb(55,95,72) instead hex code.

Text Font Color

.myTextColor { color: #375F48; }

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

This text font color is #375F48.

Background Color

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

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

This div background color is #375F48.

Border color

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

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

This div border color is #375F48.

Opacity

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

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

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

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

This text has shadow with #375F48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375F48.

Preview

Color preview on black background

This text has color #375F48 on black background.


Color preview on white background

This text has color #375F48 on white background.


Black color preview on #375F48 background

This text has black color on #375F48 background.


White color preview on #375F48 background

This text has white color on #375F48 background.


Related colors

Complementary color

Complementary color for #hex is #C8A0B7.


I love getcolorcode.com

Triadic colors

1 #48375F and #5F4837 with #375F48 are triadic colors.

2 #485F37 and #5F3748 with #375F48 are triadic colors.