COLOR #373900

HEX: #373900 RGB: (55,57,0)

Color info

#373900 contains only red and green colors. Web safe color of #373900 is #333300 (or #330).

RGB color model

#373900 color RGB value is (55,57,0).

RGB: (55,57,0) (22%, 22%, 0%)

RGB channels and saturation

R 55 of 255 = 22%
G 57 of 255 = 22%
B 0 of 255 = 0%

55
57
0

R + G + B ~ 15%. #373900 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 57 + 0 = 112 (100%)
R 55 of 112 ~ 49.11%
G 57 of 112 ~ 50.89%
B 0 of 112 ~ 0'%

%49.11
%50.89

CMYK color model

#373900 color CMYK value is (4,0,100,78).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 77.65%

CMYK: (4,0,100,78)
C4M0Y100K78 (4%, 0%, 100%, 78%)
(0.04 / 0.00 / 1.00 / 0.78)

CMYK percentages

%3.51
%0
%100
%77.65

Codes

Color #373900 in popluar color models

37 39 00
RGB 55 57 0
HSL 62° 100.00% 11.18%
HSB/HSV 62° 100.00% 22.35%
CMYK 3.51% 0.00% 100.00%
77.65%

Color #373900 in popluar number systems.

HEX 37 39 00
Decimal 55 57 0
Binary 110111 111001 0
Octal 67 71 0

Shades and tints

Shades of #373900

#373900
(55,57,0)
#323400
(50,52,0)
#2D2F00
(45,47,0)
#282A00
(40,42,0)
#232500
(35,37,0)
#1E2000
(30,32,0)
#191B00
(25,27,0)
#141600
(20,22,0)
#0F1100
(15,17,0)
#0A0C00
(10,12,0)
#050700
(5,7,0)
#000000
(0,0,0)

Tints of #373900

#373900
(55,57,0)
#494B17
(73,75,23)
#5B5D2E
(91,93,46)
#6D6F45
(109,111,69)
#7F815C
(127,129,92)
#919373
(145,147,115)
#A3A58A
(163,165,138)
#B5B7A1
(181,183,161)
#C7C9B8
(199,201,184)
#D9DBCF
(217,219,207)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373900 color. Also use rgb(55,57,0) instead hex code.

Text Font Color

.myTextColor { color: #373900; }

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

This text font color is #373900.

Background Color

.myBgColor { background-color: #373900; }

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

This div background color is #373900.

Border color

.myBorderColor { border: 1px solid #373900; }

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

This div border color is #373900.

Opacity

.myOpacity80 { color: #373900; opacity: 0.8; }

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

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

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

This text has shadow with #373900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373900.

Preview

Color preview on black background

This text has color #373900 on black background.


Color preview on white background

This text has color #373900 on white background.


Black color preview on #373900 background

This text has black color on #373900 background.


White color preview on #373900 background

This text has white color on #373900 background.


Related colors

Complementary color

Complementary color for #hex is #C8C6FF.


I love getcolorcode.com

Triadic colors

1 #003739 and #390037 with #373900 are triadic colors.

2 #003937 and #393700 with #373900 are triadic colors.