COLOR #30846C

HEX: #30846C
RGB: (48,132,108)

Color info

#30846C contains mainly green and blue colors. Web safe color of #30846C is #339966 (or #396).

RGB color model

#30846C color RGB value is (48,132,108).

  • red value is 48;
  • green value is 132;
  • blue value is 108.
RGB:
(48,132,108)
(19%,52%,42%)

RGB channels and saturation

R 48 of 255 = 19%
G 132 of 255 = 52%
B 108 of 255 = 42%

48
132
108

R + G + B ~ 38%. #30846C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 132 + 108 = 288 (100%)
R 48 of 288 ~ 16.67%
G 132 of 288 ~ 45.83%
B 108 of 288 ~ 37.5%

%16.67
%45.83
%37.5

CMYK color model

#30846C color CMYK value is (64,0,18,48).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(64,0,18,48)
C64M0Y18K48 
(64%,0%,18%,48%)
(0.64/0.00/0.18/0.48)	

CMYK percentages

%63.64
%0
%18.18
%48.24

Codes

Color #30846C in popluar color models

30846C
RGB48132108
HSL163°46.67%35.29%
HSB/HSV163°63.64%51.76%
CMYK63.64%0.00%18.18%
48.24%

Color #30846C in popluar number systems.

HEX30846C
Decimal48132108
Binary110000100001001101100
Octal60204154

Shades and tints

Shades of #30846C

#30846C
(48,132,108)
#2C7863
(44,120,99)
#286C5A
(40,108,90)
#246051
(36,96,81)
#205448
(32,84,72)
#1C483F
(28,72,63)
#183C36
(24,60,54)
#14302D
(20,48,45)
#102424
(16,36,36)
#0C181B
(12,24,27)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #30846C

#30846C
(48,132,108)
#428F79
(66,143,121)
#549A86
(84,154,134)
#66A593
(102,165,147)
#78B0A0
(120,176,160)
#8ABBAD
(138,187,173)
#9CC6BA
(156,198,186)
#AED1C7
(174,209,199)
#C0DCD4
(192,220,212)
#D2E7E1
(210,231,225)
#E4F2EE
(228,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30846C color. Also use rgb(48,132,108) instead hex code.

Text Font Color

.myTextColor { color: #30846C; }

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

This text font color is #30846C.


Background Color

.myBgColor { background-color: #30846C; }

<div style="background-color:#30846C">Inner text</div>

This div background color is #30846C.


Border color

.myBorderColor { border: 1px solid #30846C; }

<div style="border:3px solid #30846C">Div</div>

This div border color is #30846C.


Opacity

.myOpacity80 { color: #30846C; opacity: 0.8; }

<p style="color:#30846C;opacity:0.8;">80%</p>

Text with #30846C 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 #30846C;}

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

This text has shadow with #30846C color.

.textShadow {text-shadow: 3px 3px 1px #30846C, 3px 3px 1px red;}

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

This text has shadow with #30846C primary color and red secondary color.


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

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

This text has shadow with #30846C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30846C on black background.


Color preview on white background

This text has color #30846C on white background.



Black color preview on #30846C background

This text has black color on #30846C background.


White color preview on #30846C background

This text has white color on #30846C background.