COLOR #350705

HEX: #350705 RGB: (53,7,5)

Color info

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

RGB color model

#350705 color RGB value is (53,7,5).

RGB: (53,7,5) (21%, 3%, 2%)

RGB channels and saturation

R 53 of 255 = 21%
G 7 of 255 = 3%
B 5 of 255 = 2%

53
7
5

R + G + B ~ 9%. #350705 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 7 + 5 = 65 (100%)
R 53 of 65 ~ 81.54%
G 7 of 65 ~ 10.77%
B 5 of 65 ~ 7.69'%

%81.54
%10.77

CMYK color model

#350705 color CMYK value is (0,87,91,79).

  • cyan value is 0.00%
  • magenta value is 86.79%
  • yellow value is 90.57%
  • key color value is 79.22%

CMYK: (0,87,91,79)
C0M87Y91K79 (0%, 87%, 91%, 79%)
(0.00 / 0.87 / 0.91 / 0.79)

CMYK percentages

%0
%86.79
%90.57
%79.22

Codes

Color #350705 in popluar color models

35 07 05
RGB 53 7 5
HSL 82.76% 11.37%
HSB/HSV 90.57% 20.78%
CMYK 0.00% 86.79% 90.57%
79.22%

Color #350705 in popluar number systems.

HEX 35 07 05
Decimal 53 7 5
Binary 110101 111 101
Octal 65 7 5

Shades and tints

Shades of #350705

#350705
(53,7,5)
#310705
(49,7,5)
#2D0705
(45,7,5)
#290705
(41,7,5)
#250705
(37,7,5)
#210705
(33,7,5)
#1D0705
(29,7,5)
#190705
(25,7,5)
#150705
(21,7,5)
#110705
(17,7,5)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #350705

#350705
(53,7,5)
#471D1B
(71,29,27)
#593331
(89,51,49)
#6B4947
(107,73,71)
#7D5F5D
(125,95,93)
#8F7573
(143,117,115)
#A18B89
(161,139,137)
#B3A19F
(179,161,159)
#C5B7B5
(197,183,181)
#D7CDCB
(215,205,203)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350705 color. Also use rgb(53,7,5) instead hex code.

Text Font Color

.myTextColor { color: #350705; }

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

This text font color is #350705.

Background Color

.myBgColor { background-color: #350705; }

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

This div background color is #350705.

Border color

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

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

This div border color is #350705.

Opacity

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

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

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

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

This text has shadow with #350705 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350705.

Preview

Color preview on black background

This text has color #350705 on black background.


Color preview on white background

This text has color #350705 on white background.


Black color preview on #350705 background

This text has black color on #350705 background.


White color preview on #350705 background

This text has white color on #350705 background.


Related colors

Complementary color

Complementary color for #hex is #CAF8FA.


I love getcolorcode.com

Triadic colors

1 #053507 and #070535 with #350705 are triadic colors.

2 #050735 and #073505 with #350705 are triadic colors.