COLOR #303019

HEX: #303019 RGB: (48,48,25)

Color info

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

RGB color model

#303019 color RGB value is (48,48,25).

RGB: (48,48,25) (19%, 19%, 10%)

RGB channels and saturation

R 48 of 255 = 19%
G 48 of 255 = 19%
B 25 of 255 = 10%

48
48
25

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

Portions of RGB colors in percentages

R + G + B = 48 + 48 + 25 = 121 (100%)
R 48 of 121 ~ 39.67%
G 48 of 121 ~ 39.67%
B 25 of 121 ~ 20.66'%

%39.67
%39.67
%20.66

CMYK color model

#303019 color CMYK value is (0,0,48,81).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 81.18%
CMYK: (0,0,48,81) C0M0Y48K81 (0%,0%,48%,81%) (0.00/0.00/0.48/0.81) 

CMYK percentages

%0
%0
%47.92
%81.18

Codes

Color #303019 in popluar color models

30 30 19
RGB 48 48 25
HSL 60° 31.51% 14.31%
HSB/HSV 60° 47.92% 18.82%
CMYK 0.00% 0.00% 47.92%
81.18%

Color #303019 in popluar number systems.

HEX 30 30 19
Decimal 48 48 25
Binary 110000 110000 11001
Octal 60 60 31

Shades and tints

Shades of #303019

#303019
(48,48,25)
#2C2C17
(44,44,23)
#282815
(40,40,21)
#242413
(36,36,19)
#202011
(32,32,17)
#1C1C0F
(28,28,15)
#18180D
(24,24,13)
#14140B
(20,20,11)
#101009
(16,16,9)
#0C0C07
(12,12,7)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #303019

#303019
(48,48,25)
#42422D
(66,66,45)
#545441
(84,84,65)
#666655
(102,102,85)
#787869
(120,120,105)
#8A8A7D
(138,138,125)
#9C9C91
(156,156,145)
#AEAEA5
(174,174,165)
#C0C0B9
(192,192,185)
#D2D2CD
(210,210,205)
#E4E4E1
(228,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303019; }

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

This text font color is #303019.

Background Color

.myBgColor { background-color: #303019; }

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

This div background color is #303019.

Border color

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

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

This div border color is #303019.

Opacity

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

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

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

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

This text has shadow with #303019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303019.

Preview

Color preview on black background

This text has color #303019 on black background.


Color preview on white background

This text has color #303019 on white background.


Black color preview on #303019 background

This text has black color on #303019 background.


White color preview on #303019 background

This text has white color on #303019 background.


Related colors

Complementary color

Complementary color for #hex is #CFCFE6.


I love getcolorcode.com