COLOR #303134

HEX: #303134
RGB: (48,49,52)

Color info

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

RGB color model

#303134 color RGB value is (48,49,52).

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

RGB channels and saturation

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

48
49
52

R + G + B ~ 19%. #303134 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 49 + 52 = 149 (100%)
R 48 of 149 ~ 32.21%
G 49 of 149 ~ 32.89%
B 52 of 149 ~ 34.9%

%32.21
%32.89
%34.9

CMYK color model

#303134 color CMYK value is (8,6,0,80).

  • cyan value is 7.69%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(8,6,0,80)
C8M6Y0K80 
(8%,6%,0%,80%)
(0.08/0.06/0.00/0.80)	

CMYK percentages

%7.69
%5.77
%0
%79.61

Codes

Color #303134 in popluar color models

303134
RGB484952
HSL225°4.00%19.61%
HSB/HSV225°7.69%20.39%
CMYK7.69%5.77%0.00%
79.61%

Color #303134 in popluar number systems.

HEX303134
Decimal484952
Binary110000110001110100
Octal606164

Shades and tints

Shades of #303134

#303134
(48,49,52)
#2C2D30
(44,45,48)
#28292C
(40,41,44)
#242528
(36,37,40)
#202124
(32,33,36)
#1C1D20
(28,29,32)
#18191C
(24,25,28)
#141518
(20,21,24)
#101114
(16,17,20)
#0C0D10
(12,13,16)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #303134

#303134
(48,49,52)
#424346
(66,67,70)
#545558
(84,85,88)
#66676A
(102,103,106)
#78797C
(120,121,124)
#8A8B8E
(138,139,142)
#9C9DA0
(156,157,160)
#AEAFB2
(174,175,178)
#C0C1C4
(192,193,196)
#D2D3D6
(210,211,214)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303134; }

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

This text font color is #303134.


Background Color

.myBgColor { background-color: #303134; }

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

This div background color is #303134.


Border color

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

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

This div border color is #303134.


Opacity

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

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

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

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

This text has shadow with #303134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303134 on black background.


Color preview on white background

This text has color #303134 on white background.



Black color preview on #303134 background

This text has black color on #303134 background.


White color preview on #303134 background

This text has white color on #303134 background.