COLOR #30828D

HEX: #30828D
RGB: (48,130,141)

Color info

#30828D contains mainly green and blue colors. Web safe color of #30828D is #339999 (or #399).

RGB color model

#30828D color RGB value is (48,130,141).

  • red value is 48;
  • green value is 130;
  • blue value is 141.
RGB:
(48,130,141)
(19%,51%,55%)

RGB channels and saturation

R 48 of 255 = 19%
G 130 of 255 = 51%
B 141 of 255 = 55%

48
130
141

R + G + B ~ 42%. #30828D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 130 + 141 = 319 (100%)
R 48 of 319 ~ 15.05%
G 130 of 319 ~ 40.75%
B 141 of 319 ~ 44.2%

%15.05
%40.75
%44.2

CMYK color model

#30828D color CMYK value is (66,8,0,45).

  • cyan value is 65.96%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(66,8,0,45)
C66M8Y0K45 
(66%,8%,0%,45%)
(0.66/0.08/0.00/0.45)	

CMYK percentages

%65.96
%7.8
%0
%44.71

Codes

Color #30828D in popluar color models

30828D
RGB48130141
HSL187°49.21%37.06%
HSB/HSV187°65.96%55.29%
CMYK65.96%7.80%0.00%
44.71%

Color #30828D in popluar number systems.

HEX30828D
Decimal48130141
Binary1100001000001010001101
Octal60202215

Shades and tints

Shades of #30828D

#30828D
(48,130,141)
#2C7781
(44,119,129)
#286C75
(40,108,117)
#246169
(36,97,105)
#20565D
(32,86,93)
#1C4B51
(28,75,81)
#184045
(24,64,69)
#143539
(20,53,57)
#102A2D
(16,42,45)
#0C1F21
(12,31,33)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #30828D

#30828D
(48,130,141)
#428D97
(66,141,151)
#5498A1
(84,152,161)
#66A3AB
(102,163,171)
#78AEB5
(120,174,181)
#8AB9BF
(138,185,191)
#9CC4C9
(156,196,201)
#AECFD3
(174,207,211)
#C0DADD
(192,218,221)
#D2E5E7
(210,229,231)
#E4F0F1
(228,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30828D color. Also use rgb(48,130,141) instead hex code.

Text Font Color

.myTextColor { color: #30828D; }

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

This text font color is #30828D.


Background Color

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

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

This div background color is #30828D.


Border color

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

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

This div border color is #30828D.


Opacity

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

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

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

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

This text has shadow with #30828D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30828D on black background.


Color preview on white background

This text has color #30828D on white background.



Black color preview on #30828D background

This text has black color on #30828D background.


White color preview on #30828D background

This text has white color on #30828D background.