COLOR #303B1D

HEX: #303B1D
RGB: (48,59,29)

Color info

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

RGB color model

#303B1D color RGB value is (48,59,29).

  • red value is 48;
  • green value is 59;
  • blue value is 29.
RGB:
(48,59,29)
(19%,23%,11%)

RGB channels and saturation

R 48 of 255 = 19%
G 59 of 255 = 23%
B 29 of 255 = 11%

48
59
29

R + G + B ~ 18%. #303B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 59 + 29 = 136 (100%)
R 48 of 136 ~ 35.29%
G 59 of 136 ~ 43.38%
B 29 of 136 ~ 21.32%

%35.29
%43.38
%21.32

CMYK color model

#303B1D color CMYK value is (19,0,51,77).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 50.85%
  • key color value is 76.86%
CMYK:
(19,0,51,77)
C19M0Y51K77 
(19%,0%,51%,77%)
(0.19/0.00/0.51/0.77)	

CMYK percentages

%18.64
%0
%50.85
%76.86

Codes

Color #303B1D in popluar color models

303B1D
RGB485929
HSL82°34.09%17.25%
HSB/HSV82°50.85%23.14%
CMYK18.64%0.00%50.85%
76.86%

Color #303B1D in popluar number systems.

HEX303B1D
Decimal485929
Binary11000011101111101
Octal607335

Shades and tints

Shades of #303B1D

#303B1D
(48,59,29)
#2C361B
(44,54,27)
#283119
(40,49,25)
#242C17
(36,44,23)
#202715
(32,39,21)
#1C2213
(28,34,19)
#181D11
(24,29,17)
#14180F
(20,24,15)
#10130D
(16,19,13)
#0C0E0B
(12,14,11)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #303B1D

#303B1D
(48,59,29)
#424C31
(66,76,49)
#545D45
(84,93,69)
#666E59
(102,110,89)
#787F6D
(120,127,109)
#8A9081
(138,144,129)
#9CA195
(156,161,149)
#AEB2A9
(174,178,169)
#C0C3BD
(192,195,189)
#D2D4D1
(210,212,209)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303B1D color. Also use rgb(48,59,29) instead hex code.

Text Font Color

.myTextColor { color: #303B1D; }

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

This text font color is #303B1D.


Background Color

.myBgColor { background-color: #303B1D; }

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

This div background color is #303B1D.


Border color

.myBorderColor { border: 1px solid #303B1D; }

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

This div border color is #303B1D.


Opacity

.myOpacity80 { color: #303B1D; opacity: 0.8; }

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

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

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

This text has shadow with #303B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303B1D on black background.


Color preview on white background

This text has color #303B1D on white background.



Black color preview on #303B1D background

This text has black color on #303B1D background.


White color preview on #303B1D background

This text has white color on #303B1D background.