COLOR #373055

HEX: #373055
RGB: (55,48,85)

Color info

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

RGB color model

#373055 color RGB value is (55,48,85).

  • red value is 55;
  • green value is 48;
  • blue value is 85.
RGB:
(55,48,85)
(22%,19%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 85 of 255 = 33%

55
48
85

R + G + B ~ 25%. #373055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 85 = 188 (100%)
R 55 of 188 ~ 29.26%
G 48 of 188 ~ 25.53%
B 85 of 188 ~ 45.21%

%29.26
%25.53
%45.21

CMYK color model

#373055 color CMYK value is (35,44,0,67).

  • cyan value is 35.29%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(35,44,0,67)
C35M44Y0K67 
(35%,44%,0%,67%)
(0.35/0.44/0.00/0.67)	

CMYK percentages

%35.29
%43.53
%0
%66.67

Codes

Color #373055 in popluar color models

373055
RGB554885
HSL251°27.82%26.08%
HSB/HSV251°43.53%33.33%
CMYK35.29%43.53%0.00%
66.67%

Color #373055 in popluar number systems.

HEX373055
Decimal554885
Binary1101111100001010101
Octal6760125

Shades and tints

Shades of #373055

#373055
(55,48,85)
#322C4E
(50,44,78)
#2D2847
(45,40,71)
#282440
(40,36,64)
#232039
(35,32,57)
#1E1C32
(30,28,50)
#19182B
(25,24,43)
#141424
(20,20,36)
#0F101D
(15,16,29)
#0A0C16
(10,12,22)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #373055

#373055
(55,48,85)
#494264
(73,66,100)
#5B5473
(91,84,115)
#6D6682
(109,102,130)
#7F7891
(127,120,145)
#918AA0
(145,138,160)
#A39CAF
(163,156,175)
#B5AEBE
(181,174,190)
#C7C0CD
(199,192,205)
#D9D2DC
(217,210,220)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373055 color. Also use rgb(55,48,85) instead hex code.

Text Font Color

.myTextColor { color: #373055; }

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

This text font color is #373055.


Background Color

.myBgColor { background-color: #373055; }

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

This div background color is #373055.


Border color

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

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

This div border color is #373055.


Opacity

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

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

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

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

This text has shadow with #373055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373055 on black background.


Color preview on white background

This text has color #373055 on white background.



Black color preview on #373055 background

This text has black color on #373055 background.


White color preview on #373055 background

This text has white color on #373055 background.