COLOR #369273

HEX: #369273
RGB: (54,146,115)

Color info

#369273 contains mainly green and blue colors. Web safe color of #369273 is #339966 (or #396).

RGB color model

#369273 color RGB value is (54,146,115).

  • red value is 54;
  • green value is 146;
  • blue value is 115.
RGB:
(54,146,115)
(21%,57%,45%)

RGB channels and saturation

R 54 of 255 = 21%
G 146 of 255 = 57%
B 115 of 255 = 45%

54
146
115

R + G + B ~ 41%. #369273 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 146 + 115 = 315 (100%)
R 54 of 315 ~ 17.14%
G 146 of 315 ~ 46.35%
B 115 of 315 ~ 36.51%

%17.14
%46.35
%36.51

CMYK color model

#369273 color CMYK value is (63,0,21,43).

  • cyan value is 63.01%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 42.75%
CMYK:
(63,0,21,43)
C63M0Y21K43 
(63%,0%,21%,43%)
(0.63/0.00/0.21/0.43)	

CMYK percentages

%63.01
%0
%21.23
%42.75

Codes

Color #369273 in popluar color models

369273
RGB54146115
HSL160°46.00%39.22%
HSB/HSV160°63.01%57.25%
CMYK63.01%0.00%21.23%
42.75%

Color #369273 in popluar number systems.

HEX369273
Decimal54146115
Binary110110100100101110011
Octal66222163

Shades and tints

Shades of #369273

#369273
(54,146,115)
#328569
(50,133,105)
#2E785F
(46,120,95)
#2A6B55
(42,107,85)
#265E4B
(38,94,75)
#225141
(34,81,65)
#1E4437
(30,68,55)
#1A372D
(26,55,45)
#162A23
(22,42,35)
#121D19
(18,29,25)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #369273

#369273
(54,146,115)
#489B7F
(72,155,127)
#5AA48B
(90,164,139)
#6CAD97
(108,173,151)
#7EB6A3
(126,182,163)
#90BFAF
(144,191,175)
#A2C8BB
(162,200,187)
#B4D1C7
(180,209,199)
#C6DAD3
(198,218,211)
#D8E3DF
(216,227,223)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #369273 color. Also use rgb(54,146,115) instead hex code.

Text Font Color

.myTextColor { color: #369273; }

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

This text font color is #369273.


Background Color

.myBgColor { background-color: #369273; }

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

This div background color is #369273.


Border color

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

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

This div border color is #369273.


Opacity

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

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

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

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

This text has shadow with #369273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #369273 on black background.


Color preview on white background

This text has color #369273 on white background.



Black color preview on #369273 background

This text has black color on #369273 background.


White color preview on #369273 background

This text has white color on #369273 background.