COLOR #35724B

HEX: #35724B
RGB: (53,114,75)

Color info

#35724B contains mainly green and blue colors. Web safe color of #35724B is #336633 (or #363).

RGB color model

#35724B color RGB value is (53,114,75).

  • red value is 53;
  • green value is 114;
  • blue value is 75.
RGB:
(53,114,75)
(21%,45%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 114 of 255 = 45%
B 75 of 255 = 29%

53
114
75

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

Portions of RGB colors in percentages

R + G + B =
53 + 114 + 75 = 242 (100%)
R 53 of 242 ~ 21.9%
G 114 of 242 ~ 47.11%
B 75 of 242 ~ 30.99%

%21.9
%47.11
%30.99

CMYK color model

#35724B color CMYK value is (54,0,34,55).

  • cyan value is 53.51%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(54,0,34,55)
C54M0Y34K55 
(54%,0%,34%,55%)
(0.54/0.00/0.34/0.55)	

CMYK percentages

%53.51
%0
%34.21
%55.29

Codes

Color #35724B in popluar color models

35724B
RGB5311475
HSL142°36.53%32.75%
HSB/HSV142°53.51%44.71%
CMYK53.51%0.00%34.21%
55.29%

Color #35724B in popluar number systems.

HEX35724B
Decimal5311475
Binary11010111100101001011
Octal65162113

Shades and tints

Shades of #35724B

#35724B
(53,114,75)
#316845
(49,104,69)
#2D5E3F
(45,94,63)
#295439
(41,84,57)
#254A33
(37,74,51)
#21402D
(33,64,45)
#1D3627
(29,54,39)
#192C21
(25,44,33)
#15221B
(21,34,27)
#111815
(17,24,21)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #35724B

#35724B
(53,114,75)
#477E5B
(71,126,91)
#598A6B
(89,138,107)
#6B967B
(107,150,123)
#7DA28B
(125,162,139)
#8FAE9B
(143,174,155)
#A1BAAB
(161,186,171)
#B3C6BB
(179,198,187)
#C5D2CB
(197,210,203)
#D7DEDB
(215,222,219)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35724B color. Also use rgb(53,114,75) instead hex code.

Text Font Color

.myTextColor { color: #35724B; }

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

This text font color is #35724B.


Background Color

.myBgColor { background-color: #35724B; }

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

This div background color is #35724B.


Border color

.myBorderColor { border: 1px solid #35724B; }

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

This div border color is #35724B.


Opacity

.myOpacity80 { color: #35724B; opacity: 0.8; }

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

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

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

This text has shadow with #35724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35724B on black background.


Color preview on white background

This text has color #35724B on white background.



Black color preview on #35724B background

This text has black color on #35724B background.


White color preview on #35724B background

This text has white color on #35724B background.