COLOR #350B07

HEX: #350B07
RGB: (53,11,7)

Color info

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

RGB color model

#350B07 color RGB value is (53,11,7).

  • red value is 53;
  • green value is 11;
  • blue value is 7.
RGB:
(53,11,7)
(21%,4%,3%)

RGB channels and saturation

R 53 of 255 = 21%
G 11 of 255 = 4%
B 7 of 255 = 3%

53
11
7

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

Portions of RGB colors in percentages

R + G + B =
53 + 11 + 7 = 71 (100%)
R 53 of 71 ~ 74.65%
G 11 of 71 ~ 15.49%
B 7 of 71 ~ 9.86%

%74.65
%15.49
%9.86

CMYK color model

#350B07 color CMYK value is (0,79,87,79).

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 86.79%
  • key color value is 79.22%
CMYK:
(0,79,87,79)
C0M79Y87K79 
(0%,79%,87%,79%)
(0.00/0.79/0.87/0.79)	

CMYK percentages

%0
%79.25
%86.79
%79.22

Codes

Color #350B07 in popluar color models

350B07
RGB53117
HSL76.67%11.76%
HSB/HSV86.79%20.78%
CMYK0.00%79.25%86.79%
79.22%

Color #350B07 in popluar number systems.

HEX350B07
Decimal53117
Binary1101011011111
Octal65137

Shades and tints

Shades of #350B07

#350B07
(53,11,7)
#310A07
(49,10,7)
#2D0907
(45,9,7)
#290807
(41,8,7)
#250707
(37,7,7)
#210607
(33,6,7)
#1D0507
(29,5,7)
#190407
(25,4,7)
#150307
(21,3,7)
#110207
(17,2,7)
#0D0107
(13,1,7)
#000000
(0,0,0)

Tints of #350B07

#350B07
(53,11,7)
#47211D
(71,33,29)
#593733
(89,55,51)
#6B4D49
(107,77,73)
#7D635F
(125,99,95)
#8F7975
(143,121,117)
#A18F8B
(161,143,139)
#B3A5A1
(179,165,161)
#C5BBB7
(197,187,183)
#D7D1CD
(215,209,205)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350B07; }

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

This text font color is #350B07.


Background Color

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

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

This div background color is #350B07.


Border color

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

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

This div border color is #350B07.


Opacity

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

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

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

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

This text has shadow with #350B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350B07 on black background.


Color preview on white background

This text has color #350B07 on white background.



Black color preview on #350B07 background

This text has black color on #350B07 background.


White color preview on #350B07 background

This text has white color on #350B07 background.