COLOR #30435D

HEX: #30435D
RGB: (48,67,93)

Color info

#30435D contains red, green and blue colors in about the same proportion. Web safe color of #30435D is #333366 (or #336).

RGB color model

#30435D color RGB value is (48,67,93).

  • red value is 48;
  • green value is 67;
  • blue value is 93.
RGB:
(48,67,93)
(19%,26%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 93 of 255 = 36%

48
67
93

R + G + B ~ 27%. #30435D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 67 + 93 = 208 (100%)
R 48 of 208 ~ 23.08%
G 67 of 208 ~ 32.21%
B 93 of 208 ~ 44.71%

%23.08
%32.21
%44.71

CMYK color model

#30435D color CMYK value is (48,28,0,64).

  • cyan value is 48.39%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(48,28,0,64)
C48M28Y0K64 
(48%,28%,0%,64%)
(0.48/0.28/0.00/0.64)	

CMYK percentages

%48.39
%27.96
%0
%63.53

Codes

Color #30435D in popluar color models

30435D
RGB486793
HSL215°31.91%27.65%
HSB/HSV215°48.39%36.47%
CMYK48.39%27.96%0.00%
63.53%

Color #30435D in popluar number systems.

HEX30435D
Decimal486793
Binary11000010000111011101
Octal60103135

Shades and tints

Shades of #30435D

#30435D
(48,67,93)
#2C3D55
(44,61,85)
#28374D
(40,55,77)
#243145
(36,49,69)
#202B3D
(32,43,61)
#1C2535
(28,37,53)
#181F2D
(24,31,45)
#141925
(20,25,37)
#10131D
(16,19,29)
#0C0D15
(12,13,21)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #30435D

#30435D
(48,67,93)
#42546B
(66,84,107)
#546579
(84,101,121)
#667687
(102,118,135)
#788795
(120,135,149)
#8A98A3
(138,152,163)
#9CA9B1
(156,169,177)
#AEBABF
(174,186,191)
#C0CBCD
(192,203,205)
#D2DCDB
(210,220,219)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30435D color. Also use rgb(48,67,93) instead hex code.

Text Font Color

.myTextColor { color: #30435D; }

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

This text font color is #30435D.


Background Color

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

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

This div background color is #30435D.


Border color

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

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

This div border color is #30435D.


Opacity

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

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

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

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

This text has shadow with #30435D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30435D on black background.


Color preview on white background

This text has color #30435D on white background.



Black color preview on #30435D background

This text has black color on #30435D background.


White color preview on #30435D background

This text has white color on #30435D background.