COLOR #353007

HEX: #353007
RGB: (53,48,7)

Color info

#353007 contains red, green and blue colors in about the same proportion. Web safe color of #353007 is #333300 (or #330).

RGB color model

#353007 color RGB value is (53,48,7).

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

RGB channels and saturation

R 53 of 255 = 21%
G 48 of 255 = 19%
B 7 of 255 = 3%

53
48
7

R + G + B ~ 14%. #353007 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 48 + 7 = 108 (100%)
R 53 of 108 ~ 49.07%
G 48 of 108 ~ 44.44%
B 7 of 108 ~ 6.48%

%49.07
%44.44

CMYK color model

#353007 color CMYK value is (0,9,87,79).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 86.79%
  • key color value is 79.22%
CMYK:
(0,9,87,79)
C0M9Y87K79 
(0%,9%,87%,79%)
(0.00/0.09/0.87/0.79)	

CMYK percentages

%0
%9.43
%86.79
%79.22

Codes

Color #353007 in popluar color models

353007
RGB53487
HSL53°76.67%11.76%
HSB/HSV53°86.79%20.78%
CMYK0.00%9.43%86.79%
79.22%

Color #353007 in popluar number systems.

HEX353007
Decimal53487
Binary110101110000111
Octal65607

Shades and tints

Shades of #353007

#353007
(53,48,7)
#312C07
(49,44,7)
#2D2807
(45,40,7)
#292407
(41,36,7)
#252007
(37,32,7)
#211C07
(33,28,7)
#1D1807
(29,24,7)
#191407
(25,20,7)
#151007
(21,16,7)
#110C07
(17,12,7)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #353007

#353007
(53,48,7)
#47421D
(71,66,29)
#595433
(89,84,51)
#6B6649
(107,102,73)
#7D785F
(125,120,95)
#8F8A75
(143,138,117)
#A19C8B
(161,156,139)
#B3AEA1
(179,174,161)
#C5C0B7
(197,192,183)
#D7D2CD
(215,210,205)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353007; }

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

This text font color is #353007.


Background Color

.myBgColor { background-color: #353007; }

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

This div background color is #353007.


Border color

.myBorderColor { border: 1px solid #353007; }

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

This div border color is #353007.


Opacity

.myOpacity80 { color: #353007; opacity: 0.8; }

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

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

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

This text has shadow with #353007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353007 on black background.


Color preview on white background

This text has color #353007 on white background.



Black color preview on #353007 background

This text has black color on #353007 background.


White color preview on #353007 background

This text has white color on #353007 background.