COLOR #30582B

HEX: #30582B
RGB: (48,88,43)

Color info

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

RGB color model

#30582B color RGB value is (48,88,43).

  • red value is 48;
  • green value is 88;
  • blue value is 43.
RGB:
(48,88,43)
(19%,35%,17%)

RGB channels and saturation

R 48 of 255 = 19%
G 88 of 255 = 35%
B 43 of 255 = 17%

48
88
43

R + G + B ~ 24%. #30582B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 88 + 43 = 179 (100%)
R 48 of 179 ~ 26.82%
G 88 of 179 ~ 49.16%
B 43 of 179 ~ 24.02%

%26.82
%49.16
%24.02

CMYK color model

#30582B color CMYK value is (45,0,51,65).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(45,0,51,65)
C45M0Y51K65 
(45%,0%,51%,65%)
(0.45/0.00/0.51/0.65)	

CMYK percentages

%45.45
%0
%51.14
%65.49

Codes

Color #30582B in popluar color models

30582B
RGB488843
HSL113°34.35%25.69%
HSB/HSV113°51.14%34.51%
CMYK45.45%0.00%51.14%
65.49%

Color #30582B in popluar number systems.

HEX30582B
Decimal488843
Binary1100001011000101011
Octal6013053

Shades and tints

Shades of #30582B

#30582B
(48,88,43)
#2C5028
(44,80,40)
#284825
(40,72,37)
#244022
(36,64,34)
#20381F
(32,56,31)
#1C301C
(28,48,28)
#182819
(24,40,25)
#142016
(20,32,22)
#101813
(16,24,19)
#0C1010
(12,16,16)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #30582B

#30582B
(48,88,43)
#42673E
(66,103,62)
#547651
(84,118,81)
#668564
(102,133,100)
#789477
(120,148,119)
#8AA38A
(138,163,138)
#9CB29D
(156,178,157)
#AEC1B0
(174,193,176)
#C0D0C3
(192,208,195)
#D2DFD6
(210,223,214)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30582B color. Also use rgb(48,88,43) instead hex code.

Text Font Color

.myTextColor { color: #30582B; }

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

This text font color is #30582B.


Background Color

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

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

This div background color is #30582B.


Border color

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

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

This div border color is #30582B.


Opacity

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

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

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

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

This text has shadow with #30582B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30582B on black background.


Color preview on white background

This text has color #30582B on white background.



Black color preview on #30582B background

This text has black color on #30582B background.


White color preview on #30582B background

This text has white color on #30582B background.