COLOR #30343D

HEX: #30343D RGB: (48,52,61)

Color info

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

RGB color model

#30343D color RGB value is (48,52,61).

RGB: (48,52,61) (19%, 20%, 24%)

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 61 of 255 = 24%

48
52
61

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

Portions of RGB colors in percentages

R + G + B = 48 + 52 + 61 = 161 (100%)
R 48 of 161 ~ 29.81%
G 52 of 161 ~ 32.3%
B 61 of 161 ~ 37.89'%

%29.81
%32.3
%37.89

CMYK color model

#30343D color CMYK value is (21,15,0,76).

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

CMYK: (21,15,0,76)
C21M15Y0K76 (21%, 15%, 0%, 76%)
(0.21 / 0.15 / 0.00 / 0.76)

CMYK percentages

%21.31
%14.75
%0
%76.08

Codes

Color #30343D in popluar color models

30 34 3D
RGB 48 52 61
HSL 222° 11.93% 21.37%
HSB/HSV 222° 21.31% 23.92%
CMYK 21.31% 14.75% 0.00%
76.08%

Color #30343D in popluar number systems.

HEX 30 34 3D
Decimal 48 52 61
Binary 110000 110100 111101
Octal 60 64 75

Shades and tints

Shades of #30343D

#30343D
(48,52,61)
#2C3038
(44,48,56)
#282C33
(40,44,51)
#24282E
(36,40,46)
#202429
(32,36,41)
#1C2024
(28,32,36)
#181C1F
(24,28,31)
#14181A
(20,24,26)
#101415
(16,20,21)
#0C1010
(12,16,16)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #30343D

#30343D
(48,52,61)
#42464E
(66,70,78)
#54585F
(84,88,95)
#666A70
(102,106,112)
#787C81
(120,124,129)
#8A8E92
(138,142,146)
#9CA0A3
(156,160,163)
#AEB2B4
(174,178,180)
#C0C4C5
(192,196,197)
#D2D6D6
(210,214,214)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30343D; }

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

This text font color is #30343D.

Background Color

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

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

This div background color is #30343D.

Border color

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

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

This div border color is #30343D.

Opacity

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

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

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

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

This text has shadow with #30343D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30343D.

Preview

Color preview on black background

This text has color #30343D on black background.


Color preview on white background

This text has color #30343D on white background.


Black color preview on #30343D background

This text has black color on #30343D background.


White color preview on #30343D background

This text has white color on #30343D background.


Related colors

Complementary color

Complementary color for #hex is #CFCBC2.


I love getcolorcode.com

Triadic colors

1 #3D3034 and #343D30 with #30343D are triadic colors.

2 #3D3430 and #34303D with #30343D are triadic colors.