COLOR #30353D

HEX: #30353D
RGB: (48,53,61)

Color info

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

RGB color model

#30353D color RGB value is (48,53,61).

  • red value is 48;
  • green value is 53;
  • blue value is 61.
RGB:
(48,53,61)
(19%,21%,24%)

RGB channels and saturation

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

48
53
61

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

Portions of RGB colors in percentages

R + G + B =
48 + 53 + 61 = 162 (100%)
R 48 of 162 ~ 29.63%
G 53 of 162 ~ 32.72%
B 61 of 162 ~ 37.65%

%29.63
%32.72
%37.65

CMYK color model

#30353D color CMYK value is (21,13,0,76).

  • cyan value is 21.31%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(21,13,0,76)
C21M13Y0K76 
(21%,13%,0%,76%)
(0.21/0.13/0.00/0.76)	

CMYK percentages

%21.31
%13.11
%0
%76.08

Codes

Color #30353D in popluar color models

30353D
RGB485361
HSL217°11.93%21.37%
HSB/HSV217°21.31%23.92%
CMYK21.31%13.11%0.00%
76.08%

Color #30353D in popluar number systems.

HEX30353D
Decimal485361
Binary110000110101111101
Octal606575

Shades and tints

Shades of #30353D

#30353D
(48,53,61)
#2C3138
(44,49,56)
#282D33
(40,45,51)
#24292E
(36,41,46)
#202529
(32,37,41)
#1C2124
(28,33,36)
#181D1F
(24,29,31)
#14191A
(20,25,26)
#101515
(16,21,21)
#0C1110
(12,17,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #30353D

#30353D
(48,53,61)
#42474E
(66,71,78)
#54595F
(84,89,95)
#666B70
(102,107,112)
#787D81
(120,125,129)
#8A8F92
(138,143,146)
#9CA1A3
(156,161,163)
#AEB3B4
(174,179,180)
#C0C5C5
(192,197,197)
#D2D7D6
(210,215,214)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30353D; }

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

This text font color is #30353D.


Background Color

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

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

This div background color is #30353D.


Border color

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

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

This div border color is #30353D.


Opacity

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

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

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

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

This text has shadow with #30353D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30353D on black background.


Color preview on white background

This text has color #30353D on white background.



Black color preview on #30353D background

This text has black color on #30353D background.


White color preview on #30353D background

This text has white color on #30353D background.