COLOR #350F0A

HEX: #350F0A RGB: (53,15,10)

Color info

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

RGB color model

#350F0A color RGB value is (53,15,10).

RGB: (53,15,10) (21%, 6%, 4%)

RGB channels and saturation

R 53 of 255 = 21%
G 15 of 255 = 6%
B 10 of 255 = 4%

53
15
10

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

Portions of RGB colors in percentages

R + G + B = 53 + 15 + 10 = 78 (100%)
R 53 of 78 ~ 67.95%
G 15 of 78 ~ 19.23%
B 10 of 78 ~ 12.82'%

%67.95
%19.23
%12.82

CMYK color model

#350F0A color CMYK value is (0,72,81,79).

  • cyan value is 0.00%
  • magenta value is 71.70%
  • yellow value is 81.13%
  • key color value is 79.22%
CMYK: (0,72,81,79) C0M72Y81K79 (0%,72%,81%,79%) (0.00/0.72/0.81/0.79) 

CMYK percentages

%0
%71.7
%81.13
%79.22

Codes

Color #350F0A in popluar color models

35 0F 0A
RGB 53 15 10
HSL 68.25% 12.35%
HSB/HSV 81.13% 20.78%
CMYK 0.00% 71.70% 81.13%
79.22%

Color #350F0A in popluar number systems.

HEX 35 0F 0A
Decimal 53 15 10
Binary 110101 1111 1010
Octal 65 17 12

Shades and tints

Shades of #350F0A

#350F0A
(53,15,10)
#310E0A
(49,14,10)
#2D0D0A
(45,13,10)
#290C0A
(41,12,10)
#250B0A
(37,11,10)
#210A0A
(33,10,10)
#1D090A
(29,9,10)
#19080A
(25,8,10)
#15070A
(21,7,10)
#11060A
(17,6,10)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #350F0A

#350F0A
(53,15,10)
#472420
(71,36,32)
#593936
(89,57,54)
#6B4E4C
(107,78,76)
#7D6362
(125,99,98)
#8F7878
(143,120,120)
#A18D8E
(161,141,142)
#B3A2A4
(179,162,164)
#C5B7BA
(197,183,186)
#D7CCD0
(215,204,208)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350F0A color. Also use rgb(53,15,10) instead hex code.

Text Font Color

.myTextColor { color: #350F0A; }

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

This text font color is #350F0A.

Background Color

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

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

This div background color is #350F0A.

Border color

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

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

This div border color is #350F0A.

Opacity

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

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

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

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

This text has shadow with #350F0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350F0A.

Preview

Color preview on black background

This text has color #350F0A on black background.


Color preview on white background

This text has color #350F0A on white background.


Black color preview on #350F0A background

This text has black color on #350F0A background.


White color preview on #350F0A background

This text has white color on #350F0A background.


Related colors

Complementary color

Complementary color for #hex is #CAF0F5.


I love getcolorcode.com

Triadic colors

1 #0A350F and #0F0A35 with #350F0A are triadic colors.

2 #0A0F35 and #0F350A with #350F0A are triadic colors.