COLOR #35733C

HEX: #35733C
RGB: (53,115,60)

Color info

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

RGB color model

#35733C color RGB value is (53,115,60).

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

RGB channels and saturation

R 53 of 255 = 21%
G 115 of 255 = 45%
B 60 of 255 = 24%

53
115
60

R + G + B ~ 30%. #35733C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 115 + 60 = 228 (100%)
R 53 of 228 ~ 23.25%
G 115 of 228 ~ 50.44%
B 60 of 228 ~ 26.32%

%23.25
%50.44
%26.32

CMYK color model

#35733C color CMYK value is (54,0,48,55).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 54.90%
CMYK:
(54,0,48,55)
C54M0Y48K55 
(54%,0%,48%,55%)
(0.54/0.00/0.48/0.55)	

CMYK percentages

%53.91
%0
%47.83
%54.9

Codes

Color #35733C in popluar color models

35733C
RGB5311560
HSL127°36.90%32.94%
HSB/HSV127°53.91%45.10%
CMYK53.91%0.00%47.83%
54.90%

Color #35733C in popluar number systems.

HEX35733C
Decimal5311560
Binary1101011110011111100
Octal6516374

Shades and tints

Shades of #35733C

#35733C
(53,115,60)
#316937
(49,105,55)
#2D5F32
(45,95,50)
#29552D
(41,85,45)
#254B28
(37,75,40)
#214123
(33,65,35)
#1D371E
(29,55,30)
#192D19
(25,45,25)
#152314
(21,35,20)
#11190F
(17,25,15)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #35733C

#35733C
(53,115,60)
#477F4D
(71,127,77)
#598B5E
(89,139,94)
#6B976F
(107,151,111)
#7DA380
(125,163,128)
#8FAF91
(143,175,145)
#A1BBA2
(161,187,162)
#B3C7B3
(179,199,179)
#C5D3C4
(197,211,196)
#D7DFD5
(215,223,213)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35733C color. Also use rgb(53,115,60) instead hex code.

Text Font Color

.myTextColor { color: #35733C; }

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

This text font color is #35733C.


Background Color

.myBgColor { background-color: #35733C; }

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

This div background color is #35733C.


Border color

.myBorderColor { border: 1px solid #35733C; }

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

This div border color is #35733C.


Opacity

.myOpacity80 { color: #35733C; opacity: 0.8; }

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

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

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

This text has shadow with #35733C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35733C on black background.


Color preview on white background

This text has color #35733C on white background.



Black color preview on #35733C background

This text has black color on #35733C background.


White color preview on #35733C background

This text has white color on #35733C background.