COLOR #37435D

HEX: #37435D
RGB: (55,67,93)

Color info

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

RGB color model

#37435D color RGB value is (55,67,93).

  • red value is 55;
  • green value is 67;
  • blue value is 93.
RGB:
(55,67,93)
(22%,26%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 67 of 255 = 26%
B 93 of 255 = 36%

55
67
93

R + G + B ~ 28%. #37435D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 67 + 93 = 215 (100%)
R 55 of 215 ~ 25.58%
G 67 of 215 ~ 31.16%
B 93 of 215 ~ 43.26%

%25.58
%31.16
%43.26

CMYK color model

#37435D color CMYK value is (41,28,0,64).

  • cyan value is 40.86%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(41,28,0,64)
C41M28Y0K64 
(41%,28%,0%,64%)
(0.41/0.28/0.00/0.64)	

CMYK percentages

%40.86
%27.96
%0
%63.53

Codes

Color #37435D in popluar color models

37435D
RGB556793
HSL221°25.68%29.02%
HSB/HSV221°40.86%36.47%
CMYK40.86%27.96%0.00%
63.53%

Color #37435D in popluar number systems.

HEX37435D
Decimal556793
Binary11011110000111011101
Octal67103135

Shades and tints

Shades of #37435D

#37435D
(55,67,93)
#323D55
(50,61,85)
#2D374D
(45,55,77)
#283145
(40,49,69)
#232B3D
(35,43,61)
#1E2535
(30,37,53)
#191F2D
(25,31,45)
#141925
(20,25,37)
#0F131D
(15,19,29)
#0A0D15
(10,13,21)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #37435D

#37435D
(55,67,93)
#49546B
(73,84,107)
#5B6579
(91,101,121)
#6D7687
(109,118,135)
#7F8795
(127,135,149)
#9198A3
(145,152,163)
#A3A9B1
(163,169,177)
#B5BABF
(181,186,191)
#C7CBCD
(199,203,205)
#D9DCDB
(217,220,219)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37435D color. Also use rgb(55,67,93) instead hex code.

Text Font Color

.myTextColor { color: #37435D; }

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

This text font color is #37435D.


Background Color

.myBgColor { background-color: #37435D; }

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

This div background color is #37435D.


Border color

.myBorderColor { border: 1px solid #37435D; }

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

This div border color is #37435D.


Opacity

.myOpacity80 { color: #37435D; opacity: 0.8; }

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

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

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

This text has shadow with #37435D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37435D on black background.


Color preview on white background

This text has color #37435D on white background.



Black color preview on #37435D background

This text has black color on #37435D background.


White color preview on #37435D background

This text has white color on #37435D background.