COLOR #303838

HEX: #303838
RGB: (48,56,56)

Color info

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

RGB color model

#303838 color RGB value is (48,56,56).

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

RGB channels and saturation

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

48
56
56

R + G + B ~ 21%. #303838 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 56 + 56 = 160 (100%)
R 48 of 160 ~ 30%
G 56 of 160 ~ 35%
B 56 of 160 ~ 35%

%30
%35
%35

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(14,0,0,78)
C14M0Y0K78 
(14%,0%,0%,78%)
(0.14/0.00/0.00/0.78)	

CMYK percentages

%14.29
%0
%0
%78.04

Codes

Color #303838 in popluar color models

303838
RGB485656
HSL180°7.69%20.39%
HSB/HSV180°14.29%21.96%
CMYK14.29%0.00%0.00%
78.04%

Color #303838 in popluar number systems.

HEX303838
Decimal485656
Binary110000111000111000
Octal607070

Shades and tints

Shades of #303838

#303838
(48,56,56)
#2C3333
(44,51,51)
#282E2E
(40,46,46)
#242929
(36,41,41)
#202424
(32,36,36)
#1C1F1F
(28,31,31)
#181A1A
(24,26,26)
#141515
(20,21,21)
#101010
(16,16,16)
#0C0B0B
(12,11,11)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #303838

#303838
(48,56,56)
#424A4A
(66,74,74)
#545C5C
(84,92,92)
#666E6E
(102,110,110)
#788080
(120,128,128)
#8A9292
(138,146,146)
#9CA4A4
(156,164,164)
#AEB6B6
(174,182,182)
#C0C8C8
(192,200,200)
#D2DADA
(210,218,218)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303838; }

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

This text font color is #303838.


Background Color

.myBgColor { background-color: #303838; }

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

This div background color is #303838.


Border color

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

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

This div border color is #303838.


Opacity

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

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

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

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

This text has shadow with #303838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303838 on black background.


Color preview on white background

This text has color #303838 on white background.



Black color preview on #303838 background

This text has black color on #303838 background.


White color preview on #303838 background

This text has white color on #303838 background.