COLOR #30372D

HEX: #30372D RGB: (48,55,45)

Color info

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

RGB color model

#30372D color RGB value is (48,55,45).

RGB: (48,55,45) (19%, 22%, 18%)

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 45 of 255 = 18%

48
55
45

R + G + B ~ 20%. #30372D is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 55 + 45 = 148 (100%)
R 48 of 148 ~ 32.43%
G 55 of 148 ~ 37.16%
B 45 of 148 ~ 30.41'%

%32.43
%37.16
%30.41

CMYK color model

#30372D color CMYK value is (13,0,18,78).

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

CMYK: (13,0,18,78)
C13M0Y18K78 (13%, 0%, 18%, 78%)
(0.13 / 0.00 / 0.18 / 0.78)

CMYK percentages

%12.73
%0
%18.18
%78.43

Codes

Color #30372D in popluar color models

30 37 2D
RGB 48 55 45
HSL 102° 10.00% 19.61%
HSB/HSV 102° 18.18% 21.57%
CMYK 12.73% 0.00% 18.18%
78.43%

Color #30372D in popluar number systems.

HEX 30 37 2D
Decimal 48 55 45
Binary 110000 110111 101101
Octal 60 67 55

Shades and tints

Shades of #30372D

#30372D
(48,55,45)
#2C3229
(44,50,41)
#282D25
(40,45,37)
#242821
(36,40,33)
#20231D
(32,35,29)
#1C1E19
(28,30,25)
#181915
(24,25,21)
#141411
(20,20,17)
#100F0D
(16,15,13)
#0C0A09
(12,10,9)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #30372D

#30372D
(48,55,45)
#424940
(66,73,64)
#545B53
(84,91,83)
#666D66
(102,109,102)
#787F79
(120,127,121)
#8A918C
(138,145,140)
#9CA39F
(156,163,159)
#AEB5B2
(174,181,178)
#C0C7C5
(192,199,197)
#D2D9D8
(210,217,216)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30372D color. Also use rgb(48,55,45) instead hex code.

Text Font Color

.myTextColor { color: #30372D; }

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

This text font color is #30372D.

Background Color

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

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

This div background color is #30372D.

Border color

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

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

This div border color is #30372D.

Opacity

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

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

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

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

This text has shadow with #30372D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30372D.

Preview

Color preview on black background

This text has color #30372D on black background.


Color preview on white background

This text has color #30372D on white background.


Black color preview on #30372D background

This text has black color on #30372D background.


White color preview on #30372D background

This text has white color on #30372D background.


Related colors

Complementary color

Complementary color for #hex is #CFC8D2.


I love getcolorcode.com

Triadic colors

1 #2D3037 and #372D30 with #30372D are triadic colors.

2 #2D3730 and #37302D with #30372D are triadic colors.