COLOR #30635D

HEX: #30635D
RGB: (48,99,93)

Color info

#30635D contains red, green and blue colors in about the same proportion. Web safe color of #30635D is #336666 (or #366).

RGB color model

#30635D color RGB value is (48,99,93).

  • red value is 48;
  • green value is 99;
  • blue value is 93.
RGB:
(48,99,93)
(19%,39%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 99 of 255 = 39%
B 93 of 255 = 36%

48
99
93

R + G + B ~ 31%. #30635D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 99 + 93 = 240 (100%)
R 48 of 240 ~ 20%
G 99 of 240 ~ 41.25%
B 93 of 240 ~ 38.75%

%20
%41.25
%38.75

CMYK color model

#30635D color CMYK value is (52,0,6,61).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(52,0,6,61)
C52M0Y6K61 
(52%,0%,6%,61%)
(0.52/0.00/0.06/0.61)	

CMYK percentages

%51.52
%0
%6.06
%61.18

Codes

Color #30635D in popluar color models

30635D
RGB489993
HSL173°34.69%28.82%
HSB/HSV173°51.52%38.82%
CMYK51.52%0.00%6.06%
61.18%

Color #30635D in popluar number systems.

HEX30635D
Decimal489993
Binary11000011000111011101
Octal60143135

Shades and tints

Shades of #30635D

#30635D
(48,99,93)
#2C5A55
(44,90,85)
#28514D
(40,81,77)
#244845
(36,72,69)
#203F3D
(32,63,61)
#1C3635
(28,54,53)
#182D2D
(24,45,45)
#142425
(20,36,37)
#101B1D
(16,27,29)
#0C1215
(12,18,21)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #30635D

#30635D
(48,99,93)
#42716B
(66,113,107)
#547F79
(84,127,121)
#668D87
(102,141,135)
#789B95
(120,155,149)
#8AA9A3
(138,169,163)
#9CB7B1
(156,183,177)
#AEC5BF
(174,197,191)
#C0D3CD
(192,211,205)
#D2E1DB
(210,225,219)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30635D color. Also use rgb(48,99,93) instead hex code.

Text Font Color

.myTextColor { color: #30635D; }

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

This text font color is #30635D.


Background Color

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

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

This div background color is #30635D.


Border color

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

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

This div border color is #30635D.


Opacity

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

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

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

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

This text has shadow with #30635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30635D on black background.


Color preview on white background

This text has color #30635D on white background.



Black color preview on #30635D background

This text has black color on #30635D background.


White color preview on #30635D background

This text has white color on #30635D background.