COLOR #30381D

HEX: #30381D
RGB: (48,56,29)

Color info

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

RGB color model

#30381D color RGB value is (48,56,29).

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

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 29 of 255 = 11%

48
56
29

R + G + B ~ 17%. #30381D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 56 + 29 = 133 (100%)
R 48 of 133 ~ 36.09%
G 56 of 133 ~ 42.11%
B 29 of 133 ~ 21.8%

%36.09
%42.11
%21.8

CMYK color model

#30381D color CMYK value is (14,0,48,78).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 48.21%
  • key color value is 78.04%
CMYK:
(14,0,48,78)
C14M0Y48K78 
(14%,0%,48%,78%)
(0.14/0.00/0.48/0.78)	

CMYK percentages

%14.29
%0
%48.21
%78.04

Codes

Color #30381D in popluar color models

30381D
RGB485629
HSL78°31.76%16.67%
HSB/HSV78°48.21%21.96%
CMYK14.29%0.00%48.21%
78.04%

Color #30381D in popluar number systems.

HEX30381D
Decimal485629
Binary11000011100011101
Octal607035

Shades and tints

Shades of #30381D

#30381D
(48,56,29)
#2C331B
(44,51,27)
#282E19
(40,46,25)
#242917
(36,41,23)
#202415
(32,36,21)
#1C1F13
(28,31,19)
#181A11
(24,26,17)
#14150F
(20,21,15)
#10100D
(16,16,13)
#0C0B0B
(12,11,11)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #30381D

#30381D
(48,56,29)
#424A31
(66,74,49)
#545C45
(84,92,69)
#666E59
(102,110,89)
#78806D
(120,128,109)
#8A9281
(138,146,129)
#9CA495
(156,164,149)
#AEB6A9
(174,182,169)
#C0C8BD
(192,200,189)
#D2DAD1
(210,218,209)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30381D color. Also use rgb(48,56,29) instead hex code.

Text Font Color

.myTextColor { color: #30381D; }

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

This text font color is #30381D.


Background Color

.myBgColor { background-color: #30381D; }

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

This div background color is #30381D.


Border color

.myBorderColor { border: 1px solid #30381D; }

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

This div border color is #30381D.


Opacity

.myOpacity80 { color: #30381D; opacity: 0.8; }

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

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

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

This text has shadow with #30381D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30381D on black background.


Color preview on white background

This text has color #30381D on white background.



Black color preview on #30381D background

This text has black color on #30381D background.


White color preview on #30381D background

This text has white color on #30381D background.