COLOR #30363D

HEX: #30363D RGB: (48,54,61)

Color info

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

RGB color model

#30363D color RGB value is (48,54,61).

RGB: (48,54,61) (19%, 21%, 24%)

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 61 of 255 = 24%

48
54
61

R + G + B ~ 21%. #30363D is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 54 + 61 = 163 (100%)
R 48 of 163 ~ 29.45%
G 54 of 163 ~ 33.13%
B 61 of 163 ~ 37.42'%

%29.45
%33.13
%37.42

CMYK color model

#30363D color CMYK value is (21,11,0,76).

  • cyan value is 21.31%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (21,11,0,76)
C21M11Y0K76 (21%, 11%, 0%, 76%)
(0.21 / 0.11 / 0.00 / 0.76)

CMYK percentages

%21.31
%11.48
%0
%76.08

Codes

Color #30363D in popluar color models

30 36 3D
RGB 48 54 61
HSL 212° 11.93% 21.37%
HSB/HSV 212° 21.31% 23.92%
CMYK 21.31% 11.48% 0.00%
76.08%

Color #30363D in popluar number systems.

HEX 30 36 3D
Decimal 48 54 61
Binary 110000 110110 111101
Octal 60 66 75

Shades and tints

Shades of #30363D

#30363D
(48,54,61)
#2C3238
(44,50,56)
#282E33
(40,46,51)
#242A2E
(36,42,46)
#202629
(32,38,41)
#1C2224
(28,34,36)
#181E1F
(24,30,31)
#141A1A
(20,26,26)
#101615
(16,22,21)
#0C1210
(12,18,16)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #30363D

#30363D
(48,54,61)
#42484E
(66,72,78)
#545A5F
(84,90,95)
#666C70
(102,108,112)
#787E81
(120,126,129)
#8A9092
(138,144,146)
#9CA2A3
(156,162,163)
#AEB4B4
(174,180,180)
#C0C6C5
(192,198,197)
#D2D8D6
(210,216,214)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30363D color. Also use rgb(48,54,61) instead hex code.

Text Font Color

.myTextColor { color: #30363D; }

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

This text font color is #30363D.

Background Color

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

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

This div background color is #30363D.

Border color

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

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

This div border color is #30363D.

Opacity

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

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

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

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

This text has shadow with #30363D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30363D.

Preview

Color preview on black background

This text has color #30363D on black background.


Color preview on white background

This text has color #30363D on white background.


Black color preview on #30363D background

This text has black color on #30363D background.


White color preview on #30363D background

This text has white color on #30363D background.


Related colors

Complementary color

Complementary color for #hex is #CFC9C2.


I love getcolorcode.com

Triadic colors

1 #3D3036 and #363D30 with #30363D are triadic colors.

2 #3D3630 and #36303D with #30363D are triadic colors.