COLOR #350B03

HEX: #350B03
RGB: (53,11,3)

Color info

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

RGB color model

#350B03 color RGB value is (53,11,3).

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

RGB channels and saturation

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

53
11
3

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

Portions of RGB colors in percentages

R + G + B =
53 + 11 + 3 = 67 (100%)
R 53 of 67 ~ 79.1%
G 11 of 67 ~ 16.42%
B 3 of 67 ~ 4.48%

%79.1
%16.42

CMYK color model

#350B03 color CMYK value is (0,79,94,79).

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 94.34%
  • key color value is 79.22%
CMYK:
(0,79,94,79)
C0M79Y94K79 
(0%,79%,94%,79%)
(0.00/0.79/0.94/0.79)	

CMYK percentages

%0
%79.25
%94.34
%79.22

Codes

Color #350B03 in popluar color models

350B03
RGB53113
HSL10°89.29%10.98%
HSB/HSV10°94.34%20.78%
CMYK0.00%79.25%94.34%
79.22%

Color #350B03 in popluar number systems.

HEX350B03
Decimal53113
Binary110101101111
Octal65133

Shades and tints

Shades of #350B03

#350B03
(53,11,3)
#310A03
(49,10,3)
#2D0903
(45,9,3)
#290803
(41,8,3)
#250703
(37,7,3)
#210603
(33,6,3)
#1D0503
(29,5,3)
#190403
(25,4,3)
#150303
(21,3,3)
#110203
(17,2,3)
#0D0103
(13,1,3)
#000000
(0,0,0)

Tints of #350B03

#350B03
(53,11,3)
#472119
(71,33,25)
#59372F
(89,55,47)
#6B4D45
(107,77,69)
#7D635B
(125,99,91)
#8F7971
(143,121,113)
#A18F87
(161,143,135)
#B3A59D
(179,165,157)
#C5BBB3
(197,187,179)
#D7D1C9
(215,209,201)
#E9E7DF
(233,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350B03; }

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

This text font color is #350B03.


Background Color

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

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

This div background color is #350B03.


Border color

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

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

This div border color is #350B03.


Opacity

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

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

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

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

This text has shadow with #350B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350B03 on black background.


Color preview on white background

This text has color #350B03 on white background.



Black color preview on #350B03 background

This text has black color on #350B03 background.


White color preview on #350B03 background

This text has white color on #350B03 background.