COLOR #350D08

HEX: #350D08 RGB: (53,13,8)

Color info

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

RGB color model

#350D08 color RGB value is (53,13,8).

RGB: (53,13,8) (21%, 5%, 3%)

RGB channels and saturation

R 53 of 255 = 21%
G 13 of 255 = 5%
B 8 of 255 = 3%

53
13
8

R + G + B ~ 10%. #350D08 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 13 + 8 = 74 (100%)
R 53 of 74 ~ 71.62%
G 13 of 74 ~ 17.57%
B 8 of 74 ~ 10.81'%

%71.62
%17.57
%10.81

CMYK color model

#350D08 color CMYK value is (0,75,85,79).

  • cyan value is 0.00%
  • magenta value is 75.47%
  • yellow value is 84.91%
  • key color value is 79.22%

CMYK: (0,75,85,79)
C0M75Y85K79 (0%, 75%, 85%, 79%)
(0.00 / 0.75 / 0.85 / 0.79)

CMYK percentages

%0
%75.47
%84.91
%79.22

Codes

Color #350D08 in popluar color models

35 0D 08
RGB 53 13 8
HSL 73.77% 11.96%
HSB/HSV 84.91% 20.78%
CMYK 0.00% 75.47% 84.91%
79.22%

Color #350D08 in popluar number systems.

HEX 35 0D 08
Decimal 53 13 8
Binary 110101 1101 1000
Octal 65 15 10

Shades and tints

Shades of #350D08

#350D08
(53,13,8)
#310C08
(49,12,8)
#2D0B08
(45,11,8)
#290A08
(41,10,8)
#250908
(37,9,8)
#210808
(33,8,8)
#1D0708
(29,7,8)
#190608
(25,6,8)
#150508
(21,5,8)
#110408
(17,4,8)
#0D0308
(13,3,8)
#000000
(0,0,0)

Tints of #350D08

#350D08
(53,13,8)
#47231E
(71,35,30)
#593934
(89,57,52)
#6B4F4A
(107,79,74)
#7D6560
(125,101,96)
#8F7B76
(143,123,118)
#A1918C
(161,145,140)
#B3A7A2
(179,167,162)
#C5BDB8
(197,189,184)
#D7D3CE
(215,211,206)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350D08 color. Also use rgb(53,13,8) instead hex code.

Text Font Color

.myTextColor { color: #350D08; }

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

This text font color is #350D08.

Background Color

.myBgColor { background-color: #350D08; }

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

This div background color is #350D08.

Border color

.myBorderColor { border: 1px solid #350D08; }

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

This div border color is #350D08.

Opacity

.myOpacity80 { color: #350D08; opacity: 0.8; }

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

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

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

This text has shadow with #350D08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350D08.

Preview

Color preview on black background

This text has color #350D08 on black background.


Color preview on white background

This text has color #350D08 on white background.


Black color preview on #350D08 background

This text has black color on #350D08 background.


White color preview on #350D08 background

This text has white color on #350D08 background.


Related colors

Complementary color

Complementary color for #hex is #CAF2F7.


I love getcolorcode.com

Triadic colors

1 #08350D and #0D0835 with #350D08 are triadic colors.

2 #080D35 and #0D3508 with #350D08 are triadic colors.