COLOR #357B3C

HEX: #357B3C
RGB: (53,123,60)

Color info

#357B3C contains mainly green color. Web safe color of #357B3C is #336633 (or #363).

RGB color model

#357B3C color RGB value is (53,123,60).

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

RGB channels and saturation

R 53 of 255 = 21%
G 123 of 255 = 48%
B 60 of 255 = 24%

53
123
60

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

Portions of RGB colors in percentages

R + G + B =
53 + 123 + 60 = 236 (100%)
R 53 of 236 ~ 22.46%
G 123 of 236 ~ 52.12%
B 60 of 236 ~ 25.42%

%22.46
%52.12
%25.42

CMYK color model

#357B3C color CMYK value is (57,0,51,52).

  • cyan value is 56.91%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 51.76%
CMYK:
(57,0,51,52)
C57M0Y51K52 
(57%,0%,51%,52%)
(0.57/0.00/0.51/0.52)	

CMYK percentages

%56.91
%0
%51.22
%51.76

Codes

Color #357B3C in popluar color models

357B3C
RGB5312360
HSL126°39.77%34.51%
HSB/HSV126°56.91%48.24%
CMYK56.91%0.00%51.22%
51.76%

Color #357B3C in popluar number systems.

HEX357B3C
Decimal5312360
Binary1101011111011111100
Octal6517374

Shades and tints

Shades of #357B3C

#357B3C
(53,123,60)
#317037
(49,112,55)
#2D6532
(45,101,50)
#295A2D
(41,90,45)
#254F28
(37,79,40)
#214423
(33,68,35)
#1D391E
(29,57,30)
#192E19
(25,46,25)
#152314
(21,35,20)
#11180F
(17,24,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #357B3C

#357B3C
(53,123,60)
#47874D
(71,135,77)
#59935E
(89,147,94)
#6B9F6F
(107,159,111)
#7DAB80
(125,171,128)
#8FB791
(143,183,145)
#A1C3A2
(161,195,162)
#B3CFB3
(179,207,179)
#C5DBC4
(197,219,196)
#D7E7D5
(215,231,213)
#E9F3E6
(233,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357B3C color. Also use rgb(53,123,60) instead hex code.

Text Font Color

.myTextColor { color: #357B3C; }

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

This text font color is #357B3C.


Background Color

.myBgColor { background-color: #357B3C; }

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

This div background color is #357B3C.


Border color

.myBorderColor { border: 1px solid #357B3C; }

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

This div border color is #357B3C.


Opacity

.myOpacity80 { color: #357B3C; opacity: 0.8; }

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

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

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

This text has shadow with #357B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357B3C on black background.


Color preview on white background

This text has color #357B3C on white background.



Black color preview on #357B3C background

This text has black color on #357B3C background.


White color preview on #357B3C background

This text has white color on #357B3C background.