COLOR #350304

HEX: #350304 RGB: (53,3,4)

Color info

#350304 contains red, green and blue colors in about the same proportion. Web safe color of #350304 is #330000 (or #300).

RGB color model

#350304 color RGB value is (53,3,4).

RGB: (53,3,4) (21%, 1%, 2%)

RGB channels and saturation

R 53 of 255 = 21%
G 3 of 255 = 1%
B 4 of 255 = 2%

53
3
4

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

Portions of RGB colors in percentages

R + G + B = 53 + 3 + 4 = 60 (100%)
R 53 of 60 ~ 88.33%
G 3 of 60 ~ 5%
B 4 of 60 ~ 6.67'%

%88.33

CMYK color model

#350304 color CMYK value is (0,94,92,79).

  • cyan value is 0.00%
  • magenta value is 94.34%
  • yellow value is 92.45%
  • key color value is 79.22%

CMYK: (0,94,92,79)
C0M94Y92K79 (0%, 94%, 92%, 79%)
(0.00 / 0.94 / 0.92 / 0.79)

CMYK percentages

%0
%94.34
%92.45
%79.22

Codes

Color #350304 in popluar color models

35 03 04
RGB 53 3 4
HSL 359° 89.29% 10.98%
HSB/HSV 359° 94.34% 20.78%
CMYK 0.00% 94.34% 92.45%
79.22%

Color #350304 in popluar number systems.

HEX 35 03 04
Decimal 53 3 4
Binary 110101 11 100
Octal 65 3 4

Shades and tints

Shades of #350304

#350304
(53,3,4)
#310304
(49,3,4)
#2D0304
(45,3,4)
#290304
(41,3,4)
#250304
(37,3,4)
#210304
(33,3,4)
#1D0304
(29,3,4)
#190304
(25,3,4)
#150304
(21,3,4)
#110304
(17,3,4)
#0D0304
(13,3,4)
#000000
(0,0,0)

Tints of #350304

#350304
(53,3,4)
#47191A
(71,25,26)
#592F30
(89,47,48)
#6B4546
(107,69,70)
#7D5B5C
(125,91,92)
#8F7172
(143,113,114)
#A18788
(161,135,136)
#B39D9E
(179,157,158)
#C5B3B4
(197,179,180)
#D7C9CA
(215,201,202)
#E9DFE0
(233,223,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350304 color. Also use rgb(53,3,4) instead hex code.

Text Font Color

.myTextColor { color: #350304; }

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

This text font color is #350304.

Background Color

.myBgColor { background-color: #350304; }

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

This div background color is #350304.

Border color

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

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

This div border color is #350304.

Opacity

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

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

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

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

This text has shadow with #350304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350304.

Preview

Color preview on black background

This text has color #350304 on black background.


Color preview on white background

This text has color #350304 on white background.


Black color preview on #350304 background

This text has black color on #350304 background.


White color preview on #350304 background

This text has white color on #350304 background.


Related colors

Complementary color

Complementary color for #hex is #CAFCFB.


I love getcolorcode.com

Triadic colors

1 #043503 and #030435 with #350304 are triadic colors.

2 #040335 and #033504 with #350304 are triadic colors.