COLOR #375163

HEX: #375163
RGB: (55,81,99)

Color info

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

RGB color model

#375163 color RGB value is (55,81,99).

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

RGB channels and saturation

R 55 of 255 = 22%
G 81 of 255 = 32%
B 99 of 255 = 39%

55
81
99

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

Portions of RGB colors in percentages

R + G + B =
55 + 81 + 99 = 235 (100%)
R 55 of 235 ~ 23.4%
G 81 of 235 ~ 34.47%
B 99 of 235 ~ 42.13%

%23.4
%34.47
%42.13

CMYK color model

#375163 color CMYK value is (44,18,0,61).

  • cyan value is 44.44%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(44,18,0,61)
C44M18Y0K61 
(44%,18%,0%,61%)
(0.44/0.18/0.00/0.61)	

CMYK percentages

%44.44
%18.18
%0
%61.18

Codes

Color #375163 in popluar color models

375163
RGB558199
HSL205°28.57%30.20%
HSB/HSV205°44.44%38.82%
CMYK44.44%18.18%0.00%
61.18%

Color #375163 in popluar number systems.

HEX375163
Decimal558199
Binary11011110100011100011
Octal67121143

Shades and tints

Shades of #375163

#375163
(55,81,99)
#324A5A
(50,74,90)
#2D4351
(45,67,81)
#283C48
(40,60,72)
#23353F
(35,53,63)
#1E2E36
(30,46,54)
#19272D
(25,39,45)
#142024
(20,32,36)
#0F191B
(15,25,27)
#0A1212
(10,18,18)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #375163

#375163
(55,81,99)
#496071
(73,96,113)
#5B6F7F
(91,111,127)
#6D7E8D
(109,126,141)
#7F8D9B
(127,141,155)
#919CA9
(145,156,169)
#A3ABB7
(163,171,183)
#B5BAC5
(181,186,197)
#C7C9D3
(199,201,211)
#D9D8E1
(217,216,225)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375163; }

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

This text font color is #375163.


Background Color

.myBgColor { background-color: #375163; }

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

This div background color is #375163.


Border color

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

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

This div border color is #375163.


Opacity

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

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

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

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

This text has shadow with #375163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375163 on black background.


Color preview on white background

This text has color #375163 on white background.



Black color preview on #375163 background

This text has black color on #375163 background.


White color preview on #375163 background

This text has white color on #375163 background.