COLOR #373853

HEX: #373853
RGB: (55,56,83)

Color info

#373853 contains red, green and blue colors in about the same proportion. Web safe color of #373853 is #333366 (or #336).

RGB color model

#373853 color RGB value is (55,56,83).

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

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 83 of 255 = 33%

55
56
83

R + G + B ~ 26%. #373853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 83 = 194 (100%)
R 55 of 194 ~ 28.35%
G 56 of 194 ~ 28.87%
B 83 of 194 ~ 42.78%

%28.35
%28.87
%42.78

CMYK color model

#373853 color CMYK value is (34,33,0,67).

  • cyan value is 33.73%
  • magenta value is 32.53%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(34,33,0,67)
C34M33Y0K67 
(34%,33%,0%,67%)
(0.34/0.33/0.00/0.67)	

CMYK percentages

%33.73
%32.53
%0
%67.45

Codes

Color #373853 in popluar color models

373853
RGB555683
HSL238°20.29%27.06%
HSB/HSV238°33.73%32.55%
CMYK33.73%32.53%0.00%
67.45%

Color #373853 in popluar number systems.

HEX373853
Decimal555683
Binary1101111110001010011
Octal6770123

Shades and tints

Shades of #373853

#373853
(55,56,83)
#32334C
(50,51,76)
#2D2E45
(45,46,69)
#28293E
(40,41,62)
#232437
(35,36,55)
#1E1F30
(30,31,48)
#191A29
(25,26,41)
#141522
(20,21,34)
#0F101B
(15,16,27)
#0A0B14
(10,11,20)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #373853

#373853
(55,56,83)
#494A62
(73,74,98)
#5B5C71
(91,92,113)
#6D6E80
(109,110,128)
#7F808F
(127,128,143)
#91929E
(145,146,158)
#A3A4AD
(163,164,173)
#B5B6BC
(181,182,188)
#C7C8CB
(199,200,203)
#D9DADA
(217,218,218)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373853; }

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

This text font color is #373853.


Background Color

.myBgColor { background-color: #373853; }

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

This div background color is #373853.


Border color

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

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

This div border color is #373853.


Opacity

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

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

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

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

This text has shadow with #373853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373853 on black background.


Color preview on white background

This text has color #373853 on white background.



Black color preview on #373853 background

This text has black color on #373853 background.


White color preview on #373853 background

This text has white color on #373853 background.