COLOR #30231E

HEX: #30231E RGB: (48,35,30)

Color info

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

RGB color model

#30231E color RGB value is (48,35,30).

RGB: (48,35,30) (19%, 14%, 12%)

RGB channels and saturation

R 48 of 255 = 19%
G 35 of 255 = 14%
B 30 of 255 = 12%

48
35
30

R + G + B ~ 15%. #30231E is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 35 + 30 = 113 (100%)
R 48 of 113 ~ 42.48%
G 35 of 113 ~ 30.97%
B 30 of 113 ~ 26.55'%

%42.48
%30.97
%26.55

CMYK color model

#30231E color CMYK value is (0,27,38,81).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 37.50%
  • key color value is 81.18%
CMYK: (0,27,38,81) C0M27Y38K81 (0%,27%,38%,81%) (0.00/0.27/0.38/0.81) 

CMYK percentages

%0
%27.08
%37.5
%81.18

Codes

Color #30231E in popluar color models

30 23 1E
RGB 48 35 30
HSL 17° 23.08% 15.29%
HSB/HSV 17° 37.50% 18.82%
CMYK 0.00% 27.08% 37.50%
81.18%

Color #30231E in popluar number systems.

HEX 30 23 1E
Decimal 48 35 30
Binary 110000 100011 11110
Octal 60 43 36

Shades and tints

Shades of #30231E

#30231E
(48,35,30)
#2C201C
(44,32,28)
#281D1A
(40,29,26)
#241A18
(36,26,24)
#201716
(32,23,22)
#1C1414
(28,20,20)
#181112
(24,17,18)
#140E10
(20,14,16)
#100B0E
(16,11,14)
#0C080C
(12,8,12)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #30231E

#30231E
(48,35,30)
#423732
(66,55,50)
#544B46
(84,75,70)
#665F5A
(102,95,90)
#78736E
(120,115,110)
#8A8782
(138,135,130)
#9C9B96
(156,155,150)
#AEAFAA
(174,175,170)
#C0C3BE
(192,195,190)
#D2D7D2
(210,215,210)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30231E color. Also use rgb(48,35,30) instead hex code.

Text Font Color

.myTextColor { color: #30231E; }

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

This text font color is #30231E.

Background Color

.myBgColor { background-color: #30231E; }

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

This div background color is #30231E.

Border color

.myBorderColor { border: 1px solid #30231E; }

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

This div border color is #30231E.

Opacity

.myOpacity80 { color: #30231E; opacity: 0.8; }

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

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

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

This text has shadow with #30231E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30231E.

Preview

Color preview on black background

This text has color #30231E on black background.


Color preview on white background

This text has color #30231E on white background.


Black color preview on #30231E background

This text has black color on #30231E background.


White color preview on #30231E background

This text has white color on #30231E background.


Related colors

Complementary color

Complementary color for #hex is #CFDCE1.


I love getcolorcode.com

Triadic colors

1 #1E3023 and #231E30 with #30231E are triadic colors.

2 #1E2330 and #23301E with #30231E are triadic colors.