COLOR #303833

HEX: #303833 RGB: (48,56,51)

Color info

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

RGB color model

#303833 color RGB value is (48,56,51).

RGB: (48,56,51) (19%, 22%, 20%)

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 51 of 255 = 20%

48
56
51

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

Portions of RGB colors in percentages

R + G + B = 48 + 56 + 51 = 155 (100%)
R 48 of 155 ~ 30.97%
G 56 of 155 ~ 36.13%
B 51 of 155 ~ 32.9'%

%30.97
%36.13
%32.9

CMYK color model

#303833 color CMYK value is (14,0,9,78).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 78.04%

CMYK: (14,0,9,78)
C14M0Y9K78 (14%, 0%, 9%, 78%)
(0.14 / 0.00 / 0.09 / 0.78)

CMYK percentages

%14.29
%0
%8.93
%78.04

Codes

Color #303833 in popluar color models

30 38 33
RGB 48 56 51
HSL 143° 7.69% 20.39%
HSB/HSV 143° 14.29% 21.96%
CMYK 14.29% 0.00% 8.93%
78.04%

Color #303833 in popluar number systems.

HEX 30 38 33
Decimal 48 56 51
Binary 110000 111000 110011
Octal 60 70 63

Shades and tints

Shades of #303833

#303833
(48,56,51)
#2C332F
(44,51,47)
#282E2B
(40,46,43)
#242927
(36,41,39)
#202423
(32,36,35)
#1C1F1F
(28,31,31)
#181A1B
(24,26,27)
#141517
(20,21,23)
#101013
(16,16,19)
#0C0B0F
(12,11,15)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #303833

#303833
(48,56,51)
#424A45
(66,74,69)
#545C57
(84,92,87)
#666E69
(102,110,105)
#78807B
(120,128,123)
#8A928D
(138,146,141)
#9CA49F
(156,164,159)
#AEB6B1
(174,182,177)
#C0C8C3
(192,200,195)
#D2DAD5
(210,218,213)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303833; }

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

This text font color is #303833.

Background Color

.myBgColor { background-color: #303833; }

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

This div background color is #303833.

Border color

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

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

This div border color is #303833.

Opacity

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

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

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

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

This text has shadow with #303833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303833.

Preview

Color preview on black background

This text has color #303833 on black background.


Color preview on white background

This text has color #303833 on white background.


Black color preview on #303833 background

This text has black color on #303833 background.


White color preview on #303833 background

This text has white color on #303833 background.


Related colors

Complementary color

Complementary color for #hex is #CFC7CC.


I love getcolorcode.com

Triadic colors

1 #333038 and #383330 with #303833 are triadic colors.

2 #333830 and #383033 with #303833 are triadic colors.