COLOR #37413F

HEX: #37413F RGB: (55,65,63)

Color info

#37413F contains red, green and blue colors in about the same proportion. Web safe color of #37413F is #333333 (or #333).

RGB color model

#37413F color RGB value is (55,65,63).

RGB: (55,65,63) (22%, 25%, 25%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 63 of 255 = 25%

55
65
63

R + G + B ~ 24%. #37413F is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 65 + 63 = 183 (100%)
R 55 of 183 ~ 30.05%
G 65 of 183 ~ 35.52%
B 63 of 183 ~ 34.43'%

%30.05
%35.52
%34.43

CMYK color model

#37413F color CMYK value is (15,0,3,75).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 74.51%

CMYK: (15,0,3,75)
C15M0Y3K75 (15%, 0%, 3%, 75%)
(0.15 / 0.00 / 0.03 / 0.75)

CMYK percentages

%15.38
%0
%3.08
%74.51

Codes

Color #37413F in popluar color models

37 41 3F
RGB 55 65 63
HSL 168° 8.33% 23.53%
HSB/HSV 168° 15.38% 25.49%
CMYK 15.38% 0.00% 3.08%
74.51%

Color #37413F in popluar number systems.

HEX 37 41 3F
Decimal 55 65 63
Binary 110111 1000001 111111
Octal 67 101 77

Shades and tints

Shades of #37413F

#37413F
(55,65,63)
#323C3A
(50,60,58)
#2D3735
(45,55,53)
#283230
(40,50,48)
#232D2B
(35,45,43)
#1E2826
(30,40,38)
#192321
(25,35,33)
#141E1C
(20,30,28)
#0F1917
(15,25,23)
#0A1412
(10,20,18)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #37413F

#37413F
(55,65,63)
#495250
(73,82,80)
#5B6361
(91,99,97)
#6D7472
(109,116,114)
#7F8583
(127,133,131)
#919694
(145,150,148)
#A3A7A5
(163,167,165)
#B5B8B6
(181,184,182)
#C7C9C7
(199,201,199)
#D9DAD8
(217,218,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37413F color. Also use rgb(55,65,63) instead hex code.

Text Font Color

.myTextColor { color: #37413F; }

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

This text font color is #37413F.

Background Color

.myBgColor { background-color: #37413F; }

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

This div background color is #37413F.

Border color

.myBorderColor { border: 1px solid #37413F; }

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

This div border color is #37413F.

Opacity

.myOpacity80 { color: #37413F; opacity: 0.8; }

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

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

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

This text has shadow with #37413F color.


.textShadow {text-shadow: 3px 3px 1px #37413F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37413F; -webkit-box-shadow: 1px 1px 3px 2px #37413F; box-shadow:1px 1px 3px 2px #37413F;">
Div content here
</div>

This div box has shadow with color #37413F.

Preview

Color preview on black background

This text has color #37413F on black background.


Color preview on white background

This text has color #37413F on white background.


Black color preview on #37413F background

This text has black color on #37413F background.


White color preview on #37413F background

This text has white color on #37413F background.


Related colors

Complementary color

Complementary color for #hex is #C8BEC0.


I love getcolorcode.com

Triadic colors

1 #3F3741 and #413F37 with #37413F are triadic colors.

2 #3F4137 and #41373F with #37413F are triadic colors.