COLOR #33483A

HEX: #33483A
RGB: (51,72,58)

Color info

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

RGB color model

#33483A color RGB value is (51,72,58).

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

RGB channels and saturation

R 51 of 255 = 20%
G 72 of 255 = 28%
B 58 of 255 = 23%

51
72
58

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

Portions of RGB colors in percentages

R + G + B =
51 + 72 + 58 = 181 (100%)
R 51 of 181 ~ 28.18%
G 72 of 181 ~ 39.78%
B 58 of 181 ~ 32.04%

%28.18
%39.78
%32.04

CMYK color model

#33483A color CMYK value is (29,0,19,72).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(29,0,19,72)
C29M0Y19K72 
(29%,0%,19%,72%)
(0.29/0.00/0.19/0.72)	

CMYK percentages

%29.17
%0
%19.44
%71.76

Codes

Color #33483A in popluar color models

33483A
RGB517258
HSL140°17.07%24.12%
HSB/HSV140°29.17%28.24%
CMYK29.17%0.00%19.44%
71.76%

Color #33483A in popluar number systems.

HEX33483A
Decimal517258
Binary1100111001000111010
Octal6311072

Shades and tints

Shades of #33483A

#33483A
(51,72,58)
#2F4235
(47,66,53)
#2B3C30
(43,60,48)
#27362B
(39,54,43)
#233026
(35,48,38)
#1F2A21
(31,42,33)
#1B241C
(27,36,28)
#171E17
(23,30,23)
#131812
(19,24,18)
#0F120D
(15,18,13)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #33483A

#33483A
(51,72,58)
#45584B
(69,88,75)
#57685C
(87,104,92)
#69786D
(105,120,109)
#7B887E
(123,136,126)
#8D988F
(141,152,143)
#9FA8A0
(159,168,160)
#B1B8B1
(177,184,177)
#C3C8C2
(195,200,194)
#D5D8D3
(213,216,211)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33483A; }

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

This text font color is #33483A.


Background Color

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

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

This div background color is #33483A.


Border color

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

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

This div border color is #33483A.


Opacity

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

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

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

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

This text has shadow with #33483A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33483A on black background.


Color preview on white background

This text has color #33483A on white background.



Black color preview on #33483A background

This text has black color on #33483A background.


White color preview on #33483A background

This text has white color on #33483A background.