COLOR #343033

HEX: #343033 RGB: (52,48,51)

Color info

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

RGB color model

#343033 color RGB value is (52,48,51).

RGB: (52,48,51) (20%, 19%, 20%)

RGB channels and saturation

R 52 of 255 = 20%
G 48 of 255 = 19%
B 51 of 255 = 20%

52
48
51

R + G + B ~ 20%. #343033 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 48 + 51 = 151 (100%)
R 52 of 151 ~ 34.44%
G 48 of 151 ~ 31.79%
B 51 of 151 ~ 33.77'%

%34.44
%31.79
%33.77

CMYK color model

#343033 color CMYK value is (0,8,2,80).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 1.92%
  • key color value is 79.61%

CMYK: (0,8,2,80)
C0M8Y2K80 (0%, 8%, 2%, 80%)
(0.00 / 0.08 / 0.02 / 0.80)

CMYK percentages

%0
%7.69
%1.92
%79.61

Codes

Color #343033 in popluar color models

34 30 33
RGB 52 48 51
HSL 315° 4.00% 19.61%
HSB/HSV 315° 7.69% 20.39%
CMYK 0.00% 7.69% 1.92%
79.61%

Color #343033 in popluar number systems.

HEX 34 30 33
Decimal 52 48 51
Binary 110100 110000 110011
Octal 64 60 63

Shades and tints

Shades of #343033

#343033
(52,48,51)
#302C2F
(48,44,47)
#2C282B
(44,40,43)
#282427
(40,36,39)
#242023
(36,32,35)
#201C1F
(32,28,31)
#1C181B
(28,24,27)
#181417
(24,20,23)
#141013
(20,16,19)
#100C0F
(16,12,15)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #343033

#343033
(52,48,51)
#464245
(70,66,69)
#585457
(88,84,87)
#6A6669
(106,102,105)
#7C787B
(124,120,123)
#8E8A8D
(142,138,141)
#A09C9F
(160,156,159)
#B2AEB1
(178,174,177)
#C4C0C3
(196,192,195)
#D6D2D5
(214,210,213)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343033 color. Also use rgb(52,48,51) instead hex code.

Text Font Color

.myTextColor { color: #343033; }

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

This text font color is #343033.

Background Color

.myBgColor { background-color: #343033; }

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

This div background color is #343033.

Border color

.myBorderColor { border: 1px solid #343033; }

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

This div border color is #343033.

Opacity

.myOpacity80 { color: #343033; opacity: 0.8; }

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

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

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

This text has shadow with #343033 color.


.textShadow {text-shadow: 3px 3px 1px #343033', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #343033; -webkit-box-shadow: 1px 1px 3px 2px #343033; box-shadow:1px 1px 3px 2px #343033;">
Div content here
</div>

This div box has shadow with color #343033.

Preview

Color preview on black background

This text has color #343033 on black background.


Color preview on white background

This text has color #343033 on white background.


Black color preview on #343033 background

This text has black color on #343033 background.


White color preview on #343033 background

This text has white color on #343033 background.


Related colors

Complementary color

Complementary color for #hex is #CBCFCC.


I love getcolorcode.com

Triadic colors

1 #333430 and #303334 with #343033 are triadic colors.

2 #333034 and #303433 with #343033 are triadic colors.