COLOR #303613

HEX: #303613 RGB: (48,54,19)

Color info

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

RGB color model

#303613 color RGB value is (48,54,19).

RGB: (48,54,19) (19%, 21%, 7%)

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 19 of 255 = 7%

48
54
19

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

Portions of RGB colors in percentages

R + G + B = 48 + 54 + 19 = 121 (100%)
R 48 of 121 ~ 39.67%
G 54 of 121 ~ 44.63%
B 19 of 121 ~ 15.7'%

%39.67
%44.63
%15.7

CMYK color model

#303613 color CMYK value is (11,0,65,79).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 64.81%
  • key color value is 78.82%

CMYK: (11,0,65,79)
C11M0Y65K79 (11%, 0%, 65%, 79%)
(0.11 / 0.00 / 0.65 / 0.79)

CMYK percentages

%11.11
%0
%64.81
%78.82

Codes

Color #303613 in popluar color models

30 36 13
RGB 48 54 19
HSL 70° 47.95% 14.31%
HSB/HSV 70° 64.81% 21.18%
CMYK 11.11% 0.00% 64.81%
78.82%

Color #303613 in popluar number systems.

HEX 30 36 13
Decimal 48 54 19
Binary 110000 110110 10011
Octal 60 66 23

Shades and tints

Shades of #303613

#303613
(48,54,19)
#2C3212
(44,50,18)
#282E11
(40,46,17)
#242A10
(36,42,16)
#20260F
(32,38,15)
#1C220E
(28,34,14)
#181E0D
(24,30,13)
#141A0C
(20,26,12)
#10160B
(16,22,11)
#0C120A
(12,18,10)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #303613

#303613
(48,54,19)
#424828
(66,72,40)
#545A3D
(84,90,61)
#666C52
(102,108,82)
#787E67
(120,126,103)
#8A907C
(138,144,124)
#9CA291
(156,162,145)
#AEB4A6
(174,180,166)
#C0C6BB
(192,198,187)
#D2D8D0
(210,216,208)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303613; }

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

This text font color is #303613.

Background Color

.myBgColor { background-color: #303613; }

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

This div background color is #303613.

Border color

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

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

This div border color is #303613.

Opacity

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

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

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

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

This text has shadow with #303613 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303613.

Preview

Color preview on black background

This text has color #303613 on black background.


Color preview on white background

This text has color #303613 on white background.


Black color preview on #303613 background

This text has black color on #303613 background.


White color preview on #303613 background

This text has white color on #303613 background.


Related colors

Complementary color

Complementary color for #hex is #CFC9EC.


I love getcolorcode.com

Triadic colors

1 #133036 and #361330 with #303613 are triadic colors.

2 #133630 and #363013 with #303613 are triadic colors.