COLOR #30554D

HEX: #30554D
RGB: (48,85,77)

Color info

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

RGB color model

#30554D color RGB value is (48,85,77).

  • red value is 48;
  • green value is 85;
  • blue value is 77.
RGB:
(48,85,77)
(19%,33%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 85 of 255 = 33%
B 77 of 255 = 30%

48
85
77

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

Portions of RGB colors in percentages

R + G + B =
48 + 85 + 77 = 210 (100%)
R 48 of 210 ~ 22.86%
G 85 of 210 ~ 40.48%
B 77 of 210 ~ 36.67%

%22.86
%40.48
%36.67

CMYK color model

#30554D color CMYK value is (44,0,9,67).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(44,0,9,67)
C44M0Y9K67 
(44%,0%,9%,67%)
(0.44/0.00/0.09/0.67)	

CMYK percentages

%43.53
%0
%9.41
%66.67

Codes

Color #30554D in popluar color models

30554D
RGB488577
HSL167°27.82%26.08%
HSB/HSV167°43.53%33.33%
CMYK43.53%0.00%9.41%
66.67%

Color #30554D in popluar number systems.

HEX30554D
Decimal488577
Binary11000010101011001101
Octal60125115

Shades and tints

Shades of #30554D

#30554D
(48,85,77)
#2C4E46
(44,78,70)
#28473F
(40,71,63)
#244038
(36,64,56)
#203931
(32,57,49)
#1C322A
(28,50,42)
#182B23
(24,43,35)
#14241C
(20,36,28)
#101D15
(16,29,21)
#0C160E
(12,22,14)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #30554D

#30554D
(48,85,77)
#42645D
(66,100,93)
#54736D
(84,115,109)
#66827D
(102,130,125)
#78918D
(120,145,141)
#8AA09D
(138,160,157)
#9CAFAD
(156,175,173)
#AEBEBD
(174,190,189)
#C0CDCD
(192,205,205)
#D2DCDD
(210,220,221)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30554D color. Also use rgb(48,85,77) instead hex code.

Text Font Color

.myTextColor { color: #30554D; }

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

This text font color is #30554D.


Background Color

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

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

This div background color is #30554D.


Border color

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

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

This div border color is #30554D.


Opacity

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

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

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

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

This text has shadow with #30554D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30554D on black background.


Color preview on white background

This text has color #30554D on white background.



Black color preview on #30554D background

This text has black color on #30554D background.


White color preview on #30554D background

This text has white color on #30554D background.