COLOR #398331

HEX: #398331
RGB: (57,131,49)

Renk bilgisi

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

RGB renk modeli

#398331 color RGB value is (57,131,49).

  • kırmız ton 57;
  • yeşil ton 131;
  • mavi ton 49.
RGB:
(57,131,49)
(22%,51%,19%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 131 of 255 = 51%
B 49 of 255 = 19%

57
131
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 131 + 49 = 237 (100%)
R 57 of 237 ~ 24.05%
G 131 of 237 ~ 55.27%
B 49 of 237 ~ 20.68%

%24.05
%55.27
%20.68

CMYK RENK MODELİ

#398331 rengi CMYK tonu (56,0,63,49).

  • camgöbeği tonu 56.49%
  • eflatun tonu 0.00%
  • sarı tonu 62.60%
  • ana renk tonu 48.63%
CMYK:
(56,0,63,49)
C56M0Y63K49 
(56%,0%,63%,49%)
(0.56/0.00/0.63/0.49)	

CMYK yüzdeleri

%56.49
%0
%62.6
%48.63

Codes

Color #398331 in popluar color models

398331
RGB5713149
HSL114°45.56%35.29%
HSB/HSV114°62.60%51.37%
CMYK56.49%0.00%62.60%
48.63%

Color #398331 in popluar number systems.

HEX398331
Decimal5713149
Binary11100110000011110001
Octal7120361

Shades and tints

Shades of #398331

#398331
(57,131,49)
#34782D
(52,120,45)
#2F6D29
(47,109,41)
#2A6225
(42,98,37)
#255721
(37,87,33)
#204C1D
(32,76,29)
#1B4119
(27,65,25)
#163615
(22,54,21)
#112B11
(17,43,17)
#0C200D
(12,32,13)
#071509
(7,21,9)
#000000
(0,0,0)

Tints of #398331

#398331
(57,131,49)
#4B8E43
(75,142,67)
#5D9955
(93,153,85)
#6FA467
(111,164,103)
#81AF79
(129,175,121)
#93BA8B
(147,186,139)
#A5C59D
(165,197,157)
#B7D0AF
(183,208,175)
#C9DBC1
(201,219,193)
#DBE6D3
(219,230,211)
#EDF1E5
(237,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398331 color. Also use rgb(57,131,49) instead hex code.

Text Font Color

.myTextColor { color: #398331; }

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

This text font color is #398331.


Background Color

.myBgColor { background-color: #398331; }

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

This div background color is #398331.


Border color

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

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

This div border color is #398331.


Opacity

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

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

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

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

This text has shadow with #398331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398331 on black background.


Color preview on white background

This text has color #398331 on white background.



Black color preview on #398331 background

This text has black color on #398331 background.


White color preview on #398331 background

This text has white color on #398331 background.