COLOR #353B07

HEX: #353B07
RGB: (53,59,7)

Color info

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

RGB color model

#353B07 color RGB value is (53,59,7).

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

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 7 of 255 = 3%

53
59
7

R + G + B ~ 16%. #353B07 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 7 = 119 (100%)
R 53 of 119 ~ 44.54%
G 59 of 119 ~ 49.58%
B 7 of 119 ~ 5.88%

%44.54
%49.58

CMYK color model

#353B07 color CMYK value is (10,0,88,77).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 88.14%
  • key color value is 76.86%
CMYK:
(10,0,88,77)
C10M0Y88K77 
(10%,0%,88%,77%)
(0.10/0.00/0.88/0.77)	

CMYK percentages

%10.17
%0
%88.14
%76.86

Codes

Color #353B07 in popluar color models

353B07
RGB53597
HSL67°78.79%12.94%
HSB/HSV67°88.14%23.14%
CMYK10.17%0.00%88.14%
76.86%

Color #353B07 in popluar number systems.

HEX353B07
Decimal53597
Binary110101111011111
Octal65737

Shades and tints

Shades of #353B07

#353B07
(53,59,7)
#313607
(49,54,7)
#2D3107
(45,49,7)
#292C07
(41,44,7)
#252707
(37,39,7)
#212207
(33,34,7)
#1D1D07
(29,29,7)
#191807
(25,24,7)
#151307
(21,19,7)
#110E07
(17,14,7)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #353B07

#353B07
(53,59,7)
#474C1D
(71,76,29)
#595D33
(89,93,51)
#6B6E49
(107,110,73)
#7D7F5F
(125,127,95)
#8F9075
(143,144,117)
#A1A18B
(161,161,139)
#B3B2A1
(179,178,161)
#C5C3B7
(197,195,183)
#D7D4CD
(215,212,205)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B07; }

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

This text font color is #353B07.


Background Color

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

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

This div background color is #353B07.


Border color

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

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

This div border color is #353B07.


Opacity

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

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

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

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

This text has shadow with #353B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B07 on black background.


Color preview on white background

This text has color #353B07 on white background.



Black color preview on #353B07 background

This text has black color on #353B07 background.


White color preview on #353B07 background

This text has white color on #353B07 background.