COLOR #34483B

HEX: #34483B RGB: (52,72,59)

Color info

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

RGB color model

#34483B color RGB value is (52,72,59).

RGB: (52,72,59) (20%, 28%, 23%)

RGB channels and saturation

R 52 of 255 = 20%
G 72 of 255 = 28%
B 59 of 255 = 23%

52
72
59

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

Portions of RGB colors in percentages

R + G + B = 52 + 72 + 59 = 183 (100%)
R 52 of 183 ~ 28.42%
G 72 of 183 ~ 39.34%
B 59 of 183 ~ 32.24'%

%28.42
%39.34
%32.24

CMYK color model

#34483B color CMYK value is (28,0,18,72).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK: (28,0,18,72) C28M0Y18K72 (28%,0%,18%,72%) (0.28/0.00/0.18/0.72) 

CMYK percentages

%27.78
%0
%18.06
%71.76

Codes

Color #34483B in popluar color models

34 48 3B
RGB 52 72 59
HSL 141° 16.13% 24.31%
HSB/HSV 141° 27.78% 28.24%
CMYK 27.78% 0.00% 18.06%
71.76%

Color #34483B in popluar number systems.

HEX 34 48 3B
Decimal 52 72 59
Binary 110100 1001000 111011
Octal 64 110 73

Shades and tints

Shades of #34483B

#34483B
(52,72,59)
#304236
(48,66,54)
#2C3C31
(44,60,49)
#28362C
(40,54,44)
#243027
(36,48,39)
#202A22
(32,42,34)
#1C241D
(28,36,29)
#181E18
(24,30,24)
#141813
(20,24,19)
#10120E
(16,18,14)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #34483B

#34483B
(52,72,59)
#46584C
(70,88,76)
#58685D
(88,104,93)
#6A786E
(106,120,110)
#7C887F
(124,136,127)
#8E9890
(142,152,144)
#A0A8A1
(160,168,161)
#B2B8B2
(178,184,178)
#C4C8C3
(196,200,195)
#D6D8D4
(214,216,212)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34483B color. Also use rgb(52,72,59) instead hex code.

Text Font Color

.myTextColor { color: #34483B; }

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

This text font color is #34483B.


Background Color

.myBgColor { background-color: #34483B; }

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

This div background color is #34483B.


Border color

.myBorderColor { border: 1px solid #34483B; }

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

This div border color is #34483B.


Opacity

.myOpacity80 { color: #34483B; opacity: 0.8; }

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

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

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

This text has shadow with #34483B color.

.textShadow {text-shadow: 3px 3px 1px #34483B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #34483B; -webkit-box-shadow:	1px 1px 3px 2px #34483B; box-shadow:	1px 1px 3px 2px #34483B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #34483B; -webkit-box-shadow: 1px 1px 3px 2px #34483B; box-shadow:1px 1px 3px 2px #34483B;">
Div content here</div>
This div box has shadow with color #34483B.

Preview

Color preview on black background

This text has color #34483B on black background.


Color preview on white background

This text has color #34483B on white background.



Black color preview on #34483B background

This text has black color on #34483B background.


White color preview on #34483B background

This text has white color on #34483B background.