COLOR #070334

HEX: #070334 RGB: (7,3,52)

Color info

#070334 contains red, green and blue colors in about the same proportion. Web safe color of #070334 is #000033 (or #003).

RGB color model

#070334 color RGB value is (7,3,52).

RGB: (7,3,52) (3%, 1%, 20%)

RGB channels and saturation

R 7 of 255 = 3%
G 3 of 255 = 1%
B 52 of 255 = 20%

7
3
52

R + G + B ~ 8%. #070334 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 3 + 52 = 62 (100%)
R 7 of 62 ~ 11.29%
G 3 of 62 ~ 4.84%
B 52 of 62 ~ 83.87'%

%11.29
%83.87

CMYK color model

#070334 color CMYK value is (87,94,0,80).

  • cyan value is 86.54%
  • magenta value is 94.23%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (87,94,0,80)
C87M94Y0K80 (87%, 94%, 0%, 80%)
(0.87 / 0.94 / 0.00 / 0.80)

CMYK percentages

%86.54
%94.23
%0
%79.61

Codes

Color #070334 in popluar color models

07 03 34
RGB 7 3 52
HSL 245° 89.09% 10.78%
HSB/HSV 245° 94.23% 20.39%
CMYK 86.54% 94.23% 0.00%
79.61%

Color #070334 in popluar number systems.

HEX 07 03 34
Decimal 7 3 52
Binary 111 11 110100
Octal 7 3 64

Shades and tints

Shades of #070334

#070334
(7,3,52)
#070330
(7,3,48)
#07032C
(7,3,44)
#070328
(7,3,40)
#070324
(7,3,36)
#070320
(7,3,32)
#07031C
(7,3,28)
#070318
(7,3,24)
#070314
(7,3,20)
#070310
(7,3,16)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #070334

#070334
(7,3,52)
#1D1946
(29,25,70)
#332F58
(51,47,88)
#49456A
(73,69,106)
#5F5B7C
(95,91,124)
#75718E
(117,113,142)
#8B87A0
(139,135,160)
#A19DB2
(161,157,178)
#B7B3C4
(183,179,196)
#CDC9D6
(205,201,214)
#E3DFE8
(227,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070334 color. Also use rgb(7,3,52) instead hex code.

Text Font Color

.myTextColor { color: #070334; }

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

This text font color is #070334.

Background Color

.myBgColor { background-color: #070334; }

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

This div background color is #070334.

Border color

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

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

This div border color is #070334.

Opacity

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

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

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

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

This text has shadow with #070334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070334.

Preview

Color preview on black background

This text has color #070334 on black background.


Color preview on white background

This text has color #070334 on white background.


Black color preview on #070334 background

This text has black color on #070334 background.


White color preview on #070334 background

This text has white color on #070334 background.


Related colors

Complementary color

Complementary color for #hex is #F8FCCB.


I love getcolorcode.com

Triadic colors

1 #340703 and #033407 with #070334 are triadic colors.

2 #340307 and #030734 with #070334 are triadic colors.