COLOR #398A38

HEX: #398A38
RGB: (57,138,56)

Renk bilgisi

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

RGB renk modeli

#398A38 color RGB value is (57,138,56).

  • kırmız ton 57;
  • yeşil ton 138;
  • mavi ton 56.
RGB:
(57,138,56)
(22%,54%,22%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 138 of 255 = 54%
B 56 of 255 = 22%

57
138
56

R + G + B ~ 33%. #398A38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 138 + 56 = 251 (100%)
R 57 of 251 ~ 22.71%
G 138 of 251 ~ 54.98%
B 56 of 251 ~ 22.31%

%22.71
%54.98
%22.31

CMYK RENK MODELİ

#398A38 rengi CMYK tonu (59,0,59,46).

  • camgöbeği tonu 58.70%
  • eflatun tonu 0.00%
  • sarı tonu 59.42%
  • ana renk tonu 45.88%
CMYK:
(59,0,59,46)
C59M0Y59K46 
(59%,0%,59%,46%)
(0.59/0.00/0.59/0.46)	

CMYK yüzdeleri

%58.7
%0
%59.42
%45.88

Codes

Color #398A38 in popluar color models

398A38
RGB5713856
HSL119°42.27%38.04%
HSB/HSV119°59.42%54.12%
CMYK58.70%0.00%59.42%
45.88%

Color #398A38 in popluar number systems.

HEX398A38
Decimal5713856
Binary11100110001010111000
Octal7121270

Shades and tints

Shades of #398A38

#398A38
(57,138,56)
#347E33
(52,126,51)
#2F722E
(47,114,46)
#2A6629
(42,102,41)
#255A24
(37,90,36)
#204E1F
(32,78,31)
#1B421A
(27,66,26)
#163615
(22,54,21)
#112A10
(17,42,16)
#0C1E0B
(12,30,11)
#071206
(7,18,6)
#000000
(0,0,0)

Tints of #398A38

#398A38
(57,138,56)
#4B944A
(75,148,74)
#5D9E5C
(93,158,92)
#6FA86E
(111,168,110)
#81B280
(129,178,128)
#93BC92
(147,188,146)
#A5C6A4
(165,198,164)
#B7D0B6
(183,208,182)
#C9DAC8
(201,218,200)
#DBE4DA
(219,228,218)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398A38 color. Also use rgb(57,138,56) instead hex code.

Text Font Color

.myTextColor { color: #398A38; }

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

This text font color is #398A38.


Background Color

.myBgColor { background-color: #398A38; }

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

This div background color is #398A38.


Border color

.myBorderColor { border: 1px solid #398A38; }

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

This div border color is #398A38.


Opacity

.myOpacity80 { color: #398A38; opacity: 0.8; }

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

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

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

This text has shadow with #398A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398A38 on black background.


Color preview on white background

This text has color #398A38 on white background.



Black color preview on #398A38 background

This text has black color on #398A38 background.


White color preview on #398A38 background

This text has white color on #398A38 background.