COLOR #37423D

HEX: #37423D
RGB: (55,66,61)

Color info

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

RGB color model

#37423D color RGB value is (55,66,61).

  • red value is 55;
  • green value is 66;
  • blue value is 61.
RGB:
(55,66,61)
(22%,26%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 61 of 255 = 24%

55
66
61

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

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 61 = 182 (100%)
R 55 of 182 ~ 30.22%
G 66 of 182 ~ 36.26%
B 61 of 182 ~ 33.52%

%30.22
%36.26
%33.52

CMYK color model

#37423D color CMYK value is (17,0,8,74).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(17,0,8,74)
C17M0Y8K74 
(17%,0%,8%,74%)
(0.17/0.00/0.08/0.74)	

CMYK percentages

%16.67
%0
%7.58
%74.12

Codes

Color #37423D in popluar color models

37423D
RGB556661
HSL153°9.09%23.73%
HSB/HSV153°16.67%25.88%
CMYK16.67%0.00%7.58%
74.12%

Color #37423D in popluar number systems.

HEX37423D
Decimal556661
Binary1101111000010111101
Octal6710275

Shades and tints

Shades of #37423D

#37423D
(55,66,61)
#323C38
(50,60,56)
#2D3633
(45,54,51)
#28302E
(40,48,46)
#232A29
(35,42,41)
#1E2424
(30,36,36)
#191E1F
(25,30,31)
#14181A
(20,24,26)
#0F1215
(15,18,21)
#0A0C10
(10,12,16)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #37423D

#37423D
(55,66,61)
#49534E
(73,83,78)
#5B645F
(91,100,95)
#6D7570
(109,117,112)
#7F8681
(127,134,129)
#919792
(145,151,146)
#A3A8A3
(163,168,163)
#B5B9B4
(181,185,180)
#C7CAC5
(199,202,197)
#D9DBD6
(217,219,214)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37423D; }

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

This text font color is #37423D.


Background Color

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

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

This div background color is #37423D.


Border color

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

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

This div border color is #37423D.


Opacity

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

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

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

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

This text has shadow with #37423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37423D on black background.


Color preview on white background

This text has color #37423D on white background.



Black color preview on #37423D background

This text has black color on #37423D background.


White color preview on #37423D background

This text has white color on #37423D background.