COLOR #37302A

HEX: #37302A RGB: (55,48,42)

Color info

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

RGB color model

#37302A color RGB value is (55,48,42).

RGB: (55,48,42) (22%, 19%, 16%)

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 42 of 255 = 16%

55
48
42

R + G + B ~ 19%. #37302A is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 48 + 42 = 145 (100%)
R 55 of 145 ~ 37.93%
G 48 of 145 ~ 33.1%
B 42 of 145 ~ 28.97'%

%37.93
%33.1
%28.97

CMYK color model

#37302A color CMYK value is (0,13,24,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 23.64%
  • key color value is 78.43%

CMYK: (0,13,24,78)
C0M13Y24K78 (0%, 13%, 24%, 78%)
(0.00 / 0.13 / 0.24 / 0.78)

CMYK percentages

%0
%12.73
%23.64
%78.43

Codes

Color #37302A in popluar color models

37 30 2A
RGB 55 48 42
HSL 28° 13.40% 19.02%
HSB/HSV 28° 23.64% 21.57%
CMYK 0.00% 12.73% 23.64%
78.43%

Color #37302A in popluar number systems.

HEX 37 30 2A
Decimal 55 48 42
Binary 110111 110000 101010
Octal 67 60 52

Shades and tints

Shades of #37302A

#37302A
(55,48,42)
#322C27
(50,44,39)
#2D2824
(45,40,36)
#282421
(40,36,33)
#23201E
(35,32,30)
#1E1C1B
(30,28,27)
#191818
(25,24,24)
#141415
(20,20,21)
#0F1012
(15,16,18)
#0A0C0F
(10,12,15)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #37302A

#37302A
(55,48,42)
#49423D
(73,66,61)
#5B5450
(91,84,80)
#6D6663
(109,102,99)
#7F7876
(127,120,118)
#918A89
(145,138,137)
#A39C9C
(163,156,156)
#B5AEAF
(181,174,175)
#C7C0C2
(199,192,194)
#D9D2D5
(217,210,213)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37302A color. Also use rgb(55,48,42) instead hex code.

Text Font Color

.myTextColor { color: #37302A; }

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

This text font color is #37302A.

Background Color

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

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

This div background color is #37302A.

Border color

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

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

This div border color is #37302A.

Opacity

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

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

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

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

This text has shadow with #37302A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37302A.

Preview

Color preview on black background

This text has color #37302A on black background.


Color preview on white background

This text has color #37302A on white background.


Black color preview on #37302A background

This text has black color on #37302A background.


White color preview on #37302A background

This text has white color on #37302A background.


Related colors

Complementary color

Complementary color for #hex is #C8CFD5.


I love getcolorcode.com

Triadic colors

1 #2A3730 and #302A37 with #37302A are triadic colors.

2 #2A3037 and #30372A with #37302A are triadic colors.