COLOR #303433

HEX: #303433
RGB: (48,52,51)

Color info

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

RGB color model

#303433 color RGB value is (48,52,51).

  • red value is 48;
  • green value is 52;
  • blue value is 51.
RGB:
(48,52,51)
(19%,20%,20%)

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 51 of 255 = 20%

48
52
51

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

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 51 = 151 (100%)
R 48 of 151 ~ 31.79%
G 52 of 151 ~ 34.44%
B 51 of 151 ~ 33.77%

%31.79
%34.44
%33.77

CMYK color model

#303433 color CMYK value is (8,0,2,80).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 79.61%
CMYK:
(8,0,2,80)
C8M0Y2K80 
(8%,0%,2%,80%)
(0.08/0.00/0.02/0.80)	

CMYK percentages

%7.69
%0
%1.92
%79.61

Codes

Color #303433 in popluar color models

303433
RGB485251
HSL165°4.00%19.61%
HSB/HSV165°7.69%20.39%
CMYK7.69%0.00%1.92%
79.61%

Color #303433 in popluar number systems.

HEX303433
Decimal485251
Binary110000110100110011
Octal606463

Shades and tints

Shades of #303433

#303433
(48,52,51)
#2C302F
(44,48,47)
#282C2B
(40,44,43)
#242827
(36,40,39)
#202423
(32,36,35)
#1C201F
(28,32,31)
#181C1B
(24,28,27)
#141817
(20,24,23)
#101413
(16,20,19)
#0C100F
(12,16,15)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #303433

#303433
(48,52,51)
#424645
(66,70,69)
#545857
(84,88,87)
#666A69
(102,106,105)
#787C7B
(120,124,123)
#8A8E8D
(138,142,141)
#9CA09F
(156,160,159)
#AEB2B1
(174,178,177)
#C0C4C3
(192,196,195)
#D2D6D5
(210,214,213)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303433; }

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

This text font color is #303433.


Background Color

.myBgColor { background-color: #303433; }

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

This div background color is #303433.


Border color

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

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

This div border color is #303433.


Opacity

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

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

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

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

This text has shadow with #303433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303433 on black background.


Color preview on white background

This text has color #303433 on white background.



Black color preview on #303433 background

This text has black color on #303433 background.


White color preview on #303433 background

This text has white color on #303433 background.