COLOR #33483F

HEX: #33483F
RGB: (51,72,63)

Color info

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

RGB color model

#33483F color RGB value is (51,72,63).

  • red value is 51;
  • green value is 72;
  • blue value is 63.
RGB:
(51,72,63)
(20%,28%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 72 of 255 = 28%
B 63 of 255 = 25%

51
72
63

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

Portions of RGB colors in percentages

R + G + B =
51 + 72 + 63 = 186 (100%)
R 51 of 186 ~ 27.42%
G 72 of 186 ~ 38.71%
B 63 of 186 ~ 33.87%

%27.42
%38.71
%33.87

CMYK color model

#33483F color CMYK value is (29,0,13,72).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(29,0,13,72)
C29M0Y13K72 
(29%,0%,13%,72%)
(0.29/0.00/0.13/0.72)	

CMYK percentages

%29.17
%0
%12.5
%71.76

Codes

Color #33483F in popluar color models

33483F
RGB517263
HSL154°17.07%24.12%
HSB/HSV154°29.17%28.24%
CMYK29.17%0.00%12.50%
71.76%

Color #33483F in popluar number systems.

HEX33483F
Decimal517263
Binary1100111001000111111
Octal6311077

Shades and tints

Shades of #33483F

#33483F
(51,72,63)
#2F423A
(47,66,58)
#2B3C35
(43,60,53)
#273630
(39,54,48)
#23302B
(35,48,43)
#1F2A26
(31,42,38)
#1B2421
(27,36,33)
#171E1C
(23,30,28)
#131817
(19,24,23)
#0F1212
(15,18,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #33483F

#33483F
(51,72,63)
#455850
(69,88,80)
#576861
(87,104,97)
#697872
(105,120,114)
#7B8883
(123,136,131)
#8D9894
(141,152,148)
#9FA8A5
(159,168,165)
#B1B8B6
(177,184,182)
#C3C8C7
(195,200,199)
#D5D8D8
(213,216,216)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33483F color. Also use rgb(51,72,63) instead hex code.

Text Font Color

.myTextColor { color: #33483F; }

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

This text font color is #33483F.


Background Color

.myBgColor { background-color: #33483F; }

<div style="background-color:#33483F">Inner text</div>

This div background color is #33483F.


Border color

.myBorderColor { border: 1px solid #33483F; }

<div style="border:3px solid #33483F">Div</div>

This div border color is #33483F.


Opacity

.myOpacity80 { color: #33483F; opacity: 0.8; }

<p style="color:#33483F;opacity:0.8;">80%</p>

Text with #33483F 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 #33483F;}

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

This text has shadow with #33483F color.

.textShadow {text-shadow: 3px 3px 1px #33483F, 3px 3px 1px red;}

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

This text has shadow with #33483F primary color and red secondary color.


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

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

This text has shadow with #33483F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33483F on black background.


Color preview on white background

This text has color #33483F on white background.



Black color preview on #33483F background

This text has black color on #33483F background.


White color preview on #33483F background

This text has white color on #33483F background.