COLOR #37403A

HEX: #37403A
RGB: (55,64,58)

Color info

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

RGB color model

#37403A color RGB value is (55,64,58).

  • red value is 55;
  • green value is 64;
  • blue value is 58.
RGB:
(55,64,58)
(22%,25%,23%)

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 58 of 255 = 23%

55
64
58

R + G + B ~ 23%. #37403A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 58 = 177 (100%)
R 55 of 177 ~ 31.07%
G 64 of 177 ~ 36.16%
B 58 of 177 ~ 32.77%

%31.07
%36.16
%32.77

CMYK color model

#37403A color CMYK value is (14,0,9,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 74.90%
CMYK:
(14,0,9,75)
C14M0Y9K75 
(14%,0%,9%,75%)
(0.14/0.00/0.09/0.75)	

CMYK percentages

%14.06
%0
%9.38
%74.9

Codes

Color #37403A in popluar color models

37403A
RGB556458
HSL140°7.56%23.33%
HSB/HSV140°14.06%25.10%
CMYK14.06%0.00%9.38%
74.90%

Color #37403A in popluar number systems.

HEX37403A
Decimal556458
Binary1101111000000111010
Octal6710072

Shades and tints

Shades of #37403A

#37403A
(55,64,58)
#323B35
(50,59,53)
#2D3630
(45,54,48)
#28312B
(40,49,43)
#232C26
(35,44,38)
#1E2721
(30,39,33)
#19221C
(25,34,28)
#141D17
(20,29,23)
#0F1812
(15,24,18)
#0A130D
(10,19,13)
#050E08
(5,14,8)
#000000
(0,0,0)

Tints of #37403A

#37403A
(55,64,58)
#49514B
(73,81,75)
#5B625C
(91,98,92)
#6D736D
(109,115,109)
#7F847E
(127,132,126)
#91958F
(145,149,143)
#A3A6A0
(163,166,160)
#B5B7B1
(181,183,177)
#C7C8C2
(199,200,194)
#D9D9D3
(217,217,211)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37403A color. Also use rgb(55,64,58) instead hex code.

Text Font Color

.myTextColor { color: #37403A; }

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

This text font color is #37403A.


Background Color

.myBgColor { background-color: #37403A; }

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

This div background color is #37403A.


Border color

.myBorderColor { border: 1px solid #37403A; }

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

This div border color is #37403A.


Opacity

.myOpacity80 { color: #37403A; opacity: 0.8; }

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

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

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

This text has shadow with #37403A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37403A on black background.


Color preview on white background

This text has color #37403A on white background.



Black color preview on #37403A background

This text has black color on #37403A background.


White color preview on #37403A background

This text has white color on #37403A background.