COLOR #35734F

HEX: #35734F
RGB: (53,115,79)

Color info

#35734F contains mainly green and blue colors. Web safe color of #35734F is #336666 (or #366).

RGB color model

#35734F color RGB value is (53,115,79).

  • red value is 53;
  • green value is 115;
  • blue value is 79.
RGB:
(53,115,79)
(21%,45%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 115 of 255 = 45%
B 79 of 255 = 31%

53
115
79

R + G + B ~ 32%. #35734F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 115 + 79 = 247 (100%)
R 53 of 247 ~ 21.46%
G 115 of 247 ~ 46.56%
B 79 of 247 ~ 31.98%

%21.46
%46.56
%31.98

CMYK color model

#35734F color CMYK value is (54,0,31,55).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(54,0,31,55)
C54M0Y31K55 
(54%,0%,31%,55%)
(0.54/0.00/0.31/0.55)	

CMYK percentages

%53.91
%0
%31.3
%54.9

Codes

Color #35734F in popluar color models

35734F
RGB5311579
HSL145°36.90%32.94%
HSB/HSV145°53.91%45.10%
CMYK53.91%0.00%31.30%
54.90%

Color #35734F in popluar number systems.

HEX35734F
Decimal5311579
Binary11010111100111001111
Octal65163117

Shades and tints

Shades of #35734F

#35734F
(53,115,79)
#316948
(49,105,72)
#2D5F41
(45,95,65)
#29553A
(41,85,58)
#254B33
(37,75,51)
#21412C
(33,65,44)
#1D3725
(29,55,37)
#192D1E
(25,45,30)
#152317
(21,35,23)
#111910
(17,25,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #35734F

#35734F
(53,115,79)
#477F5F
(71,127,95)
#598B6F
(89,139,111)
#6B977F
(107,151,127)
#7DA38F
(125,163,143)
#8FAF9F
(143,175,159)
#A1BBAF
(161,187,175)
#B3C7BF
(179,199,191)
#C5D3CF
(197,211,207)
#D7DFDF
(215,223,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35734F color. Also use rgb(53,115,79) instead hex code.

Text Font Color

.myTextColor { color: #35734F; }

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

This text font color is #35734F.


Background Color

.myBgColor { background-color: #35734F; }

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

This div background color is #35734F.


Border color

.myBorderColor { border: 1px solid #35734F; }

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

This div border color is #35734F.


Opacity

.myOpacity80 { color: #35734F; opacity: 0.8; }

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

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

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

This text has shadow with #35734F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35734F on black background.


Color preview on white background

This text has color #35734F on white background.



Black color preview on #35734F background

This text has black color on #35734F background.


White color preview on #35734F background

This text has white color on #35734F background.