COLOR #355E07

HEX: #355E07
RGB: (53,94,7)

Color info

#355E07 contains mainly red and green colors. Web safe color of #355E07 is #336600 (or #360).

RGB color model

#355E07 color RGB value is (53,94,7).

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

RGB channels and saturation

R 53 of 255 = 21%
G 94 of 255 = 37%
B 7 of 255 = 3%

53
94
7

R + G + B ~ 20%. #355E07 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 94 + 7 = 154 (100%)
R 53 of 154 ~ 34.42%
G 94 of 154 ~ 61.04%
B 7 of 154 ~ 4.55%

%34.42
%61.04

CMYK color model

#355E07 color CMYK value is (44,0,93,63).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 92.55%
  • key color value is 63.14%
CMYK:
(44,0,93,63)
C44M0Y93K63 
(44%,0%,93%,63%)
(0.44/0.00/0.93/0.63)	

CMYK percentages

%43.62
%0
%92.55
%63.14

Codes

Color #355E07 in popluar color models

355E07
RGB53947
HSL88°86.14%19.80%
HSB/HSV88°92.55%36.86%
CMYK43.62%0.00%92.55%
63.14%

Color #355E07 in popluar number systems.

HEX355E07
Decimal53947
Binary1101011011110111
Octal651367

Shades and tints

Shades of #355E07

#355E07
(53,94,7)
#315607
(49,86,7)
#2D4E07
(45,78,7)
#294607
(41,70,7)
#253E07
(37,62,7)
#213607
(33,54,7)
#1D2E07
(29,46,7)
#192607
(25,38,7)
#151E07
(21,30,7)
#111607
(17,22,7)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #355E07

#355E07
(53,94,7)
#476C1D
(71,108,29)
#597A33
(89,122,51)
#6B8849
(107,136,73)
#7D965F
(125,150,95)
#8FA475
(143,164,117)
#A1B28B
(161,178,139)
#B3C0A1
(179,192,161)
#C5CEB7
(197,206,183)
#D7DCCD
(215,220,205)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355E07; }

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

This text font color is #355E07.


Background Color

.myBgColor { background-color: #355E07; }

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

This div background color is #355E07.


Border color

.myBorderColor { border: 1px solid #355E07; }

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

This div border color is #355E07.


Opacity

.myOpacity80 { color: #355E07; opacity: 0.8; }

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

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

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

This text has shadow with #355E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355E07 on black background.


Color preview on white background

This text has color #355E07 on white background.



Black color preview on #355E07 background

This text has black color on #355E07 background.


White color preview on #355E07 background

This text has white color on #355E07 background.