COLOR #375344

HEX: #375344
RGB: (55,83,68)

Color info

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

RGB color model

#375344 color RGB value is (55,83,68).

  • red value is 55;
  • green value is 83;
  • blue value is 68.
RGB:
(55,83,68)
(22%,33%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 83 of 255 = 33%
B 68 of 255 = 27%

55
83
68

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

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 68 = 206 (100%)
R 55 of 206 ~ 26.7%
G 83 of 206 ~ 40.29%
B 68 of 206 ~ 33.01%

%26.7
%40.29
%33.01

CMYK color model

#375344 color CMYK value is (34,0,18,67).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 67.45%
CMYK:
(34,0,18,67)
C34M0Y18K67 
(34%,0%,18%,67%)
(0.34/0.00/0.18/0.67)	

CMYK percentages

%33.73
%0
%18.07
%67.45

Codes

Color #375344 in popluar color models

375344
RGB558368
HSL148°20.29%27.06%
HSB/HSV148°33.73%32.55%
CMYK33.73%0.00%18.07%
67.45%

Color #375344 in popluar number systems.

HEX375344
Decimal558368
Binary11011110100111000100
Octal67123104

Shades and tints

Shades of #375344

#375344
(55,83,68)
#324C3E
(50,76,62)
#2D4538
(45,69,56)
#283E32
(40,62,50)
#23372C
(35,55,44)
#1E3026
(30,48,38)
#192920
(25,41,32)
#14221A
(20,34,26)
#0F1B14
(15,27,20)
#0A140E
(10,20,14)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #375344

#375344
(55,83,68)
#496255
(73,98,85)
#5B7166
(91,113,102)
#6D8077
(109,128,119)
#7F8F88
(127,143,136)
#919E99
(145,158,153)
#A3ADAA
(163,173,170)
#B5BCBB
(181,188,187)
#C7CBCC
(199,203,204)
#D9DADD
(217,218,221)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375344 color. Also use rgb(55,83,68) instead hex code.

Text Font Color

.myTextColor { color: #375344; }

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

This text font color is #375344.


Background Color

.myBgColor { background-color: #375344; }

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

This div background color is #375344.


Border color

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

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

This div border color is #375344.


Opacity

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

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

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

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

This text has shadow with #375344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375344 on black background.


Color preview on white background

This text has color #375344 on white background.



Black color preview on #375344 background

This text has black color on #375344 background.


White color preview on #375344 background

This text has white color on #375344 background.