COLOR #373F1A

HEX: #373F1A RGB: (55,63,26)

Color info

#373F1A contains red, green and blue colors in about the same proportion. Web safe color of #373F1A is #333300 (or #330).

RGB color model

#373F1A color RGB value is (55,63,26).

RGB: (55,63,26) (22%, 25%, 10%)

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 26 of 255 = 10%

55
63
26

R + G + B ~ 19%. #373F1A is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 63 + 26 = 144 (100%)
R 55 of 144 ~ 38.19%
G 63 of 144 ~ 43.75%
B 26 of 144 ~ 18.06'%

%38.19
%43.75
%18.06

CMYK color model

#373F1A color CMYK value is (13,0,59,75).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 58.73%
  • key color value is 75.29%

CMYK: (13,0,59,75)
C13M0Y59K75 (13%, 0%, 59%, 75%)
(0.13 / 0.00 / 0.59 / 0.75)

CMYK percentages

%12.7
%0
%58.73
%75.29

Codes

Color #373F1A in popluar color models

37 3F 1A
RGB 55 63 26
HSL 73° 41.57% 17.45%
HSB/HSV 73° 58.73% 24.71%
CMYK 12.70% 0.00% 58.73%
75.29%

Color #373F1A in popluar number systems.

HEX 37 3F 1A
Decimal 55 63 26
Binary 110111 111111 11010
Octal 67 77 32

Shades and tints

Shades of #373F1A

#373F1A
(55,63,26)
#323A18
(50,58,24)
#2D3516
(45,53,22)
#283014
(40,48,20)
#232B12
(35,43,18)
#1E2610
(30,38,16)
#19210E
(25,33,14)
#141C0C
(20,28,12)
#0F170A
(15,23,10)
#0A1208
(10,18,8)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #373F1A

#373F1A
(55,63,26)
#49502E
(73,80,46)
#5B6142
(91,97,66)
#6D7256
(109,114,86)
#7F836A
(127,131,106)
#91947E
(145,148,126)
#A3A592
(163,165,146)
#B5B6A6
(181,182,166)
#C7C7BA
(199,199,186)
#D9D8CE
(217,216,206)
#EBE9E2
(235,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373F1A color. Also use rgb(55,63,26) instead hex code.

Text Font Color

.myTextColor { color: #373F1A; }

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

This text font color is #373F1A.

Background Color

.myBgColor { background-color: #373F1A; }

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

This div background color is #373F1A.

Border color

.myBorderColor { border: 1px solid #373F1A; }

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

This div border color is #373F1A.

Opacity

.myOpacity80 { color: #373F1A; opacity: 0.8; }

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

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

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

This text has shadow with #373F1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373F1A.

Preview

Color preview on black background

This text has color #373F1A on black background.


Color preview on white background

This text has color #373F1A on white background.


Black color preview on #373F1A background

This text has black color on #373F1A background.


White color preview on #373F1A background

This text has white color on #373F1A background.


Related colors

Complementary color

Complementary color for #hex is #C8C0E5.


I love getcolorcode.com

Triadic colors

1 #1A373F and #3F1A37 with #373F1A are triadic colors.

2 #1A3F37 and #3F371A with #373F1A are triadic colors.