COLOR #303530

HEX: #303530
RGB: (48,53,48)

Color info

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

RGB color model

#303530 color RGB value is (48,53,48).

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

RGB channels and saturation

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

48
53
48

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

Portions of RGB colors in percentages

R + G + B =
48 + 53 + 48 = 149 (100%)
R 48 of 149 ~ 32.21%
G 53 of 149 ~ 35.57%
B 48 of 149 ~ 32.21%

%32.21
%35.57
%32.21

CMYK color model

#303530 color CMYK value is (9,0,9,79).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(9,0,9,79)
C9M0Y9K79 
(9%,0%,9%,79%)
(0.09/0.00/0.09/0.79)	

CMYK percentages

%9.43
%0
%9.43
%79.22

Codes

Color #303530 in popluar color models

303530
RGB485348
HSL120°4.95%19.80%
HSB/HSV120°9.43%20.78%
CMYK9.43%0.00%9.43%
79.22%

Color #303530 in popluar number systems.

HEX303530
Decimal485348
Binary110000110101110000
Octal606560

Shades and tints

Shades of #303530

#303530
(48,53,48)
#2C312C
(44,49,44)
#282D28
(40,45,40)
#242924
(36,41,36)
#202520
(32,37,32)
#1C211C
(28,33,28)
#181D18
(24,29,24)
#141914
(20,25,20)
#101510
(16,21,16)
#0C110C
(12,17,12)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #303530

#303530
(48,53,48)
#424742
(66,71,66)
#545954
(84,89,84)
#666B66
(102,107,102)
#787D78
(120,125,120)
#8A8F8A
(138,143,138)
#9CA19C
(156,161,156)
#AEB3AE
(174,179,174)
#C0C5C0
(192,197,192)
#D2D7D2
(210,215,210)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303530; }

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

This text font color is #303530.


Background Color

.myBgColor { background-color: #303530; }

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

This div background color is #303530.


Border color

.myBorderColor { border: 1px solid #303530; }

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

This div border color is #303530.


Opacity

.myOpacity80 { color: #303530; opacity: 0.8; }

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

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

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

This text has shadow with #303530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303530 on black background.


Color preview on white background

This text has color #303530 on white background.



Black color preview on #303530 background

This text has black color on #303530 background.


White color preview on #303530 background

This text has white color on #303530 background.