COLOR #30411D

HEX: #30411D
RGB: (48,65,29)

Color info

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

RGB color model

#30411D color RGB value is (48,65,29).

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

RGB channels and saturation

R 48 of 255 = 19%
G 65 of 255 = 25%
B 29 of 255 = 11%

48
65
29

R + G + B ~ 18%. #30411D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 65 + 29 = 142 (100%)
R 48 of 142 ~ 33.8%
G 65 of 142 ~ 45.77%
B 29 of 142 ~ 20.42%

%33.8
%45.77
%20.42

CMYK color model

#30411D color CMYK value is (26,0,55,75).

  • cyan value is 26.15%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(26,0,55,75)
C26M0Y55K75 
(26%,0%,55%,75%)
(0.26/0.00/0.55/0.75)	

CMYK percentages

%26.15
%0
%55.38
%74.51

Codes

Color #30411D in popluar color models

30411D
RGB486529
HSL88°38.30%18.43%
HSB/HSV88°55.38%25.49%
CMYK26.15%0.00%55.38%
74.51%

Color #30411D in popluar number systems.

HEX30411D
Decimal486529
Binary110000100000111101
Octal6010135

Shades and tints

Shades of #30411D

#30411D
(48,65,29)
#2C3C1B
(44,60,27)
#283719
(40,55,25)
#243217
(36,50,23)
#202D15
(32,45,21)
#1C2813
(28,40,19)
#182311
(24,35,17)
#141E0F
(20,30,15)
#10190D
(16,25,13)
#0C140B
(12,20,11)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #30411D

#30411D
(48,65,29)
#425231
(66,82,49)
#546345
(84,99,69)
#667459
(102,116,89)
#78856D
(120,133,109)
#8A9681
(138,150,129)
#9CA795
(156,167,149)
#AEB8A9
(174,184,169)
#C0C9BD
(192,201,189)
#D2DAD1
(210,218,209)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30411D; }

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

This text font color is #30411D.


Background Color

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

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

This div background color is #30411D.


Border color

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

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

This div border color is #30411D.


Opacity

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

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

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

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

This text has shadow with #30411D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30411D on black background.


Color preview on white background

This text has color #30411D on white background.



Black color preview on #30411D background

This text has black color on #30411D background.


White color preview on #30411D background

This text has white color on #30411D background.