COLOR #34004D

HEX: #34004D
RGB: (52,0,77)

Color info

#34004D contains only red and blue colors. Web safe color of #34004D is #330033 (or #303).

RGB color model

#34004D color RGB value is (52,0,77).

  • red value is 52;
  • green value is 0;
  • blue value is 77.
RGB:
(52,0,77)
(20%,0%,30%)

RGB channels and saturation

R 52 of 255 = 20%
G 0 of 255 = 0%
B 77 of 255 = 30%

52
0
77

R + G + B ~ 17%. #34004D is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 0 + 77 = 129 (100%)
R 52 of 129 ~ 40.31%
G 0 of 129 ~ 0%
B 77 of 129 ~ 59.69%

%40.31
%59.69

CMYK color model

#34004D color CMYK value is (32,100,0,70).

  • cyan value is 32.47%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(32,100,0,70)
C32M100Y0K70 
(32%,100%,0%,70%)
(0.32/1.00/0.00/0.70)	

CMYK percentages

%32.47
%100
%0
%69.8

Codes

Color #34004D in popluar color models

34004D
RGB52077
HSL281°100.00%15.10%
HSB/HSV281°100.00%30.20%
CMYK32.47%100.00%0.00%
69.80%

Color #34004D in popluar number systems.

HEX34004D
Decimal52077
Binary11010001001101
Octal640115

Shades and tints

Shades of #34004D

#34004D
(52,0,77)
#300046
(48,0,70)
#2C003F
(44,0,63)
#280038
(40,0,56)
#240031
(36,0,49)
#20002A
(32,0,42)
#1C0023
(28,0,35)
#18001C
(24,0,28)
#140015
(20,0,21)
#10000E
(16,0,14)
#0C0007
(12,0,7)
#000000
(0,0,0)

Tints of #34004D

#34004D
(52,0,77)
#46175D
(70,23,93)
#582E6D
(88,46,109)
#6A457D
(106,69,125)
#7C5C8D
(124,92,141)
#8E739D
(142,115,157)
#A08AAD
(160,138,173)
#B2A1BD
(178,161,189)
#C4B8CD
(196,184,205)
#D6CFDD
(214,207,221)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34004D color. Also use rgb(52,0,77) instead hex code.

Text Font Color

.myTextColor { color: #34004D; }

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

This text font color is #34004D.


Background Color

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

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

This div background color is #34004D.


Border color

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

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

This div border color is #34004D.


Opacity

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

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

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

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

This text has shadow with #34004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34004D on black background.


Color preview on white background

This text has color #34004D on white background.



Black color preview on #34004D background

This text has black color on #34004D background.


White color preview on #34004D background

This text has white color on #34004D background.