COLOR #350E03

HEX: #350E03
RGB: (53,14,3)

Color info

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

RGB color model

#350E03 color RGB value is (53,14,3).

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

RGB channels and saturation

R 53 of 255 = 21%
G 14 of 255 = 5%
B 3 of 255 = 1%

53
14
3

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

Portions of RGB colors in percentages

R + G + B =
53 + 14 + 3 = 70 (100%)
R 53 of 70 ~ 75.71%
G 14 of 70 ~ 20%
B 3 of 70 ~ 4.29%

%75.71
%20

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 73.58%
  • yellow value is 94.34%
  • key color value is 79.22%
CMYK:
(0,74,94,79)
C0M74Y94K79 
(0%,74%,94%,79%)
(0.00/0.74/0.94/0.79)	

CMYK percentages

%0
%73.58
%94.34
%79.22

Codes

Color #350E03 in popluar color models

350E03
RGB53143
HSL13°89.29%10.98%
HSB/HSV13°94.34%20.78%
CMYK0.00%73.58%94.34%
79.22%

Color #350E03 in popluar number systems.

HEX350E03
Decimal53143
Binary110101111011
Octal65163

Shades and tints

Shades of #350E03

#350E03
(53,14,3)
#310D03
(49,13,3)
#2D0C03
(45,12,3)
#290B03
(41,11,3)
#250A03
(37,10,3)
#210903
(33,9,3)
#1D0803
(29,8,3)
#190703
(25,7,3)
#150603
(21,6,3)
#110503
(17,5,3)
#0D0403
(13,4,3)
#000000
(0,0,0)

Tints of #350E03

#350E03
(53,14,3)
#472319
(71,35,25)
#59382F
(89,56,47)
#6B4D45
(107,77,69)
#7D625B
(125,98,91)
#8F7771
(143,119,113)
#A18C87
(161,140,135)
#B3A19D
(179,161,157)
#C5B6B3
(197,182,179)
#D7CBC9
(215,203,201)
#E9E0DF
(233,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350E03; }

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

This text font color is #350E03.


Background Color

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

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

This div background color is #350E03.


Border color

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

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

This div border color is #350E03.


Opacity

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

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

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

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

This text has shadow with #350E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350E03 on black background.


Color preview on white background

This text has color #350E03 on white background.



Black color preview on #350E03 background

This text has black color on #350E03 background.


White color preview on #350E03 background

This text has white color on #350E03 background.