COLOR #30553F

HEX: #30553F
RGB: (48,85,63)

Color info

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

RGB color model

#30553F color RGB value is (48,85,63).

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

RGB channels and saturation

R 48 of 255 = 19%
G 85 of 255 = 33%
B 63 of 255 = 25%

48
85
63

R + G + B ~ 26%. #30553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 85 + 63 = 196 (100%)
R 48 of 196 ~ 24.49%
G 85 of 196 ~ 43.37%
B 63 of 196 ~ 32.14%

%24.49
%43.37
%32.14

CMYK color model

#30553F color CMYK value is (44,0,26,67).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(44,0,26,67)
C44M0Y26K67 
(44%,0%,26%,67%)
(0.44/0.00/0.26/0.67)	

CMYK percentages

%43.53
%0
%25.88
%66.67

Codes

Color #30553F in popluar color models

30553F
RGB488563
HSL144°27.82%26.08%
HSB/HSV144°43.53%33.33%
CMYK43.53%0.00%25.88%
66.67%

Color #30553F in popluar number systems.

HEX30553F
Decimal488563
Binary1100001010101111111
Octal6012577

Shades and tints

Shades of #30553F

#30553F
(48,85,63)
#2C4E3A
(44,78,58)
#284735
(40,71,53)
#244030
(36,64,48)
#20392B
(32,57,43)
#1C3226
(28,50,38)
#182B21
(24,43,33)
#14241C
(20,36,28)
#101D17
(16,29,23)
#0C1612
(12,22,18)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #30553F

#30553F
(48,85,63)
#426450
(66,100,80)
#547361
(84,115,97)
#668272
(102,130,114)
#789183
(120,145,131)
#8AA094
(138,160,148)
#9CAFA5
(156,175,165)
#AEBEB6
(174,190,182)
#C0CDC7
(192,205,199)
#D2DCD8
(210,220,216)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30553F color. Also use rgb(48,85,63) instead hex code.

Text Font Color

.myTextColor { color: #30553F; }

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

This text font color is #30553F.


Background Color

.myBgColor { background-color: #30553F; }

<div style="background-color:#30553F">Inner text</div>

This div background color is #30553F.


Border color

.myBorderColor { border: 1px solid #30553F; }

<div style="border:3px solid #30553F">Div</div>

This div border color is #30553F.


Opacity

.myOpacity80 { color: #30553F; opacity: 0.8; }

<p style="color:#30553F;opacity:0.8;">80%</p>

Text with #30553F 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 #30553F;}

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

This text has shadow with #30553F color.

.textShadow {text-shadow: 3px 3px 1px #30553F, 3px 3px 1px red;}

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

This text has shadow with #30553F primary color and red secondary color.


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

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

This text has shadow with #30553F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30553F on black background.


Color preview on white background

This text has color #30553F on white background.



Black color preview on #30553F background

This text has black color on #30553F background.


White color preview on #30553F background

This text has white color on #30553F background.