COLOR #30523B

HEX: #30523B
RGB: (48,82,59)

Color info

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

RGB color model

#30523B color RGB value is (48,82,59).

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

RGB channels and saturation

R 48 of 255 = 19%
G 82 of 255 = 32%
B 59 of 255 = 23%

48
82
59

R + G + B ~ 25%. #30523B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 82 + 59 = 189 (100%)
R 48 of 189 ~ 25.4%
G 82 of 189 ~ 43.39%
B 59 of 189 ~ 31.22%

%25.4
%43.39
%31.22

CMYK color model

#30523B color CMYK value is (41,0,28,68).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(41,0,28,68)
C41M0Y28K68 
(41%,0%,28%,68%)
(0.41/0.00/0.28/0.68)	

CMYK percentages

%41.46
%0
%28.05
%67.84

Codes

Color #30523B in popluar color models

30523B
RGB488259
HSL139°26.15%25.49%
HSB/HSV139°41.46%32.16%
CMYK41.46%0.00%28.05%
67.84%

Color #30523B in popluar number systems.

HEX30523B
Decimal488259
Binary1100001010010111011
Octal6012273

Shades and tints

Shades of #30523B

#30523B
(48,82,59)
#2C4B36
(44,75,54)
#284431
(40,68,49)
#243D2C
(36,61,44)
#203627
(32,54,39)
#1C2F22
(28,47,34)
#18281D
(24,40,29)
#142118
(20,33,24)
#101A13
(16,26,19)
#0C130E
(12,19,14)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #30523B

#30523B
(48,82,59)
#42614C
(66,97,76)
#54705D
(84,112,93)
#667F6E
(102,127,110)
#788E7F
(120,142,127)
#8A9D90
(138,157,144)
#9CACA1
(156,172,161)
#AEBBB2
(174,187,178)
#C0CAC3
(192,202,195)
#D2D9D4
(210,217,212)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30523B; }

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

This text font color is #30523B.


Background Color

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

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

This div background color is #30523B.


Border color

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

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

This div border color is #30523B.


Opacity

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

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

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

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

This text has shadow with #30523B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30523B on black background.


Color preview on white background

This text has color #30523B on white background.



Black color preview on #30523B background

This text has black color on #30523B background.


White color preview on #30523B background

This text has white color on #30523B background.