COLOR #30642E

HEX: #30642E
RGB: (48,100,46)

Color info

#30642E contains red, green and blue colors in about the same proportion. Web safe color of #30642E is #336633 (or #363).

RGB color model

#30642E color RGB value is (48,100,46).

  • red value is 48;
  • green value is 100;
  • blue value is 46.
RGB:
(48,100,46)
(19%,39%,18%)

RGB channels and saturation

R 48 of 255 = 19%
G 100 of 255 = 39%
B 46 of 255 = 18%

48
100
46

R + G + B ~ 25%. #30642E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 100 + 46 = 194 (100%)
R 48 of 194 ~ 24.74%
G 100 of 194 ~ 51.55%
B 46 of 194 ~ 23.71%

%24.74
%51.55
%23.71

CMYK color model

#30642E color CMYK value is (52,0,54,61).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 54.00%
  • key color value is 60.78%
CMYK:
(52,0,54,61)
C52M0Y54K61 
(52%,0%,54%,61%)
(0.52/0.00/0.54/0.61)	

CMYK percentages

%52
%0
%54
%60.78

Codes

Color #30642E in popluar color models

30642E
RGB4810046
HSL118°36.99%28.63%
HSB/HSV118°54.00%39.22%
CMYK52.00%0.00%54.00%
60.78%

Color #30642E in popluar number systems.

HEX30642E
Decimal4810046
Binary1100001100100101110
Octal6014456

Shades and tints

Shades of #30642E

#30642E
(48,100,46)
#2C5B2A
(44,91,42)
#285226
(40,82,38)
#244922
(36,73,34)
#20401E
(32,64,30)
#1C371A
(28,55,26)
#182E16
(24,46,22)
#142512
(20,37,18)
#101C0E
(16,28,14)
#0C130A
(12,19,10)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #30642E

#30642E
(48,100,46)
#427241
(66,114,65)
#548054
(84,128,84)
#668E67
(102,142,103)
#789C7A
(120,156,122)
#8AAA8D
(138,170,141)
#9CB8A0
(156,184,160)
#AEC6B3
(174,198,179)
#C0D4C6
(192,212,198)
#D2E2D9
(210,226,217)
#E4F0EC
(228,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30642E color. Also use rgb(48,100,46) instead hex code.

Text Font Color

.myTextColor { color: #30642E; }

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

This text font color is #30642E.


Background Color

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

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

This div background color is #30642E.


Border color

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

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

This div border color is #30642E.


Opacity

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

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

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

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

This text has shadow with #30642E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30642E on black background.


Color preview on white background

This text has color #30642E on white background.



Black color preview on #30642E background

This text has black color on #30642E background.


White color preview on #30642E background

This text has white color on #30642E background.