COLOR #357841

HEX: #357841
RGB: (53,120,65)

Color info

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

RGB color model

#357841 color RGB value is (53,120,65).

  • red value is 53;
  • green value is 120;
  • blue value is 65.
RGB:
(53,120,65)
(21%,47%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 120 of 255 = 47%
B 65 of 255 = 25%

53
120
65

R + G + B ~ 31%. #357841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 120 + 65 = 238 (100%)
R 53 of 238 ~ 22.27%
G 120 of 238 ~ 50.42%
B 65 of 238 ~ 27.31%

%22.27
%50.42
%27.31

CMYK color model

#357841 color CMYK value is (56,0,46,53).

  • cyan value is 55.83%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK:
(56,0,46,53)
C56M0Y46K53 
(56%,0%,46%,53%)
(0.56/0.00/0.46/0.53)	

CMYK percentages

%55.83
%0
%45.83
%52.94

Codes

Color #357841 in popluar color models

357841
RGB5312065
HSL131°38.73%33.92%
HSB/HSV131°55.83%47.06%
CMYK55.83%0.00%45.83%
52.94%

Color #357841 in popluar number systems.

HEX357841
Decimal5312065
Binary11010111110001000001
Octal65170101

Shades and tints

Shades of #357841

#357841
(53,120,65)
#316E3C
(49,110,60)
#2D6437
(45,100,55)
#295A32
(41,90,50)
#25502D
(37,80,45)
#214628
(33,70,40)
#1D3C23
(29,60,35)
#19321E
(25,50,30)
#152819
(21,40,25)
#111E14
(17,30,20)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #357841

#357841
(53,120,65)
#478452
(71,132,82)
#599063
(89,144,99)
#6B9C74
(107,156,116)
#7DA885
(125,168,133)
#8FB496
(143,180,150)
#A1C0A7
(161,192,167)
#B3CCB8
(179,204,184)
#C5D8C9
(197,216,201)
#D7E4DA
(215,228,218)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357841 color. Also use rgb(53,120,65) instead hex code.

Text Font Color

.myTextColor { color: #357841; }

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

This text font color is #357841.


Background Color

.myBgColor { background-color: #357841; }

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

This div background color is #357841.


Border color

.myBorderColor { border: 1px solid #357841; }

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

This div border color is #357841.


Opacity

.myOpacity80 { color: #357841; opacity: 0.8; }

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

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

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

This text has shadow with #357841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357841 on black background.


Color preview on white background

This text has color #357841 on white background.



Black color preview on #357841 background

This text has black color on #357841 background.


White color preview on #357841 background

This text has white color on #357841 background.