COLOR #338949

HEX: #338949
RGB: (51,137,73)

Renk bilgisi

#338949 contains mainly green color. #338949 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#338949 color RGB value is (51,137,73).

  • kırmız ton 51;
  • yeşil ton 137;
  • mavi ton 73.
RGB:
(51,137,73)
(20%,54%,29%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 137 of 255 = 54%
B 73 of 255 = 29%

51
137
73

R + G + B ~ 34%. #338949 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 137 + 73 = 261 (100%)
R 51 of 261 ~ 19.54%
G 137 of 261 ~ 52.49%
B 73 of 261 ~ 27.97%

%19.54
%52.49
%27.97

CMYK RENK MODELİ

#338949 rengi CMYK tonu (63,0,47,46).

  • camgöbeği tonu 62.77%
  • eflatun tonu 0.00%
  • sarı tonu 46.72%
  • ana renk tonu 46.27%
CMYK:
(63,0,47,46)
C63M0Y47K46 
(63%,0%,47%,46%)
(0.63/0.00/0.47/0.46)	

CMYK yüzdeleri

%62.77
%0
%46.72
%46.27

Codes

Color #338949 in popluar color models

338949
RGB5113773
HSL135°45.74%36.86%
HSB/HSV135°62.77%53.73%
CMYK62.77%0.00%46.72%
46.27%

Color #338949 in popluar number systems.

HEX338949
Decimal5113773
Binary110011100010011001001
Octal63211111

Shades and tints

Shades of #338949

#338949
(51,137,73)
#2F7D43
(47,125,67)
#2B713D
(43,113,61)
#276537
(39,101,55)
#235931
(35,89,49)
#1F4D2B
(31,77,43)
#1B4125
(27,65,37)
#17351F
(23,53,31)
#132919
(19,41,25)
#0F1D13
(15,29,19)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #338949

#338949
(51,137,73)
#459359
(69,147,89)
#579D69
(87,157,105)
#69A779
(105,167,121)
#7BB189
(123,177,137)
#8DBB99
(141,187,153)
#9FC5A9
(159,197,169)
#B1CFB9
(177,207,185)
#C3D9C9
(195,217,201)
#D5E3D9
(213,227,217)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338949 color. Also use rgb(51,137,73) instead hex code.

Text Font Color

.myTextColor { color: #338949; }

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

This text font color is #338949.


Background Color

.myBgColor { background-color: #338949; }

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

This div background color is #338949.


Border color

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

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

This div border color is #338949.


Opacity

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

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

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

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

This text has shadow with #338949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338949 on black background.


Color preview on white background

This text has color #338949 on white background.



Black color preview on #338949 background

This text has black color on #338949 background.


White color preview on #338949 background

This text has white color on #338949 background.