COLOR #303238

HEX: #303238 RGB: (48,50,56)

Color info

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

RGB color model

#303238 color RGB value is (48,50,56).

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

RGB channels and saturation

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

48
50
56

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

Portions of RGB colors in percentages

R + G + B = 48 + 50 + 56 = 154 (100%)
R 48 of 154 ~ 31.17%
G 50 of 154 ~ 32.47%
B 56 of 154 ~ 36.36'%

%31.17
%32.47
%36.36

CMYK color model

#303238 color CMYK value is (14,11,0,78).

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

CMYK: (14,11,0,78)
C14M11Y0K78 (14%, 11%, 0%, 78%)
(0.14 / 0.11 / 0.00 / 0.78)

CMYK percentages

%14.29
%10.71
%0
%78.04

Codes

Color #303238 in popluar color models

30 32 38
RGB 48 50 56
HSL 225° 7.69% 20.39%
HSB/HSV 225° 14.29% 21.96%
CMYK 14.29% 10.71% 0.00%
78.04%

Color #303238 in popluar number systems.

HEX 30 32 38
Decimal 48 50 56
Binary 110000 110010 111000
Octal 60 62 70

Shades and tints

Shades of #303238

#303238
(48,50,56)
#2C2E33
(44,46,51)
#282A2E
(40,42,46)
#242629
(36,38,41)
#202224
(32,34,36)
#1C1E1F
(28,30,31)
#181A1A
(24,26,26)
#141615
(20,22,21)
#101210
(16,18,16)
#0C0E0B
(12,14,11)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #303238

#303238
(48,50,56)
#42444A
(66,68,74)
#54565C
(84,86,92)
#66686E
(102,104,110)
#787A80
(120,122,128)
#8A8C92
(138,140,146)
#9C9EA4
(156,158,164)
#AEB0B6
(174,176,182)
#C0C2C8
(192,194,200)
#D2D4DA
(210,212,218)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303238; }

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

This text font color is #303238.

Background Color

.myBgColor { background-color: #303238; }

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

This div background color is #303238.

Border color

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

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

This div border color is #303238.

Opacity

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

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

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

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

This text has shadow with #303238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303238.

Preview

Color preview on black background

This text has color #303238 on black background.


Color preview on white background

This text has color #303238 on white background.


Black color preview on #303238 background

This text has black color on #303238 background.


White color preview on #303238 background

This text has white color on #303238 background.


Related colors

Complementary color

Complementary color for #hex is #CFCDC7.


I love getcolorcode.com

Triadic colors

1 #383032 and #323830 with #303238 are triadic colors.

2 #383230 and #323038 with #303238 are triadic colors.