COLOR #375463

HEX: #375463
RGB: (55,84,99)

Color info

#375463 contains red, green and blue colors in about the same proportion. Web safe color of #375463 is #336666 (or #366).

RGB color model

#375463 color RGB value is (55,84,99).

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

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 99 of 255 = 39%

55
84
99

R + G + B ~ 31%. #375463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 99 = 238 (100%)
R 55 of 238 ~ 23.11%
G 84 of 238 ~ 35.29%
B 99 of 238 ~ 41.6%

%23.11
%35.29
%41.6

CMYK color model

#375463 color CMYK value is (44,15,0,61).

  • cyan value is 44.44%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(44,15,0,61)
C44M15Y0K61 
(44%,15%,0%,61%)
(0.44/0.15/0.00/0.61)	

CMYK percentages

%44.44
%15.15
%0
%61.18

Codes

Color #375463 in popluar color models

375463
RGB558499
HSL200°28.57%30.20%
HSB/HSV200°44.44%38.82%
CMYK44.44%15.15%0.00%
61.18%

Color #375463 in popluar number systems.

HEX375463
Decimal558499
Binary11011110101001100011
Octal67124143

Shades and tints

Shades of #375463

#375463
(55,84,99)
#324D5A
(50,77,90)
#2D4651
(45,70,81)
#283F48
(40,63,72)
#23383F
(35,56,63)
#1E3136
(30,49,54)
#192A2D
(25,42,45)
#142324
(20,35,36)
#0F1C1B
(15,28,27)
#0A1512
(10,21,18)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #375463

#375463
(55,84,99)
#496371
(73,99,113)
#5B727F
(91,114,127)
#6D818D
(109,129,141)
#7F909B
(127,144,155)
#919FA9
(145,159,169)
#A3AEB7
(163,174,183)
#B5BDC5
(181,189,197)
#C7CCD3
(199,204,211)
#D9DBE1
(217,219,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375463; }

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

This text font color is #375463.


Background Color

.myBgColor { background-color: #375463; }

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

This div background color is #375463.


Border color

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

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

This div border color is #375463.


Opacity

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

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

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

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

This text has shadow with #375463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375463 on black background.


Color preview on white background

This text has color #375463 on white background.



Black color preview on #375463 background

This text has black color on #375463 background.


White color preview on #375463 background

This text has white color on #375463 background.