COLOR #338361

HEX: #338361
RGB: (51,131,97)

Color info

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

RGB color model

#338361 color RGB value is (51,131,97).

  • red value is 51;
  • green value is 131;
  • blue value is 97.
RGB:
(51,131,97)
(20%,51%,38%)

RGB channels and saturation

R 51 of 255 = 20%
G 131 of 255 = 51%
B 97 of 255 = 38%

51
131
97

R + G + B ~ 36%. #338361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 131 + 97 = 279 (100%)
R 51 of 279 ~ 18.28%
G 131 of 279 ~ 46.95%
B 97 of 279 ~ 34.77%

%18.28
%46.95
%34.77

CMYK color model

#338361 color CMYK value is (61,0,26,49).

  • cyan value is 61.07%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(61,0,26,49)
C61M0Y26K49 
(61%,0%,26%,49%)
(0.61/0.00/0.26/0.49)	

CMYK percentages

%61.07
%0
%25.95
%48.63

Codes

Color #338361 in popluar color models

338361
RGB5113197
HSL155°43.96%35.69%
HSB/HSV155°61.07%51.37%
CMYK61.07%0.00%25.95%
48.63%

Color #338361 in popluar number systems.

HEX338361
Decimal5113197
Binary110011100000111100001
Octal63203141

Shades and tints

Shades of #338361

#338361
(51,131,97)
#2F7859
(47,120,89)
#2B6D51
(43,109,81)
#276249
(39,98,73)
#235741
(35,87,65)
#1F4C39
(31,76,57)
#1B4131
(27,65,49)
#173629
(23,54,41)
#132B21
(19,43,33)
#0F2019
(15,32,25)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #338361

#338361
(51,131,97)
#458E6F
(69,142,111)
#57997D
(87,153,125)
#69A48B
(105,164,139)
#7BAF99
(123,175,153)
#8DBAA7
(141,186,167)
#9FC5B5
(159,197,181)
#B1D0C3
(177,208,195)
#C3DBD1
(195,219,209)
#D5E6DF
(213,230,223)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338361 color. Also use rgb(51,131,97) instead hex code.

Text Font Color

.myTextColor { color: #338361; }

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

This text font color is #338361.


Background Color

.myBgColor { background-color: #338361; }

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

This div background color is #338361.


Border color

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

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

This div border color is #338361.


Opacity

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

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

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

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

This text has shadow with #338361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338361 on black background.


Color preview on white background

This text has color #338361 on white background.



Black color preview on #338361 background

This text has black color on #338361 background.


White color preview on #338361 background

This text has white color on #338361 background.