COLOR #37413D

HEX: #37413D RGB: (55,65,61)

Color info

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

RGB color model

#37413D color RGB value is (55,65,61).

RGB: (55,65,61) (22%, 25%, 24%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 61 of 255 = 24%

55
65
61

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

Portions of RGB colors in percentages

R + G + B = 55 + 65 + 61 = 181 (100%)
R 55 of 181 ~ 30.39%
G 65 of 181 ~ 35.91%
B 61 of 181 ~ 33.7'%

%30.39
%35.91
%33.7

CMYK color model

#37413D color CMYK value is (15,0,6,75).

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

CMYK: (15,0,6,75)
C15M0Y6K75 (15%, 0%, 6%, 75%)
(0.15 / 0.00 / 0.06 / 0.75)

CMYK percentages

%15.38
%0
%6.15
%74.51

Codes

Color #37413D in popluar color models

37 41 3D
RGB 55 65 61
HSL 156° 8.33% 23.53%
HSB/HSV 156° 15.38% 25.49%
CMYK 15.38% 0.00% 6.15%
74.51%

Color #37413D in popluar number systems.

HEX 37 41 3D
Decimal 55 65 61
Binary 110111 1000001 111101
Octal 67 101 75

Shades and tints

Shades of #37413D

#37413D
(55,65,61)
#323C38
(50,60,56)
#2D3733
(45,55,51)
#28322E
(40,50,46)
#232D29
(35,45,41)
#1E2824
(30,40,36)
#19231F
(25,35,31)
#141E1A
(20,30,26)
#0F1915
(15,25,21)
#0A1410
(10,20,16)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #37413D

#37413D
(55,65,61)
#49524E
(73,82,78)
#5B635F
(91,99,95)
#6D7470
(109,116,112)
#7F8581
(127,133,129)
#919692
(145,150,146)
#A3A7A3
(163,167,163)
#B5B8B4
(181,184,180)
#C7C9C5
(199,201,197)
#D9DAD6
(217,218,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37413D; }

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

This text font color is #37413D.

Background Color

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

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

This div background color is #37413D.

Border color

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

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

This div border color is #37413D.

Opacity

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

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

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

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

This text has shadow with #37413D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37413D.

Preview

Color preview on black background

This text has color #37413D on black background.


Color preview on white background

This text has color #37413D on white background.


Black color preview on #37413D background

This text has black color on #37413D background.


White color preview on #37413D background

This text has white color on #37413D background.


Related colors

Complementary color

Complementary color for #hex is #C8BEC2.


I love getcolorcode.com

Triadic colors

1 #3D3741 and #413D37 with #37413D are triadic colors.

2 #3D4137 and #41373D with #37413D are triadic colors.