COLOR #30624C

HEX: #30624C
RGB: (48,98,76)

Color info

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

RGB color model

#30624C color RGB value is (48,98,76).

  • red value is 48;
  • green value is 98;
  • blue value is 76.
RGB:
(48,98,76)
(19%,38%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 98 of 255 = 38%
B 76 of 255 = 30%

48
98
76

R + G + B ~ 29%. #30624C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 98 + 76 = 222 (100%)
R 48 of 222 ~ 21.62%
G 98 of 222 ~ 44.14%
B 76 of 222 ~ 34.23%

%21.62
%44.14
%34.23

CMYK color model

#30624C color CMYK value is (51,0,22,62).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 61.57%
CMYK:
(51,0,22,62)
C51M0Y22K62 
(51%,0%,22%,62%)
(0.51/0.00/0.22/0.62)	

CMYK percentages

%51.02
%0
%22.45
%61.57

Codes

Color #30624C in popluar color models

30624C
RGB489876
HSL154°34.25%28.63%
HSB/HSV154°51.02%38.43%
CMYK51.02%0.00%22.45%
61.57%

Color #30624C in popluar number systems.

HEX30624C
Decimal489876
Binary11000011000101001100
Octal60142114

Shades and tints

Shades of #30624C

#30624C
(48,98,76)
#2C5A46
(44,90,70)
#285240
(40,82,64)
#244A3A
(36,74,58)
#204234
(32,66,52)
#1C3A2E
(28,58,46)
#183228
(24,50,40)
#142A22
(20,42,34)
#10221C
(16,34,28)
#0C1A16
(12,26,22)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #30624C

#30624C
(48,98,76)
#42705C
(66,112,92)
#547E6C
(84,126,108)
#668C7C
(102,140,124)
#789A8C
(120,154,140)
#8AA89C
(138,168,156)
#9CB6AC
(156,182,172)
#AEC4BC
(174,196,188)
#C0D2CC
(192,210,204)
#D2E0DC
(210,224,220)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30624C color. Also use rgb(48,98,76) instead hex code.

Text Font Color

.myTextColor { color: #30624C; }

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

This text font color is #30624C.


Background Color

.myBgColor { background-color: #30624C; }

<div style="background-color:#30624C">Inner text</div>

This div background color is #30624C.


Border color

.myBorderColor { border: 1px solid #30624C; }

<div style="border:3px solid #30624C">Div</div>

This div border color is #30624C.


Opacity

.myOpacity80 { color: #30624C; opacity: 0.8; }

<p style="color:#30624C;opacity:0.8;">80%</p>

Text with #30624C 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 #30624C;}

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

This text has shadow with #30624C color.

.textShadow {text-shadow: 3px 3px 1px #30624C, 3px 3px 1px red;}

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

This text has shadow with #30624C primary color and red secondary color.


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

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

This text has shadow with #30624C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30624C on black background.


Color preview on white background

This text has color #30624C on white background.



Black color preview on #30624C background

This text has black color on #30624C background.


White color preview on #30624C background

This text has white color on #30624C background.