COLOR #30433D

HEX: #30433D
RGB: (48,67,61)

Color info

#30433D contains red, green and blue colors in about the same proportion. Web safe color of #30433D is #333333 (or #333).

RGB color model

#30433D color RGB value is (48,67,61).

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

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 61 of 255 = 24%

48
67
61

R + G + B ~ 23%. #30433D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 67 + 61 = 176 (100%)
R 48 of 176 ~ 27.27%
G 67 of 176 ~ 38.07%
B 61 of 176 ~ 34.66%

%27.27
%38.07
%34.66

CMYK color model

#30433D color CMYK value is (28,0,9,74).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 73.73%
CMYK:
(28,0,9,74)
C28M0Y9K74 
(28%,0%,9%,74%)
(0.28/0.00/0.09/0.74)	

CMYK percentages

%28.36
%0
%8.96
%73.73

Codes

Color #30433D in popluar color models

30433D
RGB486761
HSL161°16.52%22.55%
HSB/HSV161°28.36%26.27%
CMYK28.36%0.00%8.96%
73.73%

Color #30433D in popluar number systems.

HEX30433D
Decimal486761
Binary1100001000011111101
Octal6010375

Shades and tints

Shades of #30433D

#30433D
(48,67,61)
#2C3D38
(44,61,56)
#283733
(40,55,51)
#24312E
(36,49,46)
#202B29
(32,43,41)
#1C2524
(28,37,36)
#181F1F
(24,31,31)
#14191A
(20,25,26)
#101315
(16,19,21)
#0C0D10
(12,13,16)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #30433D

#30433D
(48,67,61)
#42544E
(66,84,78)
#54655F
(84,101,95)
#667670
(102,118,112)
#788781
(120,135,129)
#8A9892
(138,152,146)
#9CA9A3
(156,169,163)
#AEBAB4
(174,186,180)
#C0CBC5
(192,203,197)
#D2DCD6
(210,220,214)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30433D; }

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

This text font color is #30433D.


Background Color

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

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

This div background color is #30433D.


Border color

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

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

This div border color is #30433D.


Opacity

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

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

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

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

This text has shadow with #30433D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30433D on black background.


Color preview on white background

This text has color #30433D on white background.



Black color preview on #30433D background

This text has black color on #30433D background.


White color preview on #30433D background

This text has white color on #30433D background.