COLOR #375948

HEX: #375948
RGB: (55,89,72)

Color info

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

RGB color model

#375948 color RGB value is (55,89,72).

  • red value is 55;
  • green value is 89;
  • blue value is 72.
RGB:
(55,89,72)
(22%,35%,28%)

RGB channels and saturation

R 55 of 255 = 22%
G 89 of 255 = 35%
B 72 of 255 = 28%

55
89
72

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

Portions of RGB colors in percentages

R + G + B =
55 + 89 + 72 = 216 (100%)
R 55 of 216 ~ 25.46%
G 89 of 216 ~ 41.2%
B 72 of 216 ~ 33.33%

%25.46
%41.2
%33.33

CMYK color model

#375948 color CMYK value is (38,0,19,65).

  • cyan value is 38.20%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(38,0,19,65)
C38M0Y19K65 
(38%,0%,19%,65%)
(0.38/0.00/0.19/0.65)	

CMYK percentages

%38.2
%0
%19.1
%65.1

Codes

Color #375948 in popluar color models

375948
RGB558972
HSL150°23.61%28.24%
HSB/HSV150°38.20%34.90%
CMYK38.20%0.00%19.10%
65.10%

Color #375948 in popluar number systems.

HEX375948
Decimal558972
Binary11011110110011001000
Octal67131110

Shades and tints

Shades of #375948

#375948
(55,89,72)
#325142
(50,81,66)
#2D493C
(45,73,60)
#284136
(40,65,54)
#233930
(35,57,48)
#1E312A
(30,49,42)
#192924
(25,41,36)
#14211E
(20,33,30)
#0F1918
(15,25,24)
#0A1112
(10,17,18)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #375948

#375948
(55,89,72)
#496858
(73,104,88)
#5B7768
(91,119,104)
#6D8678
(109,134,120)
#7F9588
(127,149,136)
#91A498
(145,164,152)
#A3B3A8
(163,179,168)
#B5C2B8
(181,194,184)
#C7D1C8
(199,209,200)
#D9E0D8
(217,224,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375948; }

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

This text font color is #375948.


Background Color

.myBgColor { background-color: #375948; }

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

This div background color is #375948.


Border color

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

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

This div border color is #375948.


Opacity

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

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

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

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

This text has shadow with #375948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375948 on black background.


Color preview on white background

This text has color #375948 on white background.



Black color preview on #375948 background

This text has black color on #375948 background.


White color preview on #375948 background

This text has white color on #375948 background.