COLOR #375863

HEX: #375863
RGB: (55,88,99)

Color info

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

RGB color model

#375863 color RGB value is (55,88,99).

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

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 99 of 255 = 39%

55
88
99

R + G + B ~ 32%. #375863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 99 = 242 (100%)
R 55 of 242 ~ 22.73%
G 88 of 242 ~ 36.36%
B 99 of 242 ~ 40.91%

%22.73
%36.36
%40.91

CMYK color model

#375863 color CMYK value is (44,11,0,61).

  • cyan value is 44.44%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(44,11,0,61)
C44M11Y0K61 
(44%,11%,0%,61%)
(0.44/0.11/0.00/0.61)	

CMYK percentages

%44.44
%11.11
%0
%61.18

Codes

Color #375863 in popluar color models

375863
RGB558899
HSL195°28.57%30.20%
HSB/HSV195°44.44%38.82%
CMYK44.44%11.11%0.00%
61.18%

Color #375863 in popluar number systems.

HEX375863
Decimal558899
Binary11011110110001100011
Octal67130143

Shades and tints

Shades of #375863

#375863
(55,88,99)
#32505A
(50,80,90)
#2D4851
(45,72,81)
#284048
(40,64,72)
#23383F
(35,56,63)
#1E3036
(30,48,54)
#19282D
(25,40,45)
#142024
(20,32,36)
#0F181B
(15,24,27)
#0A1012
(10,16,18)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #375863

#375863
(55,88,99)
#496771
(73,103,113)
#5B767F
(91,118,127)
#6D858D
(109,133,141)
#7F949B
(127,148,155)
#91A3A9
(145,163,169)
#A3B2B7
(163,178,183)
#B5C1C5
(181,193,197)
#C7D0D3
(199,208,211)
#D9DFE1
(217,223,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375863; }

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

This text font color is #375863.


Background Color

.myBgColor { background-color: #375863; }

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

This div background color is #375863.


Border color

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

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

This div border color is #375863.


Opacity

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

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

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

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

This text has shadow with #375863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375863 on black background.


Color preview on white background

This text has color #375863 on white background.



Black color preview on #375863 background

This text has black color on #375863 background.


White color preview on #375863 background

This text has white color on #375863 background.