COLOR #303913

HEX: #303913
RGB: (48,57,19)

Color info

#303913 contains red, green and blue colors in about the same proportion. Web safe color of #303913 is #333300 (or #330).

RGB color model

#303913 color RGB value is (48,57,19).

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

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 19 of 255 = 7%

48
57
19

R + G + B ~ 16%. #303913 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 57 + 19 = 124 (100%)
R 48 of 124 ~ 38.71%
G 57 of 124 ~ 45.97%
B 19 of 124 ~ 15.32%

%38.71
%45.97
%15.32

CMYK color model

#303913 color CMYK value is (16,0,67,78).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 77.65%
CMYK:
(16,0,67,78)
C16M0Y67K78 
(16%,0%,67%,78%)
(0.16/0.00/0.67/0.78)	

CMYK percentages

%15.79
%0
%66.67
%77.65

Codes

Color #303913 in popluar color models

303913
RGB485719
HSL74°50.00%14.90%
HSB/HSV74°66.67%22.35%
CMYK15.79%0.00%66.67%
77.65%

Color #303913 in popluar number systems.

HEX303913
Decimal485719
Binary11000011100110011
Octal607123

Shades and tints

Shades of #303913

#303913
(48,57,19)
#2C3412
(44,52,18)
#282F11
(40,47,17)
#242A10
(36,42,16)
#20250F
(32,37,15)
#1C200E
(28,32,14)
#181B0D
(24,27,13)
#14160C
(20,22,12)
#10110B
(16,17,11)
#0C0C0A
(12,12,10)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #303913

#303913
(48,57,19)
#424B28
(66,75,40)
#545D3D
(84,93,61)
#666F52
(102,111,82)
#788167
(120,129,103)
#8A937C
(138,147,124)
#9CA591
(156,165,145)
#AEB7A6
(174,183,166)
#C0C9BB
(192,201,187)
#D2DBD0
(210,219,208)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303913; }

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

This text font color is #303913.


Background Color

.myBgColor { background-color: #303913; }

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

This div background color is #303913.


Border color

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

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

This div border color is #303913.


Opacity

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

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

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

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

This text has shadow with #303913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303913 on black background.


Color preview on white background

This text has color #303913 on white background.



Black color preview on #303913 background

This text has black color on #303913 background.


White color preview on #303913 background

This text has white color on #303913 background.