COLOR #303B15

HEX: #303B15 RGB: (48,59,21)

Color info

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

RGB color model

#303B15 color RGB value is (48,59,21).

RGB: (48,59,21) (19%, 23%, 8%)

RGB channels and saturation

R 48 of 255 = 19%
G 59 of 255 = 23%
B 21 of 255 = 8%

48
59
21

R + G + B ~ 17%. #303B15 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 59 + 21 = 128 (100%)
R 48 of 128 ~ 37.5%
G 59 of 128 ~ 46.09%
B 21 of 128 ~ 16.41'%

%37.5
%46.09
%16.41

CMYK color model

#303B15 color CMYK value is (19,0,64,77).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 64.41%
  • key color value is 76.86%

CMYK: (19,0,64,77)
C19M0Y64K77 (19%, 0%, 64%, 77%)
(0.19 / 0.00 / 0.64 / 0.77)

CMYK percentages

%18.64
%0
%64.41
%76.86

Codes

Color #303B15 in popluar color models

30 3B 15
RGB 48 59 21
HSL 77° 47.50% 15.69%
HSB/HSV 77° 64.41% 23.14%
CMYK 18.64% 0.00% 64.41%
76.86%

Color #303B15 in popluar number systems.

HEX 30 3B 15
Decimal 48 59 21
Binary 110000 111011 10101
Octal 60 73 25

Shades and tints

Shades of #303B15

#303B15
(48,59,21)
#2C3614
(44,54,20)
#283113
(40,49,19)
#242C12
(36,44,18)
#202711
(32,39,17)
#1C2210
(28,34,16)
#181D0F
(24,29,15)
#14180E
(20,24,14)
#10130D
(16,19,13)
#0C0E0C
(12,14,12)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #303B15

#303B15
(48,59,21)
#424C2A
(66,76,42)
#545D3F
(84,93,63)
#666E54
(102,110,84)
#787F69
(120,127,105)
#8A907E
(138,144,126)
#9CA193
(156,161,147)
#AEB2A8
(174,178,168)
#C0C3BD
(192,195,189)
#D2D4D2
(210,212,210)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303B15; }

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

This text font color is #303B15.

Background Color

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

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

This div background color is #303B15.

Border color

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

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

This div border color is #303B15.

Opacity

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

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

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

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

This text has shadow with #303B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303B15.

Preview

Color preview on black background

This text has color #303B15 on black background.


Color preview on white background

This text has color #303B15 on white background.


Black color preview on #303B15 background

This text has black color on #303B15 background.


White color preview on #303B15 background

This text has white color on #303B15 background.


Related colors

Complementary color

Complementary color for #hex is #CFC4EA.


I love getcolorcode.com

Triadic colors

1 #15303B and #3B1530 with #303B15 are triadic colors.

2 #153B30 and #3B3015 with #303B15 are triadic colors.