COLOR #30341D

HEX: #30341D RGB: (48,52,29)

Color info

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

RGB color model

#30341D color RGB value is (48,52,29).

RGB: (48,52,29) (19%, 20%, 11%)

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 29 of 255 = 11%

48
52
29

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

Portions of RGB colors in percentages

R + G + B = 48 + 52 + 29 = 129 (100%)
R 48 of 129 ~ 37.21%
G 52 of 129 ~ 40.31%
B 29 of 129 ~ 22.48'%

%37.21
%40.31
%22.48

CMYK color model

#30341D color CMYK value is (8,0,44,80).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 44.23%
  • key color value is 79.61%

CMYK: (8,0,44,80)
C8M0Y44K80 (8%, 0%, 44%, 80%)
(0.08 / 0.00 / 0.44 / 0.80)

CMYK percentages

%7.69
%0
%44.23
%79.61

Codes

Color #30341D in popluar color models

30 34 1D
RGB 48 52 29
HSL 70° 28.40% 15.88%
HSB/HSV 70° 44.23% 20.39%
CMYK 7.69% 0.00% 44.23%
79.61%

Color #30341D in popluar number systems.

HEX 30 34 1D
Decimal 48 52 29
Binary 110000 110100 11101
Octal 60 64 35

Shades and tints

Shades of #30341D

#30341D
(48,52,29)
#2C301B
(44,48,27)
#282C19
(40,44,25)
#242817
(36,40,23)
#202415
(32,36,21)
#1C2013
(28,32,19)
#181C11
(24,28,17)
#14180F
(20,24,15)
#10140D
(16,20,13)
#0C100B
(12,16,11)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #30341D

#30341D
(48,52,29)
#424631
(66,70,49)
#545845
(84,88,69)
#666A59
(102,106,89)
#787C6D
(120,124,109)
#8A8E81
(138,142,129)
#9CA095
(156,160,149)
#AEB2A9
(174,178,169)
#C0C4BD
(192,196,189)
#D2D6D1
(210,214,209)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30341D; }

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

This text font color is #30341D.

Background Color

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

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

This div background color is #30341D.

Border color

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

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

This div border color is #30341D.

Opacity

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

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

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

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

This text has shadow with #30341D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30341D.

Preview

Color preview on black background

This text has color #30341D on black background.


Color preview on white background

This text has color #30341D on white background.


Black color preview on #30341D background

This text has black color on #30341D background.


White color preview on #30341D background

This text has white color on #30341D background.


Related colors

Complementary color

Complementary color for #hex is #CFCBE2.


I love getcolorcode.com

Triadic colors

1 #1D3034 and #341D30 with #30341D are triadic colors.

2 #1D3430 and #34301D with #30341D are triadic colors.