COLOR #30603B

HEX: #30603B
RGB: (48,96,59)

Color info

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

RGB color model

#30603B color RGB value is (48,96,59).

  • red value is 48;
  • green value is 96;
  • blue value is 59.
RGB:
(48,96,59)
(19%,38%,23%)

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 59 of 255 = 23%

48
96
59

R + G + B ~ 27%. #30603B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 59 = 203 (100%)
R 48 of 203 ~ 23.65%
G 96 of 203 ~ 47.29%
B 59 of 203 ~ 29.06%

%23.65
%47.29
%29.06

CMYK color model

#30603B color CMYK value is (50,0,39,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 62.35%
CMYK:
(50,0,39,62)
C50M0Y39K62 
(50%,0%,39%,62%)
(0.50/0.00/0.39/0.62)	

CMYK percentages

%50
%0
%38.54
%62.35

Codes

Color #30603B in popluar color models

30603B
RGB489659
HSL134°33.33%28.24%
HSB/HSV134°50.00%37.65%
CMYK50.00%0.00%38.54%
62.35%

Color #30603B in popluar number systems.

HEX30603B
Decimal489659
Binary1100001100000111011
Octal6014073

Shades and tints

Shades of #30603B

#30603B
(48,96,59)
#2C5836
(44,88,54)
#285031
(40,80,49)
#24482C
(36,72,44)
#204027
(32,64,39)
#1C3822
(28,56,34)
#18301D
(24,48,29)
#142818
(20,40,24)
#102013
(16,32,19)
#0C180E
(12,24,14)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #30603B

#30603B
(48,96,59)
#426E4C
(66,110,76)
#547C5D
(84,124,93)
#668A6E
(102,138,110)
#78987F
(120,152,127)
#8AA690
(138,166,144)
#9CB4A1
(156,180,161)
#AEC2B2
(174,194,178)
#C0D0C3
(192,208,195)
#D2DED4
(210,222,212)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30603B color. Also use rgb(48,96,59) instead hex code.

Text Font Color

.myTextColor { color: #30603B; }

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

This text font color is #30603B.


Background Color

.myBgColor { background-color: #30603B; }

<div style="background-color:#30603B">Inner text</div>

This div background color is #30603B.


Border color

.myBorderColor { border: 1px solid #30603B; }

<div style="border:3px solid #30603B">Div</div>

This div border color is #30603B.


Opacity

.myOpacity80 { color: #30603B; opacity: 0.8; }

<p style="color:#30603B;opacity:0.8;">80%</p>

Text with #30603B 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 #30603B;}

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

This text has shadow with #30603B color.

.textShadow {text-shadow: 3px 3px 1px #30603B, 3px 3px 1px red;}

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

This text has shadow with #30603B primary color and red secondary color.


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

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

This text has shadow with #30603B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30603B on black background.


Color preview on white background

This text has color #30603B on white background.



Black color preview on #30603B background

This text has black color on #30603B background.


White color preview on #30603B background

This text has white color on #30603B background.